- Also avoid showing /var/tmp as an icon on the desktop (#335241)

f38
David Zeuthen 17 years ago
parent 5e5172f02f
commit f65ea24788

@ -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.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 +++ 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", "/tmp",
"/usr", "/usr",
"/var", "/var",
+ "/var/tmp",
+ "/var/log/audit", + "/var/log/audit",
"/proc", "/proc",
"/sbin", "/sbin",

@ -14,7 +14,7 @@
Summary: The GNOME virtual file-system libraries Summary: The GNOME virtual file-system libraries
Name: gnome-vfs2 Name: gnome-vfs2
Version: 2.20.0 Version: 2.20.0
Release: 2%{?dist} Release: 3%{?dist}
License: LGPLv2 and LGPL+ and GPL+ License: LGPLv2 and LGPL+ and GPL+
# the daemon and the library are LGPLv2 # the daemon and the library are LGPLv2
# the modules are LGPL+ and GPL+ # the modules are LGPL+ and GPL+
@ -76,7 +76,8 @@ Patch8: gnome-vfs-2.16.0-no-dbus.patch
Patch9: glob-leak.patch Patch9: glob-leak.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=333041 # 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 %description
GNOME VFS is the GNOME virtual file system. It is the foundation of 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 %patch8 -p1 -b .no-dbus
%patch9 -p1 -b .glob-leak %patch9 -p1 -b .glob-leak
%patch300 -p1 -b .ignore-var-log-audit %patch300 -p1 -b .ignore-certain-mount-points
%build %build
@ -234,6 +235,9 @@ fi
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog %changelog
* Tue Oct 16 2007 David Zeuthen <davidz@redhat.com> - 2.20.0-3
- Also avoid showing /var/tmp as an icon on the desktop (#335241)
* Mon Oct 15 2007 David Zeuthen <davidz@redhat.com> - 2.20.0-2 * Mon Oct 15 2007 David Zeuthen <davidz@redhat.com> - 2.20.0-2
- Don't show /var/log/audit on the desktop (#333041) - Don't show /var/log/audit on the desktop (#333041)

Loading…
Cancel
Save