forked from pool/rtkit
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
1a82d7c6c3 | |||
9565ab4267 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 15:31:12 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Drop rcFOO symlinks for CODE16 (jsc#PED-266).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 23 11:56:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Feb 23 11:56:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rtkit
|
# spec file for package rtkit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -68,7 +68,9 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcrtkit-daemon
|
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcrtkit-daemon
|
||||||
|
%endif
|
||||||
install -D -m 0644 org.freedesktop.RealtimeKit1.xml %{buildroot}/%{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
|
install -D -m 0644 org.freedesktop.RealtimeKit1.xml %{buildroot}/%{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
|
||||||
install -Dm0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/rtkit.conf
|
install -Dm0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/rtkit.conf
|
||||||
|
|
||||||
@@ -100,7 +102,9 @@ dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesk
|
|||||||
%{_datadir}/polkit-1/actions/org.freedesktop.RealtimeKit1.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.RealtimeKit1.policy
|
||||||
%{_datadir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf
|
%{_datadir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf
|
||||||
%{_mandir}/man8/rtkitctl.8%{ext_man}
|
%{_mandir}/man8/rtkitctl.8%{ext_man}
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rcrtkit-daemon
|
%{_sbindir}/rcrtkit-daemon
|
||||||
|
%endif
|
||||||
%{_unitdir}/rtkit-daemon.service
|
%{_unitdir}/rtkit-daemon.service
|
||||||
%{_sysusersdir}/rtkit.conf
|
%{_sysusersdir}/rtkit.conf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user