From 9159c5aa71ff49581d04c5aa56323cdfe79cd6fee820263c2cc15ab57e7ee411 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 31 May 2021 09:20:25 +0000 Subject: [PATCH] Accepting request 896039 from home:dimstar:Factory - Replace systemd-devel BuildRequires with pkgconfig(libsystemd): allow OBS to shortcut through the systemd-mini flavors. This basiclally allows us to build java/graphiz and half of the python stack without having to wait for a kernel build (i.e. systemd-mini has no uefi support, which is perfectly fine in the build environment) OBS-URL: https://build.opensuse.org/request/show/896039 OBS-URL: https://build.opensuse.org/package/show/Base:System/rtkit?expand=0&rev=44 --- rtkit.changes | 8 +++++++- rtkit.spec | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) 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