- disable sounds completely when disabled in configuration file (upstream
bug 333435)
This commit is contained in:
parent
06ab3a3a4a
commit
12ec9883c4
8
gdm.spec
8
gdm.spec
@ -15,7 +15,7 @@
|
||||
Summary: The GNOME Display Manager.
|
||||
Name: gdm
|
||||
Version: 2.13.0.9
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
License: LGPL/GPL
|
||||
Group: User Interface/X
|
||||
@ -43,6 +43,7 @@ Patch17: gdm-2.8.0.4-call-dbus-launch.patch
|
||||
Patch18: gdm-2.8.0.4-dont-call-xsm.patch
|
||||
Patch19: gdm-2.13.0.4-add-gnome-cflags.patch
|
||||
Patch22: gdm-2.13.0.7-pam_stack.patch
|
||||
Patch23: gdm-2.13.0.9-disable-sounds-completely.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
|
||||
|
||||
@ -114,6 +115,7 @@ several different X sessions on your local machine at the same time.
|
||||
%patch18 -p1 -b .dont-call-xsm
|
||||
%patch19 -p1 -b .add-gnome-cflags
|
||||
%patch22 -p1 -b .pam_stack
|
||||
%patch23 -p1 -b .disable-sounds-completely
|
||||
|
||||
# fix the time format for ja
|
||||
perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po
|
||||
@ -307,6 +309,10 @@ fi
|
||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||
|
||||
%changelog
|
||||
* Mon Mar 6 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.9-2
|
||||
- disable sounds completely when disabled in configuration file
|
||||
(upstream bug 333435)
|
||||
|
||||
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.9-1
|
||||
- Update to 2.13.0.9
|
||||
- Use new %%post section, written by
|
||||
|
Loading…
Reference in New Issue
Block a user