From 151567c2bc5cebcd752861f13c0deb6ec9126b90 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Thu, 15 Sep 2016 10:19:19 +0200 Subject: rpm: use a fixed version and not git_hash.sh in AC_INIT Reviewed-by: Fathi Boudra Signed-off-by: Anders Roxell --- pkg/rpm/odp.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/rpm/odp.spec b/pkg/rpm/odp.spec index 2b589c4..94d4853 100644 --- a/pkg/rpm/odp.spec +++ b/pkg/rpm/odp.spec @@ -79,6 +79,8 @@ and guides in HTMLformats. %prep %autosetup -n %{name}-%{version} +sed -i "s|^AC_INIT.*|AC_INIT([OpenDataPlane], [%{version}], [lng-odp@lists.linaro.org])|" configure.ac +./bootstrap %configure \ --includedir=/usr/include/odp-linux -- cgit v1.2.3