move stratis module to -extras package [release 048-3mamba;Fri Aug 10 2018]
This commit is contained in:
parent
87c72157e6
commit
9539e1470c
13
dracut.spec
13
dracut.spec
@ -1,6 +1,6 @@
|
||||
Name: dracut
|
||||
Version: 048
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: Generic, modular initramfs generation tool that can be used across various distributions
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -92,6 +92,7 @@ Requires: bootchart
|
||||
Requires: multipath-tools
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: biosdevname
|
||||
Requires: stratisd
|
||||
%endif
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
@ -250,8 +251,6 @@ fi
|
||||
%dir %{_prefix}/lib/dracut/modules.d/90qemu-net
|
||||
%{_prefix}/lib/dracut/modules.d/90qemu-net/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/91crypt-gpg
|
||||
%dir %{_prefix}/lib/dracut/modules.d/90stratis
|
||||
%{_prefix}/lib/dracut/modules.d/90stratis/*
|
||||
%{_prefix}/lib/dracut/modules.d/91crypt-gpg/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/91crypt-loop
|
||||
%dir %{_prefix}/lib/dracut/modules.d/91zipl
|
||||
@ -378,11 +377,19 @@ fi
|
||||
%{_prefix}/lib/dracut/modules.d/50gensplash/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/90multipath
|
||||
%{_prefix}/lib/dracut/modules.d/90multipath/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/90stratis
|
||||
%{_prefix}/lib/dracut/modules.d/90stratis/*
|
||||
%dir %{_prefix}/lib/dracut/modules.d/97biosdevname
|
||||
%{_prefix}/lib/dracut/modules.d/97biosdevname/*
|
||||
#%doc NEWS README README.generic README.kernel README.modules TODO
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 048-3mamba
|
||||
- move stratis module to -extras package
|
||||
|
||||
* Wed Aug 08 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 048-2mamba
|
||||
- require stratisd
|
||||
|
||||
* Sat Aug 04 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 048-1mamba
|
||||
- update to 048
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user