version: 1.7.1
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 3 Sep 2014 11:15:45 +0000 (13:15 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 3 Sep 2014 11:28:26 +0000 (13:28 +0200)
RPM can be built for a default machine now.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/include/rte_version.h
pkg/dpdk-core.spec

index 3bb0284..981914b 100644 (file)
@@ -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
index a67d7c1..3a57e7a 100644 (file)
@@ -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