summaryrefslogtreecommitdiffstats
path: root/el7
diff options
context:
space:
mode:
Diffstat (limited to 'el7')
-rw-r--r--el7/Makefile5
-rw-r--r--el7/el7.spec (renamed from el7/environment-modules.spec)6
2 files changed, 10 insertions, 1 deletions
diff --git a/el7/Makefile b/el7/Makefile
new file mode 100644
index 0000000..8a6442d
--- /dev/null
+++ b/el7/Makefile
@@ -0,0 +1,5 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../common/Makefile
+
+
diff --git a/el7/environment-modules.spec b/el7/el7.spec
index ef1f405..3fdd270 100644
--- a/el7/environment-modules.spec
+++ b/el7/el7.spec
@@ -1,6 +1,6 @@
Name: environment-modules
Version: 3.2.10
-Release: 10%{?dist}
+Release: 0%{?dist}
Summary: Provides dynamic modification of a user's environment
Group: System Environment/Base
@@ -104,6 +104,10 @@ make test
%changelog
+* Thu Mar 17 2016 Remi Collet <remi@remirepo.net> - 3.2.10-0.el7
+- build for remirepo for amazon users
+ with NEVR < official packages
+
* Mon Jun 22 2015 Jan Synáček <jsynacek@redhat.com> - 3.2.10-10
- fix: createmodule scripts incorrectly handles env vars prefixed/suffixed without colon (#1233223)