[dpdk/f20] Fixed doc package dependency issue

Neil Horman nhorman at fedoraproject.org
Mon Jun 9 17:34:12 UTC 2014


commit dd2a8bb43baabcd03881c7a4c89c6efedc189707
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Mon Jun 9 13:33:54 2014 -0400

    Fixed doc package dependency issue

 dpdk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dpdk.spec b/dpdk.spec
index 455eeec..31e3a55 100644
--- a/dpdk.spec
+++ b/dpdk.spec
@@ -1,4 +1,4 @@
-%global rel 0.7
+%global rel 0.8
 
 # As per packaging guidelines, since dpdk is pre-release, this is the git hash
 # that I used with git archive to build the source tarball and the date on which
@@ -62,7 +62,7 @@ More libraries are available as extensions in other packages.
 
 %package doc
 Summary: Data Plane Development Kit core programming API documentation
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 BuildArch: noarch
 
 %description doc
@@ -131,6 +131,9 @@ cp -a            tools                 %{buildroot}%{datadir}
 %exclude %{docdir}/html
 
 %changelog
+* Mon Jun 09 2014 - Neil Horman <nhorman at tuxdriver.com> - 1.0.7-0.8.20140603git5ebbb1728
+- Fixed doc arch versioning issue
+
 * Mon Jun 09 2014 - Neil Horman <nhorman at tuxdriver.com> - 1.0.7-0.7.20140603git5ebbb1728
 - Added verbose output to build
 


More information about the scm-commits mailing list