SHA256
1
0
forked from pool/rtkit

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
This commit is contained in:
Marcus Meissner 2021-05-31 09:20:25 +00:00 committed by Git OBS Bridge
parent bc2c63db15
commit 9159c5aa71
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 28 21:00:35 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dmueller@suse.com>
@ -11,7 +17,7 @@ Mon Mar 8 22:55:08 UTC 2021 - Dirk Müller <dmueller@suse.com>
* 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 <fvogt@suse.com>

View File

@ -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