forked from pool/suse-module-tools
Accepting request 656043 from home:adrianSuSE:branches:Base:System
- Require mkinitrd (provided also by dracut) directly instead of file requires. This is fixing image build failures I keep loosing the fight to get a fileprovides in our base distros because of some build cycle. But all appliance builds are failing without having mkinitrd installed, so trying to avoid the fileprovides. OBS-URL: https://build.opensuse.org/request/show/656043 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=49
This commit is contained in:
parent
30442018db
commit
e42eda2e13
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 7 12:45:36 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- Require mkinitrd (provided also by dracut) directly instead of
|
||||||
|
file requires. This is fixing image build failures
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 07 14:53:52 UTC 2018 - mwilck@suse.com
|
Wed Nov 07 14:53:52 UTC 2018 - mwilck@suse.com
|
||||||
|
|
||||||
|
@ -25,12 +25,13 @@ Group: System/Base
|
|||||||
Url: https://github.com/openSUSE/suse-module-tools
|
Url: https://github.com/openSUSE/suse-module-tools
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: %{name}.rpmlintrc
|
Source1: %{name}.rpmlintrc
|
||||||
Requires: /sbin/mkinitrd
|
# not /sbin/mkinitrd because base distros don't provide it on purpose
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: findutils
|
Requires: findutils
|
||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
|
Requires: mkinitrd
|
||||||
# module-init-tools in older distros, kmod-compat in later ones
|
# module-init-tools in older distros, kmod-compat in later ones
|
||||||
Requires: /sbin/depmod
|
Requires: /sbin/depmod
|
||||||
Requires: rpm
|
Requires: rpm
|
||||||
|
Loading…
Reference in New Issue
Block a user