forked from pool/rtkit
Accepting request 848106 from Base:System
- Use /var/lib/empty instead of /proc as home for the rtkit user - Use %license - Commit _servicedata to avoid updating on every commit (forwarded request 848099 from favogt) OBS-URL: https://build.opensuse.org/request/show/848106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtkit?expand=0&rev=28
This commit is contained in:
commit
5d81ae33a7
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.0pointer.net/clone/rtkit.git</param>
|
||||
<param name="changesrevision">6c28e20c0be2f616a025059fda0ffac84e7f4f17</param></service></servicedata>
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 10:48:49 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Use /var/lib/empty instead of /proc as home for the rtkit user
|
||||
- Use %license
|
||||
- Commit _servicedata to avoid updating on every commit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 03 14:13:21 UTC 2019 - mliska@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rtkit
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@ 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
|
||||
URL: http://git.0pointer.de/?p=rtkit.git
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: automake
|
||||
BuildRequires: libcap-devel
|
||||
@ -72,7 +72,7 @@ install -D -m 0644 org.freedesktop.RealtimeKit1.xml %{buildroot}/%{_datadir}/dbu
|
||||
%pre
|
||||
groupadd -r rtkit >/dev/null 2>&1 || :
|
||||
%{_bindir}/id rtkit >/dev/null 2>&1 || \
|
||||
useradd -r -g rtkit -c 'RealtimeKit' -s /bin/false -d /proc rtkit
|
||||
useradd -r -g rtkit -c 'RealtimeKit' -s /bin/false -d /var/lib/empty rtkit
|
||||
|
||||
%service_add_pre rtkit-daemon.service
|
||||
|
||||
@ -85,7 +85,8 @@ dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesk
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%doc README GPL LICENSE rtkit.c rtkit.h
|
||||
%license GPL LICENSE
|
||||
%doc README rtkit.c rtkit.h
|
||||
%attr(0755,root,root) %{_sbindir}/rtkitctl
|
||||
%dir %{_libexecdir}/rtkit
|
||||
%attr(0755,root,root) %{_libexecdir}/rtkit/rtkit-daemon
|
||||
|
Loading…
Reference in New Issue
Block a user