diff --git a/drbd-utils.changes b/drbd-utils.changes index e5c8b28..3f23aae 100644 --- a/drbd-utils.changes +++ b/drbd-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 11 12:42:01 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Tue May 28 05:59:13 UTC 2019 - nwang@suse.com diff --git a/drbd-utils.spec b/drbd-utils.spec index 431c1c3..9f2882e 100644 --- a/drbd-utils.spec +++ b/drbd-utils.spec @@ -63,7 +63,7 @@ BuildRequires: glibc-devel BuildRequires: libxslt BuildRequires: make BuildRequires: pkgconfig -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) BuildRequires: udev %if %{with drbdmon} BuildRequires: gcc-c++