summaryrefslogtreecommitdiffstats
path: root/build/dpdk-snap/dpdk.spec
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2016-12-27 11:57:15 -0500
committerThomas F Herbert <therbert@redhat.com>2017-01-12 16:40:57 -0500
commitc21af4d724480f6e90fa933205b98fcb2b397c1c (patch)
tree045e35af7fa8d3d9a971f81b5a708e805cdf6b86 /build/dpdk-snap/dpdk.spec
parente0f06ca5b52b4fa055ee9b5095d6192e1f5054d7 (diff)
Builds 16.04 and 16.11.
Change-Id: I144ece2f0336eafd384e05494e5e68b8a20a2ef9 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build/dpdk-snap/dpdk.spec')
-rw-r--r--build/dpdk-snap/dpdk.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/build/dpdk-snap/dpdk.spec b/build/dpdk-snap/dpdk.spec
index b26f7fc..7750d72 100644
--- a/build/dpdk-snap/dpdk.spec
+++ b/build/dpdk-snap/dpdk.spec
@@ -1,4 +1,3 @@
-%define ver %{_ver}
# Add option to build as static libraries (--without shared)
%bcond_without shared
# Add option to build without examples
@@ -7,14 +6,14 @@
%bcond_without tools
# Dont edit Version: and Release: directly, only these:
-%define ver 16.07
-%define rel 4
+%define ver %{?_ver}
+%define rel 5
# Define when building git snapshots
-%define srcver %{ver}%{?_snapver:-%{_snapver}}
+%define srcver %{ver}%{?_snapver:.%{_snapver}}
Name: dpdk
-Version: %{ver}.0
+Version: %{ver}
Release: %{?_snapver:0.%{_snapver}.}%{rel}%{?dist}
URL: http://dpdk.org
Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{srcver}.tar.gz
@@ -257,6 +256,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
%endif
%changelog
+* Fri Dec 30 2016 Thomas F Herbert <therbert@tedhat.com> 16.11.0-5
+- Builds 16.07, 16.11 and 17.02 snapshot 17.02-6119.git112fc39b
+
* Tue May 24 2016 Panu Matilainen <pmatilai@redhat.com> - 16.07-0.4560.git587d684d.4
- Create DT_NEEDED entries for internal library dependencies
- Fix missing zlib dependency on qede driver