OBS User unknown 2009-04-26 08:53:40 +00:00 committed by Git OBS Bridge
parent 9c3d1e9b23
commit b7b82a2a70
2 changed files with 11 additions and 4 deletions

View File

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

View File

@ -63,7 +63,7 @@ License: The Apache Software License
Group: Productivity/Networking/Web/Servers
%define realver 2.2.11
Version: 2.2.11
Release: 3
Release: 4
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
Source10: SUSE-NOTICE
@ -128,7 +128,7 @@ Requires: libapr1 >= 1.0
Requires: libapr1 < 2.0
PreReq: fileutils textutils grep sed
%if %{?suse_version:1}0
PreReq: %insserv_prereq %fillup_prereq permissions shadow
PreReq: %insserv_prereq %fillup_prereq permissions pwdutils
%endif
%if 0%{?suse_version} >= 901 && 0%{?sles_version} != 9
Provides: apache
@ -1045,6 +1045,8 @@ if ! test -f /.buildenv; then
fi
%changelog
* Sun Apr 26 2009 ro@suse.de
- buildfix: replace "shadow" by "pwdutils" in requires
* Fri Feb 27 2009 anicka@suse.cz
- set TraceEnable off (bnc#301380)
* Wed Feb 25 2009 prusnak@suse.cz
@ -2226,7 +2228,7 @@ fi
- Escape also any forward slash while removing a word with sysconf_addword.
* Fri Aug 26 2005 lmuelle@suse.de
- 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
* Thu Aug 11 2005 poeml@suse.de
- the permissions files are now maintained centrally and packaged
@ -3433,7 +3435,7 @@ fi
- fix last fix (rpm macro before hash wasn't expanded)
* Fri Jan 10 2003 poeml@suse.de
- 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
httpd.conf-std.in
* Wed Dec 18 2002 poeml@suse.de