From db6489b2e86a6ad4a2a11e4858a51a8f96d6b9fd80c8f2e3bc716112d4e08c4a Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Wed, 13 Dec 2023 10:36:57 +0000 Subject: [PATCH] Accepting request 1126809 from home:dimstar:Factory - BuildRequire pkgconfig(libsystemd) instead of systemd-devel: allow OBS to shortcut through systemd-mini. OBS-URL: https://build.opensuse.org/request/show/1126809 OBS-URL: https://build.opensuse.org/package/show/server:dns/knot?expand=0&rev=52 --- knot.changes | 6 ++++++ knot.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/knot.changes b/knot.changes index 5f95930..fc9edab 100644 --- a/knot.changes +++ b/knot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 16 09:59:21 UTC 2023 - Dominique Leuenberger + +- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: + allow OBS to shortcut through systemd-mini. + ------------------------------------------------------------------- Mon Oct 23 13:12:26 UTC 2023 - Michal Hrusecky diff --git a/knot.spec b/knot.spec index afcbcde..9762b5e 100644 --- a/knot.spec +++ b/knot.spec @@ -31,7 +31,7 @@ %bcond_without docs %if %{with systemd} %define has_systemd 1 -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) %{?systemd_requires} %endif Name: knot