From 99213f3827bad956d74e2259d06844012ba287a4 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 3 Sep 2014 13:15:45 +0200 Subject: [PATCH] version: 1.7.1 RPM can be built for a default machine now. Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_version.h | 4 ++-- pkg/dpdk-core.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 3bb0284229..981914b748 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -69,14 +69,14 @@ extern "C" { /** * Extra string to be appended to version number */ -#define RTE_VER_SUFFIX "-rc" +#define RTE_VER_SUFFIX "" /** * Patch release number * 0-15 = release candidates * 16 = release */ -#define RTE_VER_PATCH_RELEASE 1 +#define RTE_VER_PATCH_RELEASE 16 /** * Macro to compute a version number usable for comparisons diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-core.spec index a67d7c11cf..3a57e7a3b9 100644 --- a/pkg/dpdk-core.spec +++ b/pkg/dpdk-core.spec @@ -30,7 +30,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. Name: dpdk -Version: 1.7.0 +Version: 1.7.1 Release: 1 Packager: packaging@6wind.com URL: http://dpdk.org @@ -42,7 +42,7 @@ License: BSD and LGPLv2 and GPLv2 ExclusiveArch: i686, x86_64 %global target %{_arch}-native-linuxapp-gcc -%global machine nhm +%global machine default BuildRequires: kernel-devel, kernel-headers, libpcap-devel, xen-devel, doxygen -- 2.20.1