rpms/dracut/devel dracut.spec,1.13,1.14

Dennis Gilmore ausil at fedoraproject.org
Wed Aug 26 17:27:15 UTC 2009


Author: ausil

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

Modified Files:
	dracut.spec 
Log Message:
make arch specific 
Require kdb where its available



Index: dracut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/devel/dracut.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- dracut.spec	24 Aug 2009 13:18:52 -0000	1.13
+++ dracut.spec	26 Aug 2009 17:27:15 -0000	1.14
@@ -13,7 +13,7 @@
 
 Name: dracut
 Version: 0.9
-Release: 2%{?rdist}
+Release: 3%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
@@ -44,10 +44,12 @@ Requires: bridge-utils
 Requires: file
 Requires: bzip2
 Requires: dmraid
+%ifnarch s390 s390x
+Requires: kdb
+%endif
 
 %if ! 0%{?with_switch_root}
 Requires: util-linux-ng >= 2.16
-BuildArch: noarch
 %endif
 
 %description
@@ -142,6 +144,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Wed Aug 26 2009 Dennis Gilmore <dennis at ausil.us> 0.9-3
+- make arch specific. There are arch specific dependancies.
+- add back kdb requirement on arches where its used.
+
 * Mon Aug 24 2009 Harald Hoyer <harald at redhat.com> 0.9-2
 - removed kdb requirement (because s390x does not have it)
 




More information about the scm-commits mailing list