From 88d7a2a320b7fbf2fe138a592bbda653a3e4dfc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 16 Oct 2013 15:13:29 +0200 Subject: [PATCH] - prevent git run, so we don't end up with version 0.0.0 --- rt.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rt.spec b/rt.spec index a0aaddb..65df742 100644 --- a/rt.spec +++ b/rt.spec @@ -290,6 +290,9 @@ mv aclocal.m4 acinclude.m4 sed -i -e 's#libdir:.*#libdir: %{_libdir}#g' config.layout +# prevent configure from using git +sed -i -e 's#git describe --tags#false#g' configure.ac + %build %{__aclocal} %{__autoconf} -- 2.44.0