summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 05:23:04 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 05:23:04 +0000
commitadee96c199397d5f50f012376220fc55269169f7 (patch)
tree3ebabb9d0d50b0f29128fa2d77cbe397a332c41c
parentcd61776a21d6e706d6dcf19d2546bd4fce7cec12 (diff)
downloadgnome-applets-adee96c199397d5f50f012376220fc55269169f7.tar.gz
gnome-applets-adee96c199397d5f50f012376220fc55269169f7.tar.xz
gnome-applets-adee96c199397d5f50f012376220fc55269169f7.zip
auto-import gnome-applets-2.0.1-5 from gnome-applets-2.0.1-5.src.rpmgnome-applets-2_0_1-5
-rw-r--r--gnome-applets.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 408a267..279a209 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -13,7 +13,7 @@
Summary: Small applications for the GNOME panel.
Name: gnome-applets
Version: 2.0.1
-Release: 4
+Release: 5
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -43,6 +43,9 @@ Patch1: gnome-applets-2.0.1-ppp-command.patch
# Register ourself globally so that gnome-cd can tell if we are
# running or not.
Patch2: gnome-applets-2.0.1-uniquecd.patch
+# Keep the CD device closed except when actually accessing it
+# (bugzilla.gnome.org 91512)
+Patch3: gnome-applets-2.0.1-keepclosed.patch
%description
GNOME (GNU Network Object Model Environment) is a user-friendly set of
@@ -63,7 +66,8 @@ fi
%patch1 -p1 -b .ppp-command
%patch2 -p1 -b .uniquecd
-# Fix up mode 0000 files created by patch
+%patch3 -p1 -b .keepclosed
+# Fix up mode 0000 files created by patch2
chmod -R a+r .
%build
@@ -120,6 +124,8 @@ done
%changelog
* Fri Aug 23 2002 Owen Taylor <otaylor@redhat.com>
+- Keep the CD device closed except when actually accessing it
+ (bugzilla.gnome.org 91512)
- Register CD player so we can start only one CD player
for display from magicdev. (#39208)