From 961773bd0455e6fc723dbbed4f53e4b483360c32 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Thu, 10 Nov 2016 11:09:51 +0100 Subject: Build: pass down %{release} from SPEC to configure This is required in order to bake-in precise vendor version to version.py. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Tomas Krizek --- freeipa.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index f2be4bcee..53035f8c1 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -687,7 +687,7 @@ This package contains tests that verify IPA functionality under Python 3. %build # UI compilation segfaulted on some arches when the stack was lower (#1040576) export JAVA_STACK_SIZE="8m" -%configure +%configure --with-vendor-suffix=-%{release} %make_build -- cgit