[eric/f15/master] comment out 2 Requires(hint) lines as this is unsupported by rpm-4.9

Karsten Hopp karsten at fedoraproject.org
Wed Apr 20 10:25:42 UTC 2011


commit f2d7c02f89ded6c7316f164a52645be4199d33b3
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Apr 20 12:25:36 2011 +0200

    comment out 2 Requires(hint) lines as this is unsupported by rpm-4.9

 eric.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/eric.spec b/eric.spec
index 4cdef0e..f919945 100644
--- a/eric.spec
+++ b/eric.spec
@@ -8,7 +8,7 @@
 Name:    eric
 Summary: Python IDE
 Version: 4.4.8
-Release: 2%{?dist}
+Release: 2.1%{?dist}
 
 License: GPL+
 Group:   Development/Tools
@@ -39,8 +39,9 @@ BuildRequires: python
 Requires: qscintilla-python
 
 # Need this for the documentation
-Requires(hint): python-docs
-Requires(hint): qt4-designer
+# Requires(hint) isn't supported by rpm-4.9, disabled the next two lines -- KH
+#Requires(hint): python-docs
+#Requires(hint): qt4-designer
 # wow, at 80mb+, are we sure we want this?  -- Rex
 #Doc is optionnal, we can remove -- Johan
 #Requires(hint): qt4-doc
@@ -152,6 +153,9 @@ rm -rf %{buildroot}
 %{_libdir}/qt4/qsci/api/ruby/*.api
 
 %changelog
+* Wed Apr 20 2011 Karsten Hopp <karsten at redhat.com> 4.4.8-2.1
+- comment out 2 Requires(hint) lines as this is unsupported by rpm-4.9
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list