summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-03-21 15:25:03 +0100
committerPavel Raiskup <praiskup@redhat.com>2014-03-21 15:25:03 +0100
commit32a2a4bfb9fbeae889c4c8493129e3f319160e67 (patch)
treef6ec711da06259c94b1f38edbfc1131ef0286aaa
parent967a7f385862a783cbce1b3ae028923650b4178d (diff)
downloadscl-autotools-32a2a4bfb9fbeae889c4c8493129e3f319160e67.tar.gz
scl-autotools-32a2a4bfb9fbeae889c4c8493129e3f319160e67.tar.xz
scl-autotools-32a2a4bfb9fbeae889c4c8493129e3f319160e67.zip
autotools-git: revert back the hack for broken EPEL
I missed the point that only epel (not rhel) buildroot is broken so the ugly hack for "/root/lib64" is needed.
-rw-r--r--repos/autotools/autotools-git/autotools-git/autotools-git.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/repos/autotools/autotools-git/autotools-git/autotools-git.spec b/repos/autotools/autotools-git/autotools-git/autotools-git.spec
index c983328..a6b97d0 100644
--- a/repos/autotools/autotools-git/autotools-git/autotools-git.spec
+++ b/repos/autotools/autotools-git/autotools-git/autotools-git.spec
@@ -6,7 +6,7 @@
Summary: Package that installs %scl
Name: %scl_name
Version: 1
-Release: 4%{?dist}
+Release: 5%{?dist}
BuildArch: noarch
License: GPLv2+
Group: Applications/File
@@ -63,12 +63,20 @@ rm -rf %{buildroot}/%{_root_sysconfdir}/rpm/macros.%{scl}-config
%else
%files runtime
%scl_files
+%if 0%{?rhel} == 7
+# Temporary fix for some bug in scl-utils-build-20130529-1.el7.x86_64
+/opt/rh/autotools-git/root/lib64
+%endif
%endif
%files build
%changelog
+* Fri Mar 21 2014 Pavel Raiskup <praiskup@redhat.com> - 1-5
+- ok, revert that hack back (this is needed for epel-7, not for rhel-7 buildroot
+ atm)
+
* Fri Mar 21 2014 Pavel Raiskup <praiskup@redhat.com> - 1-4
- the hack for RHEL-7 is not needed now?