Update with comments from code review
[!] ignition-dracut does not do "Requires: %{name} = %{version}-%{release}" [!] Unnecessary "%defattr(-,root,root,0755)" in dracut subpackage (cherry picked from commit a789cdea4942165f80d04e2916d363605a39caa1)
This commit is contained in:
parent
6596f44009
commit
63ee52de6c
@ -302,7 +302,7 @@ providing packages with %{import_path} prefix.
|
||||
Summary: Dracut modules for ignition
|
||||
License: BSD
|
||||
URL: https://%{dracutprovider_prefix}
|
||||
Requires: ignition
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: dracut
|
||||
Requires: dracut-network
|
||||
BuildArchitectures: noarch
|
||||
@ -314,7 +314,6 @@ initramfs on boot.
|
||||
%files dracut
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%defattr(-,root,root,0755)
|
||||
%{dracutlibdir}/modules.d/30ignition
|
||||
%{dracutlibdir}/modules.d/99journald-conf
|
||||
############## end dracut subpackage ##############
|
||||
|
Loading…
Reference in New Issue
Block a user