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 +- 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)