RHEL 9.0.0 Alpha bootstrap

The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/environment-modules#9f0526c9a9b86d526ae7589684c4365ccb0996e9
This commit is contained in:
Troy Dawson 2020-11-16 12:55:36 -08:00
parent 3b0d8542b2
commit 12cd75af1f
4 changed files with 6 additions and 10 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ modules-3.2.8.tar.bz2
/modules-4.5.2.tar.bz2
/modules-4.5.3.tar.bz2
/modules-4.6.0.tar.bz2
/modules-4.6.1.tar.bz2

View File

@ -2,7 +2,7 @@
%global vimdatadir %{_datadir}/vim/vimfiles
Name: environment-modules
Version: 4.6.0
Version: 4.6.1
Release: 1%{?dist}
Summary: Provides dynamic modification of a user's environment
@ -191,6 +191,9 @@ fi
%changelog
* Sun Nov 15 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.6.1-1
- Update to 4.6.1 (#1897820)
* Thu Sep 17 2020 Jan Synáček <jsynacek@redhat.com> - 4.6.0-1
- Update to 4.6.0 (#1879374)

View File

@ -1 +1 @@
SHA512 (modules-4.6.0.tar.bz2) = 7412e5e1107d4ea664734d0bc8c473e3f9c756d3b2bd9960c8d5db7733c6e798d98157dd7bf8b0311eb357ec46b9f900617054c47199a94c26744b0efc26eed2
SHA512 (modules-4.6.1.tar.bz2) = 183538d3c3c2ede7566647d9a45ab9b91e9163153f8d6d52152c2c1467181ee3633d6f64bc76c666e6ed3c6cae28778e55a2961a77e62d875e3e0f6100aae1b6

View File

@ -1,8 +0,0 @@
#!bin/bash
export TESTVAR2=origvalue/suffix
export TESTVAR3=prefix/origvalue
export TESTVAR4=prefix:origvalue:suffix
export TESTVAR5=prefix/origvalue/suffix
### The following is not so crucial, but still:
export TESTVAR8=prefix/origvalue:
export TESTVAR9=prefix:origvalue: