Author: glen Date: Fri Sep 8 18:04:19 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 8 (rebuild with fixed %useradd/%groupadd macros)
---- Files affected: SPECS: SysVinit.spec (1.129 -> 1.130) , amavisd.spec (1.61 -> 1.62) , atftp.spec (1.18 -> 1.19) , thttpd.spec (1.59 -> 1.60) ---- Diffs: ================================================================ Index: SPECS/SysVinit.spec diff -u SPECS/SysVinit.spec:1.129 SPECS/SysVinit.spec:1.130 --- SPECS/SysVinit.spec:1.129 Tue Jun 20 20:43:19 2006 +++ SPECS/SysVinit.spec Fri Sep 8 20:04:14 2006 @@ -15,7 +15,7 @@ Summary(uk): đŇĎÇŇÁÍÉ, ÝĎ ËĹŇŐŔÔŘ ÂÁÚĎ×ÉÍÉ ÓÉÓÔĹÍÎÉÍÉ ĐŇĎĂĹÓÁÍÉ Name: SysVinit Version: 2.86 -Release: 7 +Release: 8 License: GPL Group: Base Source0: ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-%{version}.tar.gz @@ -39,19 +39,19 @@ BuildRequires: libselinux-devel >= 1.28 %endif BuildRequires: rpmbuild(macros) >= 1.202 -Requires(pre): /usr/bin/getgid -Requires(pre): /usr/sbin/groupadd Requires(post): fileutils Requires(postun): /usr/sbin/groupdel +Requires(pre): /usr/bin/getgid +Requires(pre): /usr/sbin/groupadd Requires: /bin/awk Requires: login %if %{with preconfigured} Requires: logrotate %endif -Requires: mingetty %{?with_selinux:Requires: libselinux >= 1.18} -Obsoletes: vserver-SysVinit +Requires: mingetty Provides: group(utmp) +Obsoletes: vserver-SysVinit BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sbindir /sbin @@ -221,6 +221,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.130 2006/09/08 18:04:14 glen +- rel 8 (rebuild with fixed %useradd/%groupadd macros) + Revision 1.129 2006/06/20 18:43:19 glen - rel 7 ================================================================ Index: SPECS/amavisd.spec diff -u SPECS/amavisd.spec:1.61 SPECS/amavisd.spec:1.62 --- SPECS/amavisd.spec:1.61 Fri Apr 14 16:29:52 2006 +++ SPECS/amavisd.spec Fri Sep 8 20:04:14 2006 @@ -7,7 +7,7 @@ Summary(pl): Antywirusowy skaner poczty elektronicznej - Demon Name: amavisd Version: 0.1 -Release: 7 +Release: 8 Epoch: 1 License: GPL Group: Applications/Mail @@ -334,6 +334,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2006/09/08 18:04:14 glen +- rel 8 (rebuild with fixed %useradd/%groupadd macros) + Revision 1.61 2006/04/14 14:29:52 glen - rel 7: fix build when sendmail binary is not present ================================================================ Index: SPECS/atftp.spec diff -u SPECS/atftp.spec:1.18 SPECS/atftp.spec:1.19 --- SPECS/atftp.spec:1.18 Fri Apr 14 14:06:23 2006 +++ SPECS/atftp.spec Fri Sep 8 20:04:14 2006 @@ -6,7 +6,7 @@ Summary(tr): Ýlkel dosya aktarým protokolu (TFTP) için sunucu ve istemci Name: atftp Version: 0.7 -Release: 7 +Release: 8 License: GPL Group: Applications/Networking Source0: ftp://ftp.mamalinux.com/pub/atftp/%{name}-%{version}.tar.gz @@ -146,6 +146,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2006/09/08 18:04:14 glen +- rel 8 (rebuild with fixed %useradd/%groupadd macros) + Revision 1.18 2006/04/14 12:06:23 glen - rel 7 ================================================================ Index: SPECS/thttpd.spec diff -u SPECS/thttpd.spec:1.59 SPECS/thttpd.spec:1.60 --- SPECS/thttpd.spec:1.59 Fri Apr 14 18:25:31 2006 +++ SPECS/thttpd.spec Fri Sep 8 20:04:14 2006 @@ -9,7 +9,7 @@ Summary(pl): Nieduży serwer HTTP do dużych obciążeń Name: thttpd Version: 2.25b -Release: 7 +Release: 8 License: BSD Group: Networking Source0: http://www.acme.com/software/thttpd/%{name}-%{version}.tar.gz @@ -61,8 +61,8 @@ %define extensionsdir %{_libdir}/php %description -Thttpd is a very compact no-frills HTTP serving daemon that can -handle very high loads. While lacking many of the advanced features of +Thttpd is a very compact no-frills HTTP serving daemon that can handle +very high loads. While lacking many of the advanced features of Apache, thttpd operates without forking and is extremely efficient in memory use. Basic support for CGI scripts, authentication and SSI is provided. Advanced features include the ability to throttle traffic. @@ -250,6 +250,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60 2006/09/08 18:04:14 glen +- rel 8 (rebuild with fixed %useradd/%groupadd macros) + Revision 1.59 2006/04/14 16:25:31 glen - rel 7 @@ -370,7 +373,7 @@ Revision 1.24 2002/05/21 23:14:49 kloczek - perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ s/^automake -a -c -f/\%\{__automake\}/; \ - s/^autoconf/\%\{__autoconf\}/" + s/^autoconf/\%\{__autoconf\}/" Revision 1.23 2002/04/02 19:16:00 alchemyx - changed priority of initscript so it is same as in apache @@ -402,7 +405,7 @@ ready, too) - added more options to php and buildrequires - some cleanups -- added restart and stop in %%post/%%preun scripts +- added restart and stop in %post/%preun scripts Revision 1.16 2001/12/19 16:14:45 blues - added URL for php @@ -423,7 +426,7 @@ - pre/post etc fixes Revision 1.9 2001/03/21 11:08:35 misiek -- translations, changes in %%prep +- translations, changes in %prep Revision 1.8 2001/03/19 20:11:58 alchemyx - trying to play with php so it is still NFY ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/SysVinit.spec?r1=1.129&r2=1.130&f=u http://cvs.pld-linux.org/SPECS/amavisd.spec?r1=1.61&r2=1.62&f=u http://cvs.pld-linux.org/SPECS/atftp.spec?r1=1.18&r2=1.19&f=u http://cvs.pld-linux.org/SPECS/thttpd.spec?r1=1.59&r2=1.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
