forked from pool/pulseaudio
This commit is contained in:
committed by
Git OBS Bridge
parent
9ad78a3ce4
commit
8f5651236c
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pulseaudio (Version 0.9.8)
|
||||
# spec file for package pulseaudio (Version 0.9.9)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -10,11 +10,12 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: pulseaudio
|
||||
%define drvver 0.9
|
||||
Summary: A Networked Sound Server
|
||||
Version: 0.9.8
|
||||
Release: 3
|
||||
Version: 0.9.9
|
||||
Release: 1
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@@ -318,7 +319,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%pre
|
||||
groupadd -r pulse &>/dev/null || :
|
||||
useradd -r -c 'PulseAudio daemon' \
|
||||
-s /sbin/nologin -d /var/lib/pulseaudio -g pulse pulse &>/dev/null || :
|
||||
-s /sbin/nologin -d /var/lib/pulseaudio -g pulse -G audio pulse &>/dev/null || :
|
||||
groupadd -r pulse-rt &>/dev/null || :
|
||||
groupadd -r pulse-access &>/dev/null || :
|
||||
|
||||
@@ -509,6 +510,12 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
%{_mandir}/man1/pax11publish.1.gz
|
||||
|
||||
%changelog
|
||||
* Wed Mar 12 2008 rodrigo@suse.de
|
||||
- Review and merge changes from public build service into FACTORY.
|
||||
* Sun Mar 09 2008 cyberorg@cyberorg.info
|
||||
- Update to 0.9.9
|
||||
- The only change from 0.9.8 is a fix for CVE-2008-0008
|
||||
- Need to add pulse user to audio group too
|
||||
* Fri Jan 25 2008 rodrigo@suse.de
|
||||
- Removed empty patch file
|
||||
- Disabled setuid binaries
|
||||
@@ -555,7 +562,7 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
- Removed 'rm -rf $RPM_BUILD_ROOT' from %%install
|
||||
* Mon Dec 24 2007 rodrigo@suse.de
|
||||
- Use /var/lib/pulseaudio as home dir for pulseaudio user.
|
||||
* Tue Dec 11 2007 rodrigo@suse.de
|
||||
* Wed Dec 12 2007 rodrigo@suse.de
|
||||
- Removed special permissions for pulseaudio binary to make it
|
||||
buildable until the permissions thing is solved.
|
||||
* Tue Dec 11 2007 rodrigo@suse.de
|
||||
|
Reference in New Issue
Block a user