'captive-install' now requires ntfsprogs >= 1.8.0 to avoid its bugs.
authorshort <>
Tue, 28 Oct 2003 14:27:36 +0000 (14:27 +0000)
committershort <>
Tue, 28 Oct 2003 14:27:36 +0000 (14:27 +0000)
captive.spec.in

index e379815..efaaf7a 100644 (file)
@@ -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