From 3bc17b6771416e316a833a43d7b2b778697273fe Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 28 Oct 2003 14:27:36 +0000 Subject: [PATCH] 'captive-install' now requires ntfsprogs >= 1.8.0 to avoid its bugs. --- captive.spec.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/captive.spec.in b/captive.spec.in index e379815..efaaf7a 100644 --- a/captive.spec.in +++ b/captive.spec.in @@ -73,11 +73,12 @@ filesystems such as NTFS. Use filesystem type 'captive-ntfs' for NTFS disks. Summary: Instant installer for Microsoft Windows platform filesystem access. Group: System Environment/Base Requires: captive-lufs = %{PACKAGE_VERSION} -BuildRequires: ntfsprogs-devel +# Versions before 1.8.0 were too buggy +BuildRequires: ntfsprogs-devel >= 1.8.0 # 'PreReq' needed for Mandrake-9.1 otherwise '%preun install' fails # during 'rpm -e ntfsprogs captive-install': -PreReq: ntfsprogs -Requires: ntfsprogs +PreReq: ntfsprogs >= 1.8.0 +Requires: ntfsprogs >= 1.8.0 Requires: ntfsprogs-gnomevfs Requires: gnome-vfs-httpcaptive BuildRequires: gnome-vfs2-devel -- 1.8.3.1