Update to 5.1.0 (#2080577)
This commit is contained in:
parent
c306aaf352
commit
07808fdff8
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ modules-3.2.8.tar.bz2
|
||||
/modules-5.0.0-alpha.tar.bz2
|
||||
/modules-5.0.0.tar.bz2
|
||||
/modules-5.0.1.tar.bz2
|
||||
/modules-5.1.0.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global vimdatadir %{_datadir}/vim/vimfiles
|
||||
|
||||
Name: environment-modules
|
||||
Version: 5.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 5.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides dynamic modification of a user's environment
|
||||
|
||||
License: GPLv2+
|
||||
@ -69,6 +69,9 @@ have access to the module alias.
|
||||
--libexecdir=%{_datadir}/Modules/libexec \
|
||||
--mandir=%{_mandir} \
|
||||
--vimdatadir=%{vimdatadir} \
|
||||
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||
--with-fishcompletiondir=%{_datadir}/fish/vendor_completions.d \
|
||||
--with-zshcompletiondir=%{_datadir}/zsh/site-functions \
|
||||
--enable-multilib-support \
|
||||
--disable-doc-install \
|
||||
--enable-modulespath \
|
||||
@ -147,6 +150,14 @@ fi
|
||||
%{_datadir}/Modules/libexec/modulecmd.tcl
|
||||
%dir %{_datadir}/Modules/init
|
||||
%{_datadir}/Modules/init/*
|
||||
# do not need to require shell package as we "own" completion dir
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_datadir}/bash-completion/completions/module
|
||||
%{_datadir}/bash-completion/completions/ml
|
||||
%dir %{_datadir}/zsh/site-functions
|
||||
%{_datadir}/zsh/site-functions/_module
|
||||
%dir %{_datadir}/fish/vendor_completions.d
|
||||
%{_datadir}/fish/vendor_completions.d/module.fish
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/initrc
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/modulespath
|
||||
@ -163,6 +174,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 30 2022 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.1.0-1
|
||||
- Update to 5.1.0 (#2080577)
|
||||
- Install shell completion scripts in system-wide shell-specific locations
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modules-5.0.1.tar.bz2) = 8dd4b73ad541093bfc224108fc0f598e9b69cb94115c761618c3ee99173143602807fdbe993eaa71806c5408c456ad0a57257f0c3773d3e33bc1749ed9a1a457
|
||||
SHA512 (modules-5.1.0.tar.bz2) = f0d443dcfe32f6fc87af387b975b4e2694ade7bbc7e4f990084896e89708ebf2496c274350702598ec1fcfcab6ff0d771d1e4947a414e0880ea701f568fb01d9
|
||||
|
Loading…
Reference in New Issue
Block a user