diff --git a/gnome-vfs-2.20.0-ignore-var-log-audit.patch b/gnome-vfs-2.20.0-ignore-certain-mountpoints.patch similarity index 88% rename from gnome-vfs-2.20.0-ignore-var-log-audit.patch rename to gnome-vfs-2.20.0-ignore-certain-mountpoints.patch index 5c9d94c..f78e064 100644 --- a/gnome-vfs-2.20.0-ignore-var-log-audit.patch +++ b/gnome-vfs-2.20.0-ignore-certain-mountpoints.patch @@ -1,9 +1,10 @@ --- gnome-vfs-2.20.0/libgnomevfs/gnome-vfs-hal-mounts.c.orig 2007-10-15 20:12:13.000000000 -0400 +++ gnome-vfs-2.20.0/libgnomevfs/gnome-vfs-hal-mounts.c 2007-10-15 20:12:40.000000000 -0400 -@@ -643,6 +643,7 @@ +@@ -643,6 +643,8 @@ "/tmp", "/usr", "/var", ++ "/var/tmp", + "/var/log/audit", "/proc", "/sbin", diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index c1b157c..c7617da 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -14,7 +14,7 @@ Summary: The GNOME virtual file-system libraries Name: gnome-vfs2 Version: 2.20.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 and LGPL+ and GPL+ # the daemon and the library are LGPLv2 # the modules are LGPL+ and GPL+ @@ -76,7 +76,8 @@ Patch8: gnome-vfs-2.16.0-no-dbus.patch Patch9: glob-leak.patch # https://bugzilla.redhat.com/show_bug.cgi?id=333041 -Patch300: gnome-vfs-2.20.0-ignore-var-log-audit.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=335241 +Patch300: gnome-vfs-2.20.0-ignore-certain-mountpoints.patch %description GNOME VFS is the GNOME virtual file system. It is the foundation of @@ -131,7 +132,7 @@ shares (SMB) to applications using GNOME VFS. %patch8 -p1 -b .no-dbus %patch9 -p1 -b .glob-leak -%patch300 -p1 -b .ignore-var-log-audit +%patch300 -p1 -b .ignore-certain-mount-points %build @@ -234,6 +235,9 @@ fi %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Tue Oct 16 2007 David Zeuthen - 2.20.0-3 +- Also avoid showing /var/tmp as an icon on the desktop (#335241) + * Mon Oct 15 2007 David Zeuthen - 2.20.0-2 - Don't show /var/log/audit on the desktop (#333041)