Author: glen Date: Sat Sep 9 01:37:12 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 8 (rebuild with fixed %useradd/%groupadd macros)
---- Files affected: SPECS: sysnews.spec (1.42 -> 1.43) ---- Diffs: ================================================================ Index: SPECS/sysnews.spec diff -u SPECS/sysnews.spec:1.42 SPECS/sysnews.spec:1.43 --- SPECS/sysnews.spec:1.42 Tue Aug 8 16:38:10 2006 +++ SPECS/sysnews.spec Sat Sep 9 03:37:07 2006 @@ -3,17 +3,17 @@ Summary(pl): Wyświetla nowinki systemowe tuż po zalogowaniu się Name: sysnews Version: 0.9 -Release: 7 +Release: 8 License: GPL Group: Applications/System Source0: ftp://sunsite.unc.edu/pub/Linux/system/admin/login/news-%{version}.tgz # Source0-md5: ecce2ac4499d87e1e34bc5178066fdbd Patch0: %{name}-pld.patch BuildRequires: rpmbuild(macros) >= 1.202 -Requires: sh-utils +Requires(postun): /usr/sbin/groupdel Requires(pre): /usr/bin/getgid Requires(pre): /usr/sbin/groupadd -Requires(postun): /usr/sbin/groupdel +Requires: sh-utils Provides: group(sysnews) BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -100,7 +100,7 @@ %attr(755,root,root) %{_bindir}/news %{_mandir}/man1/* %attr(755,root,root) /etc/profile.d/* -%attr(700,root,root) %{_sysconfdir}/cron.daily/sysnews +%attr(700,root,root) /etc/cron.daily/sysnews %attr(775,root,sysnews) %dir /var/lib/sysnews %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -109,6 +109,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.43 2006/09/09 01:37:07 glen +- rel 8 (rebuild with fixed %useradd/%groupadd macros) + Revision 1.42 2006/08/08 14:38:10 sparky - mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro @@ -156,7 +159,7 @@ Group field using gettext). Revision 1.28 2002/01/18 02:15:08 kloczek -perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" +- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" Revision 1.27 2001/10/03 09:16:30 qboosh - noted Source0 URL @@ -208,27 +211,3 @@ Revision 1.13 1999/07/12 23:06:15 kloczek - added using CVS keywords in %changelog (for automating them). - -* Tue Dec 1 1998 Tomasz Kłoczko <[EMAIL PROTECTED]> - [0.9-2] -- added gzipping man pages, -- fixed permission on /var/sysnews (must be 755), -- changed news swhiches on startup to "-p -l". - -* Thu Nov 12 1998 Tomasz Kłoczko <[EMAIL PROTECTED]> - [0.9-1] -- added using $RPM_OPT_FLAGS on compile time. - -* Wed Sep 30 1998 Wojtek Ślusarczyk <[EMAIL PROTECTED]> -- added %defattr, -- minor modifications of the spec file. - -* Mon Sep 28 1998 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]> -- updated to new version, -- BuildRooted, -- added -q to setup, -- added %attr. - -* Mon May 29 1998 Arkadiusz Miśkiewicz <[EMAIL PROTECTED]> -- new package version, -- added patch from Debian's version of sysnews. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sysnews.spec?r1=1.42&r2=1.43&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
