summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas.monjalon@6wind.com>2014-09-03 13:15:45 +0200
committerThomas Monjalon <thomas.monjalon@6wind.com>2014-09-03 13:28:26 +0200
commit99213f3827bad956d74e2259d06844012ba287a4 (patch)
treef4f3c5d27f1887e7067d8336f0cf86fbd23d7dab
parent11ba04265cfd2a53c12c030fcaa5dfe7eed39a42 (diff)
version: 1.7.1v1.7.1
RPM can be built for a default machine now. Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
-rw-r--r--lib/librte_eal/common/include/rte_version.h4
-rw-r--r--pkg/dpdk-core.spec4
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