diff --git a/jetty.spec b/jetty.spec index 1ea11ec..bcfaa0c 100644 --- a/jetty.spec +++ b/jetty.spec @@ -44,7 +44,7 @@ Name: jetty Version: 8.1.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Java Webserver and Servlet Container Group: Applications/Internet @@ -829,9 +829,6 @@ groupdel %username &>/dev/null || : # to migrate them to systemd targets /usr/bin/systemd-sysv-convert --save jetty >/dev/null 2>&1 ||: -# If the package is allowed to autostart: -/bin/systemctl --no-reload enable jetty.service >/dev/null 2>&1 ||: - # Run these because the SysV package being removed won't do them /sbin/chkconfig --del jetty >/dev/null 2>&1 || : /bin/systemctl try-restart jetty.service >/dev/null 2>&1 || : @@ -1004,6 +1001,10 @@ groupdel %username &>/dev/null || : %doc %{_javadocdir}/%{name} %changelog +* Wed Jun 13 2012 Stanislav Ochotnicky - 8.1.2-9 +- Fix jetty being accidentaly enabled after update by default +- Resolves: #831280 + * Wed May 23 2012 Mikolaj Izdebski - 8.1.2-8 - Build jetty-nosql conditionally