From: Harald Hoyer Date: Mon, 7 Mar 2011 12:11:25 +0000 (+0100) Subject: dracut.spec: add dracut logrotate X-Git-Tag: 009~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62d0c4e7c1bd92cac7d1a791a96c31f563ced639;p=thirdparty%2Fdracut.git dracut.spec: add dracut logrotate --- diff --git a/dracut.logrotate b/dracut.logrotate new file mode 100644 index 000000000..e7d4f0a56 --- /dev/null +++ b/dracut.logrotate @@ -0,0 +1,7 @@ +/var/log/dracut.log { + missingok + notifempty + size 30k + yearly + create 0600 root root +} diff --git a/dracut.spec b/dracut.spec index 86c1db876..0f4261191 100644 --- a/dracut.spec +++ b/dracut.spec @@ -192,6 +192,9 @@ rm $RPM_BUILD_ROOT/sbin/mkinitrd rm $RPM_BUILD_ROOT/sbin/lsinitrd %endif +mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d/dracut +install -m 0644 dracut.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/dracut + %clean rm -rf $RPM_BUILD_ROOT @@ -214,6 +217,7 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/dracut.conf.d/01-dist.conf %endif %dir /etc/dracut.conf.d +%config(noreplace) /etc/logrotate.d/dracut %{_mandir}/man8/dracut.8* %{_mandir}/man7/dracut.kernel.7* %{_mandir}/man5/dracut.conf.5*