[ppp/f19] spec: add /etc/logrotate.d to %files

Michal Sekletar msekleta at fedoraproject.org
Wed Mar 20 16:17:10 UTC 2013


commit 146558f8826fb55b0d4bf8c2039ec9ddf0a3a943
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Wed Mar 20 16:58:20 2013 +0100

    spec: add /etc/logrotate.d to %files

 ppp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ppp.spec b/ppp.spec
index 142c4d2..c116bd4 100644
--- a/ppp.spec
+++ b/ppp.spec
@@ -1,7 +1,7 @@
 Summary: The Point-to-Point Protocol daemon
 Name: ppp
 Version: 2.4.5
-Release: 27%{?dist}
+Release: 28%{?dist}
 License: BSD and LGPLv2+ and GPLv2+ and Public Domain
 Group: System Environment/Daemons
 URL: http://www.samba.org/ppp
@@ -138,6 +138,7 @@ install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ppp
 %dir %{_sysconfdir}/ppp
 %dir %{_localstatedir}/run/ppp
 %dir %{_localstatedir}/lock/ppp
+%dir %{_sysconfdir}/logrotate.d
 %attr(700, root, root) %dir %{_localstatedir}/log/ppp
 %config %{_prefix}/lib/tmpfiles.d/ppp.conf
 %config(noreplace) %{_sysconfdir}/ppp/eaptls-client
@@ -155,6 +156,9 @@ install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ppp
 %doc PLUGINS
 
 %changelog
+* Wed Mar 20 2013 Michal Sekletar <msekleta at redhat.com> - 2.4.5-28
+- Add /etc/logrotate.d to files section since we no longer hard depend on logrotate
+
 * Wed Mar 20 2013 Michal Sekletar <msekleta at redhat.com> - 2.4.5-27
 - Don't hard depend on logrotate
 


More information about the scm-commits mailing list