move network module from extra to main package [release 057-4mamba;Mon Oct 24 2022]
This commit is contained in:
parent
61c9081a83
commit
1e71c184e8
@ -1,6 +1,6 @@
|
|||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 057
|
Version: 057
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Generic, modular initramfs generation tool that can be used across various distributions
|
Summary: Generic, modular initramfs generation tool that can be used across various distributions
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -223,6 +223,8 @@ fi
|
|||||||
%{_prefix}/lib/dracut/modules.d/35network-legacy/*
|
%{_prefix}/lib/dracut/modules.d/35network-legacy/*
|
||||||
%dir %{_prefix}/lib/dracut/modules.d/35network-manager
|
%dir %{_prefix}/lib/dracut/modules.d/35network-manager
|
||||||
%{_prefix}/lib/dracut/modules.d/35network-manager/*
|
%{_prefix}/lib/dracut/modules.d/35network-manager/*
|
||||||
|
%dir %{_prefix}/lib/dracut/modules.d/40network
|
||||||
|
%{_prefix}/lib/dracut/modules.d/40network/*
|
||||||
%dir %{_prefix}/lib/dracut/modules.d/45url-lib
|
%dir %{_prefix}/lib/dracut/modules.d/45url-lib
|
||||||
%{_prefix}/lib/dracut/modules.d/45url-lib/*
|
%{_prefix}/lib/dracut/modules.d/45url-lib/*
|
||||||
%dir %{_prefix}/lib/dracut/modules.d/50drm
|
%dir %{_prefix}/lib/dracut/modules.d/50drm
|
||||||
@ -419,8 +421,6 @@ fi
|
|||||||
%{_prefix}/lib/dracut/modules.d/35network-wicked/*
|
%{_prefix}/lib/dracut/modules.d/35network-wicked/*
|
||||||
%dir %{_prefix}/lib/dracut/modules.d/35connman/
|
%dir %{_prefix}/lib/dracut/modules.d/35connman/
|
||||||
%{_prefix}/lib/dracut/modules.d/35connman/*
|
%{_prefix}/lib/dracut/modules.d/35connman/*
|
||||||
%dir %{_prefix}/lib/dracut/modules.d/40network
|
|
||||||
%{_prefix}/lib/dracut/modules.d/40network/*
|
|
||||||
%dir %{_prefix}/lib/dracut/modules.d/45ifcfg
|
%dir %{_prefix}/lib/dracut/modules.d/45ifcfg
|
||||||
%{_prefix}/lib/dracut/modules.d/45ifcfg/*
|
%{_prefix}/lib/dracut/modules.d/45ifcfg/*
|
||||||
#%dir %{_prefix}/lib/dracut/modules.d/50gensplash
|
#%dir %{_prefix}/lib/dracut/modules.d/50gensplash
|
||||||
@ -434,6 +434,9 @@ fi
|
|||||||
#%doc NEWS README README.generic README.kernel README.modules TODO
|
#%doc NEWS README README.generic README.kernel README.modules TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 057-4mamba
|
||||||
|
- move network module from extra to main package
|
||||||
|
|
||||||
* Fri Sep 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 057-3mamba
|
* Fri Sep 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 057-3mamba
|
||||||
- 10i18n: added upstream patches to fix adding required includes for keymaps and other fix for font
|
- 10i18n: added upstream patches to fix adding required includes for keymaps and other fix for font
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user