- patch does not honor file modes, fixed them manually

This commit is contained in:
Harald Hoyer 2009-09-08 09:54:37 +00:00
parent 3fb223250f
commit d0b3b5dd23

View File

@ -13,7 +13,7 @@
Name: dracut Name: dracut
Version: 001 Version: 001
Release: 4%{?rdist} Release: 5%{?rdist}
Summary: Initramfs generator using udev Summary: Initramfs generator using udev
Group: System Environment/Base Group: System Environment/Base
License: GPLv2+ License: GPLv2+
@ -118,6 +118,7 @@ This package contains tools to assemble the local initrd and host configuration.
%patch5 -p1 %patch5 -p1
%patch6 -p1 %patch6 -p1
%patch7 -p1 %patch7 -p1
chmod a+x modules.d/*/*.sh
%build %build
make make
@ -194,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /var/lib/dracut/overlay %dir /var/lib/dracut/overlay
%changelog %changelog
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-5
- patch does not honor file modes, fixed them manually
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-4 * Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-4
- fixed mdraid for IMSM - fixed mdraid for IMSM