rpms/dracut/F-11 .cvsignore, 1.9, 1.10 dracut.spec, 1.10, 1.11 sources, 1.9, 1.10

Harald Hoyer harald at fedoraproject.org
Tue Sep 15 13:57:14 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/dracut/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31155

Modified Files:
	.cvsignore dracut.spec sources 
Log Message:
* Tue Sep 15 2009 Harald Hoyer <harald at redhat.com> 001-9
- add ifname= argument for persistent netdev names
- new /initqueue-finished to check if the main loop can be left
- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf

* Wed Sep 09 2009 Harald Hoyer <harald at redhat.com> 001-8
- plymouth: use plymouth-populate-initrd
- add add_drivers for dracut and dracut.conf
- do not mount /proc and /selinux manually in selinux-load-policy

* Wed Sep 09 2009 Harald Hoyer <harald at redhat.com> 001-7
- add scsi_wait_scan to be sure everything was scanned

* 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

* Mon Sep 07 2009 Harald Hoyer <harald at redhat.com> 001-4
 fixed mdraid for IMSM




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	2 Sep 2009 13:58:33 -0000	1.9
+++ .cvsignore	15 Sep 2009 13:57:13 -0000	1.10
@@ -1 +1 @@
-dracut-001.tar.bz2
+dracut-001-4d924752.tar.bz2


Index: dracut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/F-11/dracut.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- dracut.spec	7 Sep 2009 10:24:11 -0000	1.10
+++ dracut.spec	15 Sep 2009 13:57:13 -0000	1.11
@@ -1,3 +1,4 @@
+%define gittag 4d924752
 %if 0%{?fedora} < 12
 %define with_switch_root 1
 %else
@@ -13,17 +14,12 @@
 
 Name: dracut
 Version: 001
-Release: 3%{?rdist}
+Release: 9%{?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
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: udev
 Requires: util-linux-ng
@@ -47,9 +43,9 @@ Requires: mdadm, elfutils-libelf, plymou
 Requires: cryptsetup-luks
 Requires: file
 Requires: bzip2
-Requires: policycoreutils
 Requires: dmraid
 Requires: kbd
+Requires: plymouth-scripts
 
 %if ! 0%{?with_switch_root}
 Requires: util-linux-ng >= 2.16
@@ -107,9 +103,6 @@ This package contains tools to assemble 
 
 %prep
 %setup -q -n %{name}-%{version}%{?dashgittag}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 make
@@ -187,6 +180,29 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Tue Sep 15 2009 Harald Hoyer <harald at redhat.com> 001-9
+- add ifname= argument for persistent netdev names
+- new /initqueue-finished to check if the main loop can be left
+- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
+
+* Wed Sep 09 2009 Harald Hoyer <harald at redhat.com> 001-8
+- plymouth: use plymouth-populate-initrd
+- add add_drivers for dracut and dracut.conf
+- do not mount /proc and /selinux manually in selinux-load-policy
+
+* Wed Sep 09 2009 Harald Hoyer <harald at redhat.com> 001-7
+- add scsi_wait_scan to be sure everything was scanned
+
+* 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
+
+* Mon Sep 07 2009 Harald Hoyer <harald at redhat.com> 001-4
+- fixed mdraid for IMSM
+
 * Mon Sep 07 2009 Harald Hoyer <harald at redhat.com> 001-3
 - fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	2 Sep 2009 13:58:33 -0000	1.9
+++ sources	15 Sep 2009 13:57:13 -0000	1.10
@@ -1 +1 @@
-12d60478b28876747bee3d7c8c04be95  dracut-001.tar.bz2
+563decee38dd5987709dba90328c35f2  dracut-001-4d924752.tar.bz2




More information about the scm-commits mailing list