diff options
Diffstat (limited to 'el6')
-rw-r--r-- | el6/Makefile | 5 | ||||
-rw-r--r-- | el6/el6.spec (renamed from el6/environment-modules.spec) | 6 |
2 files changed, 10 insertions, 1 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) |