rpms/dracut/devel .cvsignore, 1.23, 1.24 dracut.spec, 1.39, 1.40 sources, 1.24, 1.25

Harald Hoyer harald at fedoraproject.org
Mon Oct 26 14:51:57 UTC 2009


Author: harald

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

Modified Files:
	.cvsignore dracut.spec sources 
Log Message:
* Mon Oct 26 2009 Harald Hoyer <harald at redhat.com> 002-17
- load dm_mod module (bug #530540)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- .cvsignore	8 Oct 2009 16:22:47 -0000	1.23
+++ .cvsignore	26 Oct 2009 14:51:57 -0000	1.24
@@ -1 +1 @@
-dracut-002-2331d1ff.tar.bz2
+dracut-002-35758e5c.tar.bz2


Index: dracut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/devel/dracut.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- dracut.spec	10 Oct 2009 00:20:46 -0000	1.39
+++ dracut.spec	26 Oct 2009 14:51:57 -0000	1.40
@@ -1,7 +1,11 @@
-%define gittag 2331d1ff
-%if 0%{?fedora} < 12
+%define gittag 35758e5c
 %define with_switch_root 1
-%else
+
+%if 0%{?fedora} > 11
+%define with_switch_root 0
+%endif
+
+%if 0%{?rhel} > 5
 %define with_switch_root 0
 %endif
 
@@ -14,7 +18,7 @@
 
 Name: dracut
 Version: 002
-Release: 16%{?rdist}
+Release: 17%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
@@ -39,14 +43,15 @@ Requires: fileutils, gzip, tar
 Requires: lvm2 >= 2.02.33-9, dhclient
 Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts >= 8.63-1
 Requires: e2fsprogs >= 1.38-12, libselinux, libsepol, coreutils
-Requires: mdadm, elfutils-libelf
+Requires: mdadm, elfutils-libelf 
+Requires(pre): plymouth >= 0.7.0
+Requires: plymouth >= 0.7.0
 Requires: cryptsetup-luks
 Requires: file
 Requires: bzip2
 Requires: dmraid
 Requires: kbd
 Requires: plymouth-scripts
-Requires(pre): plymouth >= 0.7.0
 
 %if ! 0%{?with_switch_root}
 Requires: util-linux-ng >= 2.16
@@ -143,6 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dracut/modules.d/10rpmversion
 %{_datadir}/dracut/modules.d/50plymouth
 %{_datadir}/dracut/modules.d/90crypt
+%{_datadir}/dracut/modules.d/90dm
 %{_datadir}/dracut/modules.d/90dmraid
 %{_datadir}/dracut/modules.d/90dmsquash-live
 %{_datadir}/dracut/modules.d/90kernel-modules
@@ -188,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Mon Oct 26 2009 Harald Hoyer <harald at redhat.com> 002-17
+- load dm_mod module (bug #530540)
+
 * Fri Oct 09 2009 Jesse Keating <jkeating at redhat.com> - 002-16
 - Upgrade plymouth to Requires(pre) to make it show up before kernel
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	8 Oct 2009 16:22:48 -0000	1.24
+++ sources	26 Oct 2009 14:51:57 -0000	1.25
@@ -1 +1 @@
-355e63ceae9b8dbcec058ec69ba98db2  dracut-002-2331d1ff.tar.bz2
+73db1d86d5400708d3f8cfcafebd0847  dracut-002-35758e5c.tar.bz2




More information about the fedora-extras-commits mailing list