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