- Don't show /var/log/audit on the desktop (#333041)

f38
David Zeuthen 17 years ago
parent 72ce24620b
commit 5e5172f02f

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

@ -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 @@ Patch8: gnome-vfs-2.16.0-no-dbus.patch
# 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 @@ shares (SMB) to applications using GNOME VFS.
%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 @@ fi
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Mon Oct 15 2007 David Zeuthen <davidz@redhat.com> - 2.20.0-2
- Don't show /var/log/audit on the desktop (#333041)
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
- Update to 2.20.0

Loading…
Cancel
Save