This commit is contained in:
parent
9c3d1e9b23
commit
b7b82a2a70
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 26 10:52:27 CEST 2009 - ro@suse.de
|
||||||
|
|
||||||
|
- buildfix: replace "shadow" by "pwdutils" in requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 27 16:51:58 CET 2009 - anicka@suse.cz
|
Fri Feb 27 16:51:58 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
10
apache2.spec
10
apache2.spec
@ -63,7 +63,7 @@ License: The Apache Software License
|
|||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
%define realver 2.2.11
|
%define realver 2.2.11
|
||||||
Version: 2.2.11
|
Version: 2.2.11
|
||||||
Release: 3
|
Release: 4
|
||||||
#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
|
||||||
@ -128,7 +128,7 @@ Requires: libapr1 >= 1.0
|
|||||||
Requires: libapr1 < 2.0
|
Requires: libapr1 < 2.0
|
||||||
PreReq: fileutils textutils grep sed
|
PreReq: fileutils textutils grep sed
|
||||||
%if %{?suse_version:1}0
|
%if %{?suse_version:1}0
|
||||||
PreReq: %insserv_prereq %fillup_prereq permissions shadow
|
PreReq: %insserv_prereq %fillup_prereq permissions pwdutils
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 901 && 0%{?sles_version} != 9
|
%if 0%{?suse_version} >= 901 && 0%{?sles_version} != 9
|
||||||
Provides: apache
|
Provides: apache
|
||||||
@ -1045,6 +1045,8 @@ if ! test -f /.buildenv; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 26 2009 ro@suse.de
|
||||||
|
- buildfix: replace "shadow" by "pwdutils" in requires
|
||||||
* Fri Feb 27 2009 anicka@suse.cz
|
* Fri Feb 27 2009 anicka@suse.cz
|
||||||
- set TraceEnable off (bnc#301380)
|
- set TraceEnable off (bnc#301380)
|
||||||
* Wed Feb 25 2009 prusnak@suse.cz
|
* Wed Feb 25 2009 prusnak@suse.cz
|
||||||
@ -2226,7 +2228,7 @@ fi
|
|||||||
- Escape also any forward slash while removing a word with sysconf_addword.
|
- Escape also any forward slash while removing a word with sysconf_addword.
|
||||||
* Fri Aug 26 2005 lmuelle@suse.de
|
* Fri Aug 26 2005 lmuelle@suse.de
|
||||||
- Escape any forward slash in the word argument of sysconf_addword.
|
- Escape any forward slash in the word argument of sysconf_addword.
|
||||||
* Sat Aug 13 2005 ro@suse.de
|
* Sun Aug 14 2005 ro@suse.de
|
||||||
- alingn suexec2 permissions with permissions.secure
|
- alingn suexec2 permissions with permissions.secure
|
||||||
* Thu Aug 11 2005 poeml@suse.de
|
* Thu Aug 11 2005 poeml@suse.de
|
||||||
- the permissions files are now maintained centrally and packaged
|
- the permissions files are now maintained centrally and packaged
|
||||||
@ -3433,7 +3435,7 @@ fi
|
|||||||
- fix last fix (rpm macro before hash wasn't expanded)
|
- fix last fix (rpm macro before hash wasn't expanded)
|
||||||
* Fri Jan 10 2003 poeml@suse.de
|
* Fri Jan 10 2003 poeml@suse.de
|
||||||
- fix lib64 path in SuSEconfig
|
- fix lib64 path in SuSEconfig
|
||||||
* Fri Jan 03 2003 poeml@suse.de
|
* Sat Jan 04 2003 poeml@suse.de
|
||||||
- fix typo in spec file, preventing replacement of @userdir@ in
|
- fix typo in spec file, preventing replacement of @userdir@ in
|
||||||
httpd.conf-std.in
|
httpd.conf-std.in
|
||||||
* Wed Dec 18 2002 poeml@suse.de
|
* Wed Dec 18 2002 poeml@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user