rpms/dracut/devel dracut.spec,1.15,1.16

Karsten Hopp karsten at fedoraproject.org
Wed Aug 26 20:33:06 UTC 2009


Author: karsten

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

Modified Files:
	dracut.spec 
Log Message:
- make it noarch again, just excluding kbd on s390x doesn't
  work as code needs to be changed as well. We now have kbd on s390x ;-(



Index: dracut.spec
===================================================================
RCS file: /cvs/extras/rpms/dracut/devel/dracut.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- dracut.spec	26 Aug 2009 18:55:50 -0000	1.15
+++ dracut.spec	26 Aug 2009 20:33:06 -0000	1.16
@@ -13,7 +13,7 @@
 
 Name: dracut
 Version: 0.9
-Release: 4%{?rdist}
+Release: 5%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
@@ -44,9 +44,7 @@ Requires: bridge-utils
 Requires: file
 Requires: bzip2
 Requires: dmraid
-%ifnarch s390 s390x
 Requires: kbd
-%endif
 
 %if ! 0%{?with_switch_root}
 Requires: util-linux-ng >= 2.16
@@ -144,6 +142,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Wed Aug 26 2009 Karsten Hopp <karsten at redhat.com> 0.9-5
+- make it noarch again, just excluding kbd on s390x doesn't
+  work as code needs to be changed as well.
+
 * Wed Aug 26 2009 Dennis Gilmore <dennis at ausil.us> 0.9-4
 - its kbd not kdb
 




More information about the scm-commits mailing list