forked from pool/kdump
Accepting request 822095 from home:kukuk:branches:Kernel:kdump
- Make dracut and sed normal requires as we don't use them in %pre/%post install. Use file requires for sed. - Don't PreRequire coreutils but the tools we really need OBS-URL: https://build.opensuse.org/request/show/822095 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=199
This commit is contained in:
parent
7509c19698
commit
004160d078
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 21 12:43:49 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Make dracut and sed normal requires as we don't use them in
|
||||
%pre/%post install. Use file requires for sed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 14:53:00 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Don't PreRequire coreutils but the tools we really need
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 11:40:15 UTC 2020 - Petr Tesařík <ptesarik@suse.com>
|
||||
|
||||
|
@ -81,15 +81,15 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(udev)
|
||||
#!BuildIgnore: fop
|
||||
Requires: /usr/bin/sed
|
||||
Requires: curl
|
||||
Requires: dracut
|
||||
Requires: kexec-tools
|
||||
Requires: makedumpfile
|
||||
Requires: openssh
|
||||
# FIXME: use proper Requires(pre/post/preun/...)
|
||||
PreReq: %fillup_prereq
|
||||
PreReq: coreutils
|
||||
PreReq: dracut
|
||||
PreReq: sed
|
||||
PreReq: /usr/bin/mkdir /usr/bin/rm /usr/bin/touch
|
||||
Recommends: cifs-utils
|
||||
Recommends: nfs-client
|
||||
# update should detect the split-off from kexec-tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user