don't require biosdevname as we prefer to keep kernel devices names for now [release 038-2mamba;Sun Aug 24 2014]
This commit is contained in:
parent
e8785e6bf2
commit
e8efe3da48
18
dracut.spec
18
dracut.spec
@ -1,6 +1,6 @@
|
||||
Name: dracut
|
||||
Version: 038
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Generic, modular initramfs generation tool that can be used across various distributions
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -74,9 +74,6 @@ Requires: open-fcoe
|
||||
Requires: open-lldp
|
||||
Requires: multipath-tools
|
||||
Requires: open-iscsi
|
||||
%ifnarch arm
|
||||
Requires: biosdevname
|
||||
%endif
|
||||
Requires: nbd
|
||||
Requires: lvm2
|
||||
Requires: dmraid
|
||||
@ -141,10 +138,6 @@ install -d -m0755 %{buildroot}%{_sbindir}
|
||||
ln -s ../bin/dracut %{buildroot}%{_sbindir}/dracut
|
||||
ln -s ../bin/mkinitrd %{buildroot}%{_sbindir}/mkinitrd
|
||||
|
||||
%ifarch arm
|
||||
rm -rf %{buildroot}%{_prefix}/lib/dracut/modules.d/97biosdevname
|
||||
%endif
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -276,10 +269,6 @@ rm -rf %{buildroot}%{_prefix}/lib/dracut/modules.d/97biosdevname
|
||||
%{_prefix}/lib/dracut/modules.d/96securityfs/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/98usrmount
|
||||
%{_prefix}/lib/dracut/modules.d/98usrmount/*
|
||||
%ifnarch arm
|
||||
%dir %{_prefix}/lib/dracut/modules.d/97biosdevname
|
||||
%{_prefix}/lib/dracut/modules.d/97biosdevname/*
|
||||
%endif
|
||||
%dir %{_prefix}/lib/dracut/modules.d/97masterkey
|
||||
%{_prefix}/lib/dracut/modules.d/97masterkey/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/98ecryptfs
|
||||
@ -346,9 +335,14 @@ rm -rf %{buildroot}%{_prefix}/lib/dracut/modules.d/97biosdevname
|
||||
%{_prefix}/lib/dracut/modules.d/05busybox/module-setup.sh
|
||||
%dir %{_prefix}/lib/dracut/modules.d/50gensplash
|
||||
%{_prefix}/lib/dracut/modules.d/50gensplash/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/97biosdevname
|
||||
%{_prefix}/lib/dracut/modules.d/97biosdevname/*
|
||||
%doc NEWS README README.generic README.kernel README.modules TODO
|
||||
|
||||
%changelog
|
||||
* Sun Aug 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 038-2mamba
|
||||
- don't require biosdevname as we prefer to keep kernel devices names for now
|
||||
|
||||
* Wed Aug 20 2014 Automatic Build System <autodist@mambasoft.it> 038-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user