summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2018-10-12 13:55:29 +0200
committerPavel Raiskup <praiskup@redhat.com>2018-10-12 13:55:29 +0200
commit0a46bf35b0805efb066fb8558bd27e875043018d (patch)
tree1033fe5e457a0afc091a68adcbdb04753cc19a04
parent2ae325759073dc1375687e7834c7d199dfacf463 (diff)
downloadscl-autotools-0a46bf35b0805efb066fb8558bd27e875043018d.tar.gz
scl-autotools-0a46bf35b0805efb066fb8558bd27e875043018d.tar.xz
scl-autotools-0a46bf35b0805efb066fb8558bd27e875043018d.zip
autotools-latest-automake: don't fail on clisp/emacs tests on el6HEADmaster
-rw-r--r--repos/autotools/autotools-latest/automake/automake.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/repos/autotools/autotools-latest/automake/automake.spec b/repos/autotools/autotools-latest/automake/automake.spec
index 409968b..3fed7ff 100644
--- a/repos/autotools/autotools-latest/automake/automake.spec
+++ b/repos/autotools/autotools-latest/automake/automake.spec
@@ -18,7 +18,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: %{?scl_prefix}automake
Version: %{api_version}.1
-Release: 3%{?dist}
+Release: 4%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@@ -78,7 +78,9 @@ BuildRequires: %{?scl_prefix}automake
BuildRequires: bison
BuildRequires: cscope
BuildRequires: dejagnu
+%if 0%{?rhel} != 6
BuildRequires: emacs
+%endif
BuildRequires: expect
BuildRequires: flex
BuildRequires: gcc-gfortran
@@ -197,6 +199,9 @@ fi
%changelog
+* Fri Oct 12 2018 Pavel Raiskup <praiskup@redhat.com> - 1.16.1-4
+- don't run emacs/lisp tests on el6 for now
+
* Fri Oct 12 2018 Pavel Raiskup <praiskup@redhat.com> - 1.16.1-3
- re-enable testsuite