rpms/gnome-vfs2/devel gnome-vfs-2.20.0-ignore-var-log-audit.patch, NONE, 1.1 gnome-vfs2.spec, 1.166, 1.167

David Zeuthen (davidz) fedora-extras-commits at redhat.com
Tue Oct 16 15:28:54 UTC 2007


Author: davidz

Update of /cvs/pkgs/rpms/gnome-vfs2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22106

Modified Files:
	gnome-vfs2.spec 
Added Files:
	gnome-vfs-2.20.0-ignore-var-log-audit.patch 
Log Message:
* Mon Oct 15 2007 David Zeuthen <davidz at redhat.com> - 2.20.0-2
- Don't show /var/log/audit on the desktop (#333041)



gnome-vfs-2.20.0-ignore-var-log-audit.patch:

--- NEW FILE gnome-vfs-2.20.0-ignore-var-log-audit.patch ---
--- 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 @@
 		"/tmp",
 		"/usr",
 		"/var",
+		"/var/log/audit",
 		"/proc",
 		"/sbin",
 		NULL


Index: gnome-vfs2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2/devel/gnome-vfs2.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- gnome-vfs2.spec	17 Sep 2007 18:34:07 -0000	1.166
+++ gnome-vfs2.spec	16 Oct 2007 15:28:20 -0000	1.167
@@ -14,7 +14,7 @@
 Summary: The GNOME virtual file-system libraries
 Name: gnome-vfs2
 Version: 2.20.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2 and LGPL+ and GPL+
 # the daemon and the library are LGPLv2
 # the modules are LGPL+ and GPL+ 
@@ -75,6 +75,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=427958
 Patch9: glob-leak.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=333041
+Patch300: gnome-vfs-2.20.0-ignore-var-log-audit.patch
+
 %description
 GNOME VFS is the GNOME virtual file system. It is the foundation of
 the Nautilus file manager. It provides a modular architecture and
@@ -128,6 +131,8 @@
 %patch8 -p1 -b .no-dbus
 %patch9 -p1 -b .glob-leak
 
+%patch300 -p1 -b .ignore-var-log-audit
+
 %build
 
 if pkg-config openssl ; then
@@ -229,6 +234,9 @@
 %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
 
 %changelog
+* Mon Oct 15 2007 David Zeuthen <davidz at redhat.com> - 2.20.0-2
+- Don't show /var/log/audit on the desktop (#333041)
+
 * Mon Sep 17 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.0-1
 - Update to 2.20.0
 




More information about the fedora-extras-commits mailing list