From 17ebac296dec8cf7023b26f347a616c5e61106b8 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 14 Oct 2004 21:20:57 +0000 Subject: [PATCH] - Change console to pamconsole to support new util-linux and hal packages --- gnome-vfs-2.8.1-console-mount-opt.patch | 4 ++-- gnome-vfs2.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gnome-vfs-2.8.1-console-mount-opt.patch b/gnome-vfs-2.8.1-console-mount-opt.patch index 54814f8..5d7bac1 100644 --- a/gnome-vfs-2.8.1-console-mount-opt.patch +++ b/gnome-vfs-2.8.1-console-mount-opt.patch @@ -4,7 +4,7 @@ && hasmntopt (mntent, "user") != hasmntopt (mntent, "user_xattr")) || hasmntopt (mntent, "users") != NULL || hasmntopt (mntent, "owner") != NULL -+ || hasmntopt (mntent, "console") != NULL ++ || hasmntopt (mntent, "pamconsole") != NULL #endif ) { mount_entry->is_user_mountable = TRUE; @@ -12,7 +12,7 @@ && hasmntopt (&mntent, "user") != hasmntopt (&mntent, "user_xattr")) || hasmntopt (&mntent, "users") != NULL || hasmntopt (&mntent, "owner") != NULL -+ || hasmntopt (mntent, "console") != NULL ++ || hasmntopt (mntent, "pamconsole") != NULL #endif ) { mount_entry->is_user_mountable = TRUE; diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index aa6b359..0930f73 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -10,7 +10,7 @@ Summary: The GNOME virtual file-system libraries. Name: gnome-vfs2 Version: 2.8.2 -Release: 2 +Release: 3 License: LGPL Group: System Environment/Libraries Source: gnome-vfs-%{version}.tar.bz2 @@ -255,6 +255,9 @@ done %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Thu Oct 14 2004 David Zeuthen 2.8.2-3 +- Change console to pamconsole to support new util-linux and hal packages + * Wed Oct 13 2004 Alexander Larsson - 2.8.2-2 - Fix bad buffer handling bug that broke ftp uploads