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
|
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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,11 +10,12 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: pulseaudio
|
Name: pulseaudio
|
||||||
%define drvver 0.9
|
%define drvver 0.9
|
||||||
Summary: A Networked Sound Server
|
Summary: A Networked Sound Server
|
||||||
Version: 0.9.8
|
Version: 0.9.9
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/Sound Daemons
|
Group: System/Sound Daemons
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -318,7 +319,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%pre
|
%pre
|
||||||
groupadd -r pulse &>/dev/null || :
|
groupadd -r pulse &>/dev/null || :
|
||||||
useradd -r -c 'PulseAudio daemon' \
|
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-rt &>/dev/null || :
|
||||||
groupadd -r pulse-access &>/dev/null || :
|
groupadd -r pulse-access &>/dev/null || :
|
||||||
|
|
||||||
@ -509,6 +510,12 @@ groupadd -r pulse-access &>/dev/null || :
|
|||||||
%{_mandir}/man1/pax11publish.1.gz
|
%{_mandir}/man1/pax11publish.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 25 2008 rodrigo@suse.de
|
||||||
- Removed empty patch file
|
- Removed empty patch file
|
||||||
- Disabled setuid binaries
|
- Disabled setuid binaries
|
||||||
@ -555,7 +562,7 @@ groupadd -r pulse-access &>/dev/null || :
|
|||||||
- Removed 'rm -rf $RPM_BUILD_ROOT' from %%install
|
- Removed 'rm -rf $RPM_BUILD_ROOT' from %%install
|
||||||
* Mon Dec 24 2007 rodrigo@suse.de
|
* Mon Dec 24 2007 rodrigo@suse.de
|
||||||
- Use /var/lib/pulseaudio as home dir for pulseaudio user.
|
- 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
|
- Removed special permissions for pulseaudio binary to make it
|
||||||
buildable until the permissions thing is solved.
|
buildable until the permissions thing is solved.
|
||||||
* Tue Dec 11 2007 rodrigo@suse.de
|
* Tue Dec 11 2007 rodrigo@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user