summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-17 07:12:48 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-17 07:12:48 +0100
commitb8c147876a20d7a2e6d902cd56c0650b7f0e209d (patch)
tree89be48606756c0cc3774e65480e36e6be1fdf3ec
parent4bd31f0da05570e94b4d17c4de8f5cfe75fa65ca (diff)
environment-modules: rebuild for remirepo+amazon usersHEADmaster
-rw-r--r--el6/Makefile5
-rw-r--r--el6/el6.spec (renamed from el6/environment-modules.spec)6
-rw-r--r--el7/Makefile5
-rw-r--r--el7/el7.spec (renamed from el7/environment-modules.spec)6
4 files changed, 20 insertions, 2 deletions
diff --git a/el6/Makefile b/el6/Makefile
new file mode 100644
index 0000000..8a6442d
--- /dev/null
+++ b/el6/Makefile
@@ -0,0 +1,5 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../common/Makefile
+
+
diff --git a/el6/environment-modules.spec b/el6/el6.spec
index fbb6e5c..13e42e0 100644
--- a/el6/environment-modules.spec
+++ b/el6/el6.spec
@@ -1,7 +1,7 @@
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
Name: environment-modules
Version: 3.2.10
-Release: 3%{?dist}
+Release: 0%{?dist}
Summary: Provides dynamic modification of a user's environment
Group: System Environment/Base
@@ -104,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Mar 17 2016 Remi Collet <remi@remirepo.net> - 3.2.10-0.el6
+- build for remirepo for amazon users
+ with NEVR < official packages
+
* Mon Nov 2 2015 Jan Synáček <jsynacek@redhat.com> - 3.2.10-3
- fix: createmodule scripts incorrectly handles env vars prefixed/suffixed without colon (#1180139)
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)