diff --git a/dracut.spec b/dracut.spec index 5e6c4c21..869613a6 100644 --- a/dracut.spec +++ b/dracut.spec @@ -1,6 +1,6 @@ # Variables must be defined -%define with_switch_root 1 -%define with_nbd 1 +%define with_switch_root 1 +%define with_nbd 1 # switchroot provided by util-linux-ng in F-12+ %if 0%{?fedora} > 11 || 0%{?rhel} >= 6 @@ -22,8 +22,8 @@ Name: dracut Version: 004 Release: 1%{?rdist} Summary: Initramfs generator using udev -Group: System Environment/Base -License: GPLv2+ +Group: System Environment/Base +License: GPLv2+ URL: http://apps.sourceforge.net/trac/dracut/wiki # Source can be generated by # http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=snapshot;h=%{?dashgittag};sf=tgz @@ -200,11 +200,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dracut/modules.d/95uswsusp %{_datadir}/dracut/modules.d/98syslog %{_datadir}/dracut/modules.d/99base +# logfile needs no logrotate, because it gets overwritten +# for every dracut run %attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log %files network -%doc README HACKING TODO COPYING AUTHORS NEWS %defattr(-,root,root,0755) +%doc README HACKING TODO COPYING AUTHORS NEWS %{_datadir}/dracut/modules.d/40network %{_datadir}/dracut/modules.d/95fcoe %{_datadir}/dracut/modules.d/95iscsi