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:
OBS User autobuild 2010-01-27 16:32:59 +00:00 committed by Git OBS Bridge
parent 7525db12dd
commit d48a501402
4 changed files with 15 additions and 8 deletions

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff892fecb350d70cea216e661fb83f8d2912f3ec958f38d67bd16fe13fdb9c1f
size 120799

View File

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

View File

@ -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
# remain the property of their copyright owners, unless otherwise agreed
@ -20,10 +20,10 @@
Name: rtkit
Summary: Realtime Policy and Watchdog Daemon
Version: 0.4
Version: 0.5
Release: 1
# 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
Source: %{name}-%{version}.tar.bz2
Url: http://git.0pointer.de/?p=rtkit.git
@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
%pre
groupadd -r rtkit &>/dev/null || :
/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
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :