From eaa84786f1c66a99380cb41ea2b6e9ec144479d5 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 25 Oct 2006 14:53:29 +0000 Subject: [PATCH] add missing Provides to make life easier for people --- ntfs-3g.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ntfs-3g.spec b/ntfs-3g.spec index fbb98c8..76d00de 100644 --- a/ntfs-3g.spec +++ b/ntfs-3g.spec @@ -3,7 +3,7 @@ Name: ntfs-3g Summary: Linux NTFS userspace driver Version: 0 -Release: 0.3.%{buildrev}%{?dist} +Release: 0.4.%{buildrev}%{?dist} License: GPL Group: System Environment/Base Source0: http://mlf.linux.rulez.org/mlf/ezaz/%{name}-%{buildrev}-BETA.tgz @@ -13,6 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fuse-devel Requires: fuse Epoch: 1 +Provides: ntfsprogs-fuse = %{epoch}:%{version}-%{release} +Provides: fuse-ntfs-3g = %{epoch}:%{version}-%{release} %description The ntfs-3g driver is an open source, GPL licensed, third generation @@ -75,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libntfs-3g.so %changelog +* Wed Oct 25 2006 Tom "spot" Callaway 1:0-0.4.20070920 +- add some extra Provides + * Mon Oct 16 2006 Tom "spot" Callaway 1:0-0.3.20070920 - add explicit Requires on fuse