aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2016-02-26 10:40:06 -0500
committerYishai Hadas <yishaih@mellanox.com>2016-05-17 16:40:11 +0300
commit89cb59ef7fd9da359dbdb966eb08abdc0f855a38 (patch)
treeae58274c9359f64fba30e0ba6d00d1f4f6a3da56
parent678f7fa7dde82b76609ac41355fe61f755d83a53 (diff)
downloadlibibverbs-89cb59ef7fd9da359dbdb966eb08abdc0f855a38.tar.gz
libibverbs.spec.in: Use config.h substitution
Even though I need to manually update the changelog for each release, there's no reason not to keep the version updated with the version in configure.ac. Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r--libibverbs.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 1f0d003..d3200bd 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
-Version: 1.1.8
+Version: @VERSION@
Release: 1%{?dist}
Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.8.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-@VERSION@.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Fri Feb 26 2016 Doug Ledford <dledford@redhat.com> - @VERSION@-1
+- New upstream release
+
* Tue May 5 2014 Roland Dreier <roland@digitalvampire.org> - 1.1.8-1
- New upstream release