diff --git a/rtkit.changes b/rtkit.changes index 83b78eb..e5806c9 100644 --- a/rtkit.changes +++ b/rtkit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 28 21:00:35 UTC 2021 - Dominique Leuenberger + +- Replace systemd-devel BuildRequires with pkgconfig(libsystemd): + allow OBS to shortcut through the systemd-mini flavors. + ------------------------------------------------------------------- Mon Mar 8 22:55:08 UTC 2021 - Dirk Müller @@ -11,7 +17,7 @@ Mon Mar 8 22:55:08 UTC 2021 - Dirk Müller * some pitfalls (#15 and portability problems). The tarball contains the * resulting file, so xxd is not necessary when building using autotools * Move rtkit-daemon.service from graphical.target to multi-user.target (#12) - * Make libsystemd an optional dependency (#13) + * Make libsystemd an optional dependency (#13) ------------------------------------------------------------------- Thu Nov 12 10:48:49 UTC 2020 - Fabian Vogt diff --git a/rtkit.spec b/rtkit.spec index 0cfb1ae..c9a88e4 100644 --- a/rtkit.spec +++ b/rtkit.spec @@ -22,18 +22,18 @@ Release: 0 Summary: Realtime Policy and Watchdog Daemon # The daemon itself is GPL v3 or later, the reference implementation for # the client BSD-3-Clause -License: GPL-3.0-or-later AND BSD-3-Clause +License: BSD-3-Clause AND GPL-3.0-or-later Group: System/Base URL: https://github.com/heftig/rtkit Source: https://github.com/heftig/rtkit/releases/download/v%{version}/rtkit-%{version}.tar.xz BuildRequires: automake BuildRequires: libcap-devel BuildRequires: pkg-config -BuildRequires: systemd-devel BuildRequires: systemd-rpm-macros BuildRequires: vim BuildRequires: xz BuildRequires: pkgconfig(dbus-1) >= 1.2 +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(polkit-agent-1) BuildRequires: pkgconfig(polkit-gobject-1) Requires: polkit