diff --git a/kdump.changes b/kdump.changes index e6247bf..91aaa65 100644 --- a/kdump.changes +++ b/kdump.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 12 15:04:56 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Fri Apr 26 07:36:54 UTC 2019 - Petr Tesarik diff --git a/kdump.spec b/kdump.spec index c9c91e3..d2db8ca 100644 --- a/kdump.spec +++ b/kdump.spec @@ -89,7 +89,7 @@ Provides: kexec-tools:%{_initddir}/kdump BuildRoot: %{_tmppath}/%{name}-%{version}-build ExcludeArch: s390 ppc %if %{systemd_present} -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %else PreReq: %insserv_prereq %endif