From daf4d49b820cfe40cddee93c210dd6cf79ae8be5 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@fedoraproject.org>
Date: Wed, 20 Jan 2010 15:22:07 +0000
Subject: [PATCH] - Require hal-filesystem, instead of HAL

---
 libmtp.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/libmtp.spec b/libmtp.spec
index 2a993f2..f4a234f 100644
--- a/libmtp.spec
+++ b/libmtp.spec
@@ -3,7 +3,7 @@
 
 Name:           libmtp
 Version:        1.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A software library for MTP media players
 URL:            http://libmtp.sourceforge.net/
 
@@ -12,7 +12,7 @@ Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.g
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License:        LGPLv2+
 Requires:       udev
-Requires:	hal
+Requires:	hal-filesystem
 BuildRequires:  libusb-devel
 BuildRequires:  doxygen
 
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 20 2010 Bastien Nocera <bnocera@redhat.com> 1.0.1-3
+- Require hal-filesystem, instead of HAL
+
 * Tue Dec 1 2009 Linus Walleij <triad@df.lth.se> 1.0.1-2
 - Two patches from Dan Nicholson to fix up the udev rules a bit.