[python-imaging/f15] Check for fedora < 9 is not necessary

Roman Rakus rrakus at fedoraproject.org
Wed Sep 7 12:32:57 UTC 2011


commit 0e6d64e1693c63377ddc8d1ae99abe06ef8a9213
Author: Roman Rakus <rrakus at redhat.com>
Date:   Wed Sep 7 14:32:28 2011 +0200

    Check for fedora < 9 is not necessary
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 python-imaging.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/python-imaging.spec b/python-imaging.spec
index f2d8a39..1e94a7a 100644
--- a/python-imaging.spec
+++ b/python-imaging.spec
@@ -5,7 +5,7 @@
 Summary:       Python's own image processing library
 Name:          python-imaging
 Version:       1.1.7
-Release:       4%{?dist}
+Release:       5%{?dist}
 
 License:       MIT
 Group:         System Environment/Libraries
@@ -165,9 +165,7 @@ rm -rf $RPM_BUILD_ROOT
 %files sane
 %defattr (0644,root,root,755)
 %doc Sane/CHANGES Sane/demo*.py Sane/sanedoc.txt
-%if 0%{?fedora} >= 9
 %{python_sitearch}/pysane*egg-info
-%endif
 %{python_sitearch}/_sane.so
 %{python_sitearch}/sane.py*
 %endif
@@ -175,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
 %files tk -f files.tk
 
 %changelog
+* Wed Sep 07 2011 Roman Rakus <rrakus at redhat.com> - 1.1.7-5
+- Check for fedora < 9 is not necessary
+
 * Tue Jun 07 2011 Roman Rakus <rrakus at redhat.com> - 1.1.7-4
 - Buffer overflow patch (#703212)
 


More information about the scm-commits mailing list