diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-17 07:12:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-17 07:12:48 +0100 |
commit | b8c147876a20d7a2e6d902cd56c0650b7f0e209d (patch) | |
tree | 89be48606756c0cc3774e65480e36e6be1fdf3ec /el7 | |
parent | 4bd31f0da05570e94b4d17c4de8f5cfe75fa65ca (diff) |
Diffstat (limited to 'el7')
-rw-r--r-- | el7/Makefile | 5 | ||||
-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) |