This commit is contained in:
parent
974f91177f
commit
1f41f3d2a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab53542d24dfc9c027f00ecafba993dd83cd3e778379e5e90ffce3b1c97a673e
|
||||
size 792565
|
3
pulseaudio-0.9.9.tar.bz2
Normal file
3
pulseaudio-0.9.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff706a4bdb38acf46ee7e85477ce050aa0cb8173a7596ce7405547b52f55bbca
|
||||
size 775773
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 17:24:24 CET 2008 - rodrigo@suse.de
|
||||
|
||||
- Review and merge changes from public build service into FACTORY.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 09 22:05:17 IST 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 19:17:56 CET 2008 - rodrigo@suse.de
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user