SPECS: logrotate.spec - /etc/logrotate.d moved to filesystem (logrotate is ...

glen glen at pld-linux.org
Thu Mar 19 16:44:04 CET 2009


Author: glen                         Date: Thu Mar 19 15:44:03 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- /etc/logrotate.d moved to filesystem (logrotate is not requirement for functional system)

---- Files affected:
SPECS:
   logrotate.spec (1.91 -> 1.92) 

---- Diffs:

================================================================
Index: SPECS/logrotate.spec
diff -u SPECS/logrotate.spec:1.91 SPECS/logrotate.spec:1.92
--- SPECS/logrotate.spec:1.91	Tue Feb  3 07:47:05 2009
+++ SPECS/logrotate.spec	Thu Mar 19 16:43:58 2009
@@ -19,7 +19,7 @@
 Summary(uk.UTF-8):	Ротує, компресує, видаляє та відправляє поштою лог-файли
 Name:		logrotate
 Version:	3.7.8
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications/System
 Source0:	https://fedorahosted.org/releases/l/o/logrotate/%{name}-%{version}.tar.gz
@@ -31,9 +31,10 @@
 URL:		https://fedorahosted.org/logrotate/
 %{?with_selinux:BuildRequires:	libselinux-devel}
 BuildRequires:	popt-devel >= 1.3
-Requires:	coreutils
 Requires:	/bin/mail
+Requires:	coreutils
 Requires:	crondaemon
+Requires:	filesystem >= 3.0-22
 Requires:	gzip
 Requires:	setup >= 2.4.6
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -170,14 +171,13 @@
 %defattr(644,root,root,755)
 %doc CHANGES
 %attr(755,root,root) %{_sbindir}/logrotate
-%attr(750,root,root) %dir /etc/logrotate.d
 %attr(750,root,root) /etc/cron.daily/logrotate
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 %attr(640,root,root) %ghost %{statdir}/logrotate.status
 %attr(750,root,logs) %dir /var/log/archive
 %ghost /var/log/archiv
-%{_mandir}/man8/*
+%{_mandir}/man8/logrotate.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -185,6 +185,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.92  2009/03/19 15:43:58  glen
+- /etc/logrotate.d moved to filesystem (logrotate is not requirement for functional system)
+
 Revision 1.91  2009/02/03 06:47:05  qboosh
 - man patch is back (only small part was obsolete)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/logrotate.spec?r1=1.91&r2=1.92&f=u



More information about the pld-cvs-commit mailing list