diff --git a/kdump.changes b/kdump.changes index 63d6217..839c8f2 100644 --- a/kdump.changes +++ b/kdump.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 21 12:43:49 UTC 2020 - Thorsten Kukuk + +- 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 + +- Don't PreRequire coreutils but the tools we really need + ------------------------------------------------------------------- Mon Mar 30 11:40:15 UTC 2020 - Petr Tesařík diff --git a/kdump.spec b/kdump.spec index 134b077..cab8516 100644 --- a/kdump.spec +++ b/kdump.spec @@ -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