OBS User unknown 2008-08-27 23:53:20 +00:00 committed by Git OBS Bridge
parent b0a4ed1619
commit 7558d961d9
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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