forked from pool/rtkit
Accepting request 30444 from Base:System
Copy from Base:System/rtkit based on submit request 30444 from user sreeves1 OBS-URL: https://build.opensuse.org/request/show/30444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtkit?expand=0&rev=3
This commit is contained in:
parent
7525db12dd
commit
d48a501402
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b08eaa7048ef57ccfee4d8b86773c8774de0b21c96751f635fd18a3725aabed
|
|
||||||
size 119126
|
|
3
rtkit-0.5.tar.bz2
Normal file
3
rtkit-0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff892fecb350d70cea216e661fb83f8d2912f3ec958f38d67bd16fe13fdb9c1f
|
||||||
|
size 120799
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 25 21:46:13 UTC 2010 - sreeves@novell.com
|
||||||
|
|
||||||
|
- Update to version 0.5
|
||||||
|
+ By default don't demote unknown threads
|
||||||
|
- bnc#572989 - change to /bin/false
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 14 17:56:43 CEST 2009 - sreeves@novell.com
|
Fri Aug 14 17:56:43 CEST 2009 - sreeves@novell.com
|
||||||
|
|
||||||
|
10
rtkit.spec
10
rtkit.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rtkit (Version 0.4)
|
# spec file for package rtkit (Version 0.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
Name: rtkit
|
Name: rtkit
|
||||||
Summary: Realtime Policy and Watchdog Daemon
|
Summary: Realtime Policy and Watchdog Daemon
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: 1
|
Release: 1
|
||||||
# The daemon itself is GPL v3 or later, the reference implementation for the client BSD
|
# The daemon itself is GPL v3 or later, the reference implementation for the client BSD
|
||||||
License: GPL v3 or later ; BSD
|
License: GPLv3+ ; BSD
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Url: http://git.0pointer.de/?p=rtkit.git
|
Url: http://git.0pointer.de/?p=rtkit.git
|
||||||
@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%pre
|
%pre
|
||||||
groupadd -r rtkit &>/dev/null || :
|
groupadd -r rtkit &>/dev/null || :
|
||||||
/usr/bin/id rtkit >/dev/null 2>&1 || \
|
/usr/bin/id rtkit >/dev/null 2>&1 || \
|
||||||
useradd -r -g rtkit -c 'RealtimeKit' -s /sbin/nologin -d /proc rtkit
|
useradd -r -g rtkit -c 'RealtimeKit' -s /bin/false -d /proc rtkit
|
||||||
|
|
||||||
%post
|
%post
|
||||||
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
|
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
|
||||||
|
Loading…
Reference in New Issue
Block a user