diff --git a/rtkit-0.11+git.20161005.tar.xz b/rtkit-0.11+git.20161005.tar.xz deleted file mode 100644 index bb5844b..0000000 --- a/rtkit-0.11+git.20161005.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d6291ec2326f709ff67248940197b505b065936428d6d7516c0ebc46bbe8368 -size 42828 diff --git a/rtkit-0.13.tar.xz b/rtkit-0.13.tar.xz new file mode 100644 index 0000000..03e2e90 --- /dev/null +++ b/rtkit-0.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a157144cd95cf6d25200e74b74a8f01e4fe51fd421bb63c1f00d471394b640ab +size 130796 diff --git a/rtkit.changes b/rtkit.changes index 9e4ebde..83b78eb 100644 --- a/rtkit.changes +++ b/rtkit.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 8 22:55:08 UTC 2021 - Dirk Müller + +- update to 0.13: + * Link to libsystemd instead of shipping a copy of sd-daemon + * Move D-Bus policy to datadir + * Install the D-Bus interface description + * Other fixes accumulated over the years from various distributions + * Add meson build files (autotools stays available for now) + * Replace the use of as with xxd for including a file as a string, which avoids + * 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) + ------------------------------------------------------------------- Thu Nov 12 10:48:49 UTC 2020 - Fabian Vogt diff --git a/rtkit.spec b/rtkit.spec index 9b2eca6..1dcc78d 100644 --- a/rtkit.spec +++ b/rtkit.spec @@ -1,7 +1,7 @@ # # spec file for package rtkit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,11 +24,12 @@ Summary: Realtime Policy and Watchdog Daemon # the client BSD-3-Clause License: GPL-3.0-or-later AND BSD-3-Clause Group: System/Base -URL: http://git.0pointer.de/?p=rtkit.git -Source: %{name}-%{version}.tar.xz +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: xz BuildRequires: pkgconfig(dbus-1) >= 1.2 @@ -36,9 +37,6 @@ BuildRequires: pkgconfig(polkit-agent-1) BuildRequires: pkgconfig(polkit-gobject-1) Requires: polkit Requires(pre): dbus-1 -Provides: %{name} = 0.11_git201205151338 -Obsoletes: %{name} = 0.11_git201205151338 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description RealtimeKit is a D-Bus system service that changes the scheduling policy of @@ -89,11 +87,14 @@ dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesk %doc README rtkit.c rtkit.h %attr(0755,root,root) %{_sbindir}/rtkitctl %dir %{_libexecdir}/rtkit +%dir %{_libexecdir}/rtkit/installed-tests +%dir %{_libexecdir}/rtkit/installed-tests/rtkit %attr(0755,root,root) %{_libexecdir}/rtkit/rtkit-daemon +%{_libexecdir}/rtkit/installed-tests/rtkit/rtkit-test %{_datadir}/dbus-1/system-services/org.freedesktop.RealtimeKit1.service %{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml %{_datadir}/polkit-1/actions/org.freedesktop.RealtimeKit1.policy -%{_sysconfdir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf +%{_datadir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf %{_mandir}/man8/rtkitctl.8%{ext_man} %{_sbindir}/rcrtkit-daemon %{_unitdir}/rtkit-daemon.service