summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec')
-rw-r--r--repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec b/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec
index ca97270..135cc96 100644
--- a/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec
+++ b/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec
@@ -8,12 +8,12 @@
Summary: Package that installs %scl
Name: %scl_name
Version: 1
-Release: 13%{?dist}
+Release: 14%{?dist}
License: GPLv2+
Group: Applications/File
-Requires: %{?scl_prefix}m4, %{?scl_prefix}automake
-Requires: %{?scl_prefix}autoconf, %{?scl_prefix}libtool
+Requires: %{?scl_prefix}m4 %{?scl_prefix}automake
+Requires: %{?scl_prefix}autoconf %{?scl_prefix}libtool
%{?scl:BuildRequires: scl-utils-build}
%{?scl:BuildRequires: iso-codes}
@@ -99,6 +99,9 @@ rm -rf %{buildroot}/%{_root_sysconfdir}/rpm/macros.%{scl}-config
%changelog
+* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 1-14
+- Requires field must be spearated by spaces and not commas
+
* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 1-13
- use _compat_el5_build only if defined (rhbz#1252751)