From 2c3858856ebabc61b1fe7e4af3cabd9d36d0fe7b Mon Sep 17 00:00:00 2001 From: Oleg Moskalenko Date: Sat, 7 May 2016 18:41:04 -0700 Subject: [PATCH] fix epel version for CentOS7 --- rpm/epel7.install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/epel7.install.sh b/rpm/epel7.install.sh index 29322c0..01a1390 100755 --- a/rpm/epel7.install.sh +++ b/rpm/epel7.install.sh @@ -4,7 +4,7 @@ CPWD=`pwd` # Epel installation script -EPEL=epel-release-7-5.noarch +EPEL=epel-release-7-6.noarch EPELRPM=${EPEL}.rpm BUILDDIR=~/rpmbuild WGETOPTIONS="--no-check-certificate"