[freecad] Fix obsoletes of old documentation subpackage.

Richard Shaw hobbes1069 at fedoraproject.org
Thu Jun 19 15:28:36 UTC 2014


commit 95251bf7a5931bd1639bc91781ad67e5ed306e9a
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Thu Jun 19 10:28:32 2014 -0500

    Fix obsoletes of old documentation subpackage.
    
    - Add conditional so EPEL 6 ppc64 does not require python-pivy which does not
      build on that platform.

 freecad.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/freecad.spec b/freecad.spec
index 80c9065..2342a59 100644
--- a/freecad.spec
+++ b/freecad.spec
@@ -104,7 +104,8 @@ Requires:       %{name}-data = %{version}-%{release}
 Obsoletes:      %{name}-doc < 0.13-5
 
 # Needed for plugin support and is not a soname dependency.
-%if ! 0%{?rhel} <= 6
+%if 0%{?fedora} || 0%{?rhel} < 6 || "%{_arch}" != "ppc64"
+# python-pivy does not build on EPEL 6 ppc64.
 Requires:       python-pivy
 %endif
 Requires:       PyQt4
@@ -299,6 +300,11 @@ fi
 
 
 %changelog
+* Thu Jun 19 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.13-9
+- Fix obsoletes of old documentation subpackage.
+- Add conditional so EPEL 6 ppc64 does not require python-pivy which does not
+  build on that platform.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list