[pcmanfm] Just kill hal dependency on F-16+

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Apr 22 13:03:42 UTC 2011


commit 995f2dc00049b2203fa0eafcc99335687455926f
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Apr 22 22:03:31 2011 +0900

    Just kill hal dependency on F-16+

 pcmanfm.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/pcmanfm.spec b/pcmanfm.spec
index 43964f9..6f024f4 100644
--- a/pcmanfm.spec
+++ b/pcmanfm.spec
@@ -2,7 +2,7 @@
 # git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
 
 %global         usegit      1
-%global         mainrel     3
+%global         mainrel     4
 
 %global         githash     bd677a97832406099ada1fd38a5370d43eee2f99
 %global         shorthash   %(TMP=%githash ; echo ${TMP:0:10})
@@ -46,8 +46,10 @@ BuildRequires:  libtool
 %if 0%{?fedora} <= 13
 BuildRequires:	lxde-icon-theme
 %endif
-# Still needed for removable media
+# Still needed for removable media - still now really?
+%if 0%{?fedora} < 16
 Requires:	hal-storage-addon
+%endif
 # Write explicitly
 Requires:	libfm >= %{libfm_minver}
 
@@ -120,6 +122,9 @@ exit 0
 %endif
 
 %changelog
+* Fri Apr 22 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.9.9-4
+- Just kill hal dependency on F-16+
+
 * Sat Apr 09 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.9.9-3
 - Update to the latest git
 


More information about the scm-commits mailing list