- 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 ;-(
This commit is contained in:
parent
4ca9341dab
commit
2baa1fc7ce
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 0.9
|
Version: 0.9
|
||||||
Release: 4%{?rdist}
|
Release: 5%{?rdist}
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -44,9 +44,7 @@ Requires: bridge-utils
|
|||||||
Requires: file
|
Requires: file
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: dmraid
|
Requires: dmraid
|
||||||
%ifnarch s390 s390x
|
|
||||||
Requires: kbd
|
Requires: kbd
|
||||||
%endif
|
|
||||||
|
|
||||||
%if ! 0%{?with_switch_root}
|
%if ! 0%{?with_switch_root}
|
||||||
Requires: util-linux-ng >= 2.16
|
Requires: util-linux-ng >= 2.16
|
||||||
@ -144,6 +142,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/lib/dracut/overlay
|
%dir /var/lib/dracut/overlay
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 26 2009 Karsten Hopp <karsten@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@ausil.us> 0.9-4
|
* Wed Aug 26 2009 Dennis Gilmore <dennis@ausil.us> 0.9-4
|
||||||
- its kbd not kdb
|
- its kbd not kdb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user