This commit is contained in:
parent
b0a4ed1619
commit
7558d961d9
@ -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
|
Mon Aug 25 01:20:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: The Apache Software License
|
|||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
%define realver 2.2.8
|
%define realver 2.2.8
|
||||||
Version: 2.2.8
|
Version: 2.2.8
|
||||||
Release: 49
|
Release: 50
|
||||||
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
|
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
|
||||||
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
|
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
|
||||||
Source10: SUSE-NOTICE
|
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 \
|
sed "s/LOADMODULES/APACHE_MODULES/" etc/sysconfig/%{pname} >| $tmpfile \
|
||||||
&& cp $tmpfile etc/sysconfig/%{pname}
|
&& cp $tmpfile etc/sysconfig/%{pname}
|
||||||
fi
|
fi
|
||||||
%{fillup_and_insserv -ns apache2 apache2 START_HTTPD}
|
%{fillup_and_insserv -n apache2 apache2}
|
||||||
%{fillup_only -ans apache2 apache2}
|
%{fillup_only -ans apache2 apache2}
|
||||||
# Update ?
|
# Update ?
|
||||||
if [ ${FIRST_ARG:-0} -gt 1 ]; then
|
if [ ${FIRST_ARG:-0} -gt 1 ]; then
|
||||||
@ -1040,6 +1040,8 @@ if ! test -f /.buildenv; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2008 ro@suse.de
|
||||||
|
- remove deprecated options from fillup and insserv call
|
||||||
* Mon Aug 25 2008 ro@suse.de
|
* Mon Aug 25 2008 ro@suse.de
|
||||||
- initscript: copy Should-Start to Should-Stop to fix build
|
- initscript: copy Should-Start to Should-Stop to fix build
|
||||||
* Mon May 26 2008 skh@suse.de
|
* Mon May 26 2008 skh@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user