summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-git/automake/automake.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-git/automake/automake.spec')
-rw-r--r--repos/autotools/autotools-git/automake/automake.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/repos/autotools/autotools-git/automake/automake.spec b/repos/autotools/autotools-git/automake/automake.spec
index 76588fa..d072d01 100644
--- a/repos/autotools/autotools-git/automake/automake.spec
+++ b/repos/autotools/autotools-git/automake/automake.spec
@@ -1,4 +1,4 @@
-%_compat_el5_build
+%{?_compat_el5_build}
# this is needed for el5 builders
%global _source_filedigest_algorithm md5
@@ -18,7 +18,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: %{?scl_prefix}automake
Version: %{api_version}a
-Release: 11.%git_tag%{?dist}
+Release: 12.%git_tag%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@@ -180,6 +180,9 @@ fi
%{_mandir}/man1/*
%changelog
+* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 1.99a-12.904253
+- use _compat_el5_build only if defined (rhbz#1252751)
+
* Tue Jun 09 2015 Pavel Raiskup <praiskup@redhat.com> - 1.99a-11.904253
- BR perl-Thread-Queue to fix help2man run