From 004160d0783ecca75b3d3e8962f96b35a19f44b10aad942f66b7357a35ee161c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Fri, 24 Jul 2020 06:49:57 +0000 Subject: [PATCH] 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 --- kdump.changes | 11 +++++++++++ kdump.spec | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) 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