From 25e15fa8548b94f7cc191ac37f8a5384183b7597 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 9 Jun 2014 12:50:30 -0400 Subject: [PATCH] Fixed doc package arch dependency --- dpdk.spec | 7 +++++-- 1 file 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 - 1.0.7-0.8.20140603git5ebbb1728 +- Fixed doc arch versioning issue + * Mon Jun 09 2014 - Neil Horman - 1.0.7-0.7.20140603git5ebbb1728 - Added verbose output to build