rpms/dracut/devel .cvsignore, 1.8, 1.9 dracut.spec, 1.22, 1.23 sources, 1.9, 1.10 0005-mdraid-add-grep-for-convenience.patch, 1.1, NONE 0006--crypt-dmraid-lvm-mdraid-cleanup-with-pre-pivot-30.patch, 1.1, NONE 0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch, 1.1, NONE 0009-mdraid_start.sh-fixed-raid-activation.patch, 1.1, NONE 0010-add-scp-to-debug-module.patch, 1.1, NONE 0011-mdraid-cleanup-do-not-stop-mdraid-container.patch, 1.1, NONE 0012-added-initqueue-settled-and-refactored-code.patch, 1.1, NONE

Harald Hoyer harald at fedoraproject.org
Tue Sep 8 14:32:46 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/dracut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv415

Modified Files:
	.cvsignore dracut.spec sources 
Removed Files:
	0005-mdraid-add-grep-for-convenience.patch 
	0006--crypt-dmraid-lvm-mdraid-cleanup-with-pre-pivot-30.patch 
	0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch 
	0009-mdraid_start.sh-fixed-raid-activation.patch 
	0010-add-scp-to-debug-module.patch 
	0011-mdraid-cleanup-do-not-stop-mdraid-container.patch 
	0012-added-initqueue-settled-and-refactored-code.patch 
Log Message:
* Tue Sep 08 2009 Harald Hoyer <harald at redhat.com> 001-6
- fixed several problems with md raid containers
- fixed selinux policy loading



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	2 Sep 2009 13:58:47 -0000	1.8
+++ .cvsignore	8 Sep 2009 14:32:45 -0000	1.9
@@ -1 +1 @@
-dracut-001.tar.bz2
+dracut-001-f5c4374d.tar.bz2


Index: dracut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/devel/dracut.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- dracut.spec	8 Sep 2009 09:54:37 -0000	1.22
+++ dracut.spec	8 Sep 2009 14:32:45 -0000	1.23
@@ -1,3 +1,5 @@
+%define gittag f5c4374d
+
 %if 0%{?fedora} < 12
 %define with_switch_root 1
 %else
@@ -13,21 +15,12 @@
 
 Name: dracut
 Version: 001
-Release: 5%{?rdist}
+Release: 6%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
 URL: http://apps.sourceforge.net/trac/dracut/wiki
 Source0: dracut-%{version}%{?dashgittag}.tar.bz2
-
-Patch1: 0005-mdraid-add-grep-for-convenience.patch
-Patch2: 0006--crypt-dmraid-lvm-mdraid-cleanup-with-pre-pivot-30.patch
-Patch3: 0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch
-Patch4: 0009-mdraid_start.sh-fixed-raid-activation.patch
-Patch5: 0010-add-scp-to-debug-module.patch
-Patch6: 0011-mdraid-cleanup-do-not-stop-mdraid-container.patch
-Patch7: 0012-added-initqueue-settled-and-refactored-code.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: udev
 Requires: util-linux-ng
@@ -111,18 +104,11 @@ This package contains tools to assemble 
 
 %prep
 %setup -q -n %{name}-%{version}%{?dashgittag}
-%patch1 -p1 
-%patch2 -p1 
-%patch3 -p1 
-%patch4 -p1 
-%patch5 -p1 
-%patch6 -p1 
-%patch7 -p1 
-chmod a+x modules.d/*/*.sh
 
 %build
 make
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT sbindir=/sbin \
@@ -195,6 +181,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Tue Sep 08 2009 Harald Hoyer <harald at redhat.com> 001-6
+- fixed several problems with md raid containers
+- fixed selinux policy loading
+
 * Tue Sep 08 2009 Harald Hoyer <harald at redhat.com> 001-5
 - patch does not honor file modes, fixed them manually
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	2 Sep 2009 13:58:47 -0000	1.9
+++ sources	8 Sep 2009 14:32:45 -0000	1.10
@@ -1 +1 @@
-12d60478b28876747bee3d7c8c04be95  dracut-001.tar.bz2
+36e8fcadcbd9ee4ca37e55fac35662b5  dracut-001-f5c4374d.tar.bz2


--- 0005-mdraid-add-grep-for-convenience.patch DELETED ---


--- 0006--crypt-dmraid-lvm-mdraid-cleanup-with-pre-pivot-30.patch DELETED ---


--- 0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch DELETED ---


--- 0009-mdraid_start.sh-fixed-raid-activation.patch DELETED ---


--- 0010-add-scp-to-debug-module.patch DELETED ---


--- 0011-mdraid-cleanup-do-not-stop-mdraid-container.patch DELETED ---


--- 0012-added-initqueue-settled-and-refactored-code.patch DELETED ---




More information about the fedora-extras-commits mailing list