From 7558d961d9491aea5087806c8d6c890ccfad9c3038d6a7b15ded4fc9a5b2cf3c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 27 Aug 2008 23:53:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=22 --- apache2.changes | 5 +++++ apache2.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apache2.changes b/apache2.changes index ea998e9..833f125 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 28 01:16:28 CEST 2008 - ro@suse.de + +- remove deprecated options from fillup and insserv call + ------------------------------------------------------------------- Mon Aug 25 01:20:45 CEST 2008 - ro@suse.de diff --git a/apache2.spec b/apache2.spec index 2b76544..49aab93 100644 --- a/apache2.spec +++ b/apache2.spec @@ -63,7 +63,7 @@ License: The Apache Software License Group: Productivity/Networking/Web/Servers %define realver 2.2.8 Version: 2.2.8 -Release: 49 +Release: 50 #Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2 Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2 Source10: SUSE-NOTICE @@ -1002,7 +1002,7 @@ if test -s etc/sysconfig/%{pname} && grep -q "^LOADMODULES" etc/sysconfig/%{pnam sed "s/LOADMODULES/APACHE_MODULES/" etc/sysconfig/%{pname} >| $tmpfile \ && cp $tmpfile etc/sysconfig/%{pname} fi -%{fillup_and_insserv -ns apache2 apache2 START_HTTPD} +%{fillup_and_insserv -n apache2 apache2} %{fillup_only -ans apache2 apache2} # Update ? if [ ${FIRST_ARG:-0} -gt 1 ]; then @@ -1040,6 +1040,8 @@ if ! test -f /.buildenv; then fi %changelog +* Thu Aug 28 2008 ro@suse.de +- remove deprecated options from fillup and insserv call * Mon Aug 25 2008 ro@suse.de - initscript: copy Should-Start to Should-Stop to fix build * Mon May 26 2008 skh@suse.de