Update to 5.3.1 (#2217986)
This commit is contained in:
parent
4b98b74a95
commit
49fafd968b
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ modules-3.2.8.tar.bz2
|
|||||||
/modules-5.1.1.tar.bz2
|
/modules-5.1.1.tar.bz2
|
||||||
/modules-5.2.0.tar.bz2
|
/modules-5.2.0.tar.bz2
|
||||||
/modules-5.3.0.tar.bz2
|
/modules-5.3.0.tar.bz2
|
||||||
|
/modules-5.3.1.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global vimdatadir %{_datadir}/vim/vimfiles
|
%global vimdatadir %{_datadir}/vim/vimfiles
|
||||||
|
|
||||||
Name: environment-modules
|
Name: environment-modules
|
||||||
Version: 5.3.0
|
Version: 5.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provides dynamic modification of a user's environment
|
Summary: Provides dynamic modification of a user's environment
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -145,8 +145,9 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING.GPLv2
|
%license COPYING.GPLv2
|
||||||
%doc ChangeLog README NEWS.txt MIGRATING.txt INSTALL.txt CONTRIBUTING.txt changes.txt
|
%doc ChangeLog.gz README NEWS.txt MIGRATING.txt INSTALL.txt CONTRIBUTING.txt changes.txt
|
||||||
%{_sysconfdir}/modulefiles
|
%{_sysconfdir}/modulefiles
|
||||||
|
%dir %{_datadir}/fish/vendor_conf.d
|
||||||
%ghost %{_sysconfdir}/profile.d/modules.csh
|
%ghost %{_sysconfdir}/profile.d/modules.csh
|
||||||
%ghost %{_sysconfdir}/profile.d/modules.sh
|
%ghost %{_sysconfdir}/profile.d/modules.sh
|
||||||
%ghost %{_datadir}/fish/vendor_conf.d/modules.fish
|
%ghost %{_datadir}/fish/vendor_conf.d/modules.fish
|
||||||
@ -186,6 +187,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 27 2023 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.3.1-1
|
||||||
|
- Update to 5.3.1 (#2217986)
|
||||||
|
- Distribute ChangeLog as a zipped file to reduce installation size
|
||||||
|
|
||||||
* Sat May 27 2023 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.3.0-2
|
* Sat May 27 2023 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.3.0-2
|
||||||
- Install module initialization script for fish as configuration snippet for
|
- Install module initialization script for fish as configuration snippet for
|
||||||
this shell via alternatives (#2196379)
|
this shell via alternatives (#2196379)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (modules-5.3.0.tar.bz2) = 9d7a4a7f9e44f7e34769be043e49d99b986e8c547cba53de712d7aa73ebf345330b1d08deff0adb1e7f2cd5467eaa90543fc553261cd97463fc41eb85856fd9e
|
SHA512 (modules-5.3.1.tar.bz2) = b78cab4adf2c980ee52bcf9168f95c4809131e023c2d8298489741fe713ec85f2e84b13d561b85c1a54eb6b4fc77dd8ee3b36ef2662c631f70b07aed7e674636
|
||||||
|
Loading…
Reference in New Issue
Block a user