parent
8643d0b36d
commit
a7ec6d156c
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ modules-3.2.8.tar.bz2
|
||||
/modules-4.7.1.tar.bz2
|
||||
/modules-4.8.0.tar.bz2
|
||||
/modules-5.0.0-alpha.tar.bz2
|
||||
/modules-5.0.0.tar.bz2
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
Name: environment-modules
|
||||
Version: 5.0.0
|
||||
Release: 0.3.alpha%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides dynamic modification of a user's environment
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://modules.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/modules/modules-5.0.0-alpha.tar.bz2
|
||||
Source0: http://downloads.sourceforge.net/modules/modules-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: tcl
|
||||
BuildRequires: dejagnu
|
||||
@ -57,7 +57,7 @@ NOTE: You will need to get a new shell after installing this package to
|
||||
have access to the module alias.
|
||||
|
||||
%prep
|
||||
%setup -q -n modules-5.0.0-alpha
|
||||
%setup -q -n modules-%{version}
|
||||
|
||||
|
||||
%build
|
||||
@ -98,8 +98,8 @@ mv %{buildroot}%{_datadir}/Modules/bin/envml %{buildroot}%{_bindir}/
|
||||
mv {doc/build/,}NEWS.txt
|
||||
mv {doc/build/,}MIGRATING.txt
|
||||
mv {doc/build/,}CONTRIBUTING.txt
|
||||
mv {doc/build/,}diff_v3_v4.txt
|
||||
mv {doc/,}example.txt
|
||||
mv {doc/build/,}INSTALL.txt
|
||||
mv {doc/build/,}changes.txt
|
||||
|
||||
# install the rpm config file
|
||||
install -Dpm 644 contrib/rpm/macros.%{name} %{buildroot}/%{macrosdir}/macros.%{name}
|
||||
@ -132,7 +132,7 @@ fi
|
||||
|
||||
%files
|
||||
%license COPYING.GPLv2
|
||||
%doc ChangeLog README NEWS.txt MIGRATING.txt CONTRIBUTING.txt diff_v3_v4.txt example.txt
|
||||
%doc ChangeLog README NEWS.txt MIGRATING.txt INSTALL.txt CONTRIBUTING.txt changes.txt
|
||||
%{_sysconfdir}/modulefiles
|
||||
%ghost %{_sysconfdir}/profile.d/modules.csh
|
||||
%ghost %{_sysconfdir}/profile.d/modules.sh
|
||||
@ -160,14 +160,20 @@ fi
|
||||
%{vimdatadir}/syntax/modulefile.vim
|
||||
|
||||
%changelog
|
||||
* Wed Sep 15 2021 Lukáš Zaoral <lzaoral@redhat.com> - 5.0.0-1
|
||||
- Update to 5.0.0 (#2004402)
|
||||
+ Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot!
|
||||
- Configuration guide example.txt is replaced by more up to date INSTALL.txt
|
||||
document
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.0.0-0.3.alpha
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Aug 3 2021 Lukas Zaoral <lzaoral@redhat.com> - 5.0.0-0.2.alpha
|
||||
* Tue Aug 3 2021 Lukáš Zaoral <lzaoral@redhat.com> - 5.0.0-0.2.alpha
|
||||
- Rebuilt for added gating.yaml. Related rhbz#1989523
|
||||
|
||||
* Tue Aug 3 2021 Lukas Zaoral <lzaoral@redhat.com> - 5.0.0-0.1.alpha
|
||||
* Tue Aug 3 2021 Lukáš Zaoral <lzaoral@redhat.com> - 5.0.0-0.1.alpha
|
||||
- Update to 5.0.0-alpha (#1989523)
|
||||
+ Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot!
|
||||
- Remove createmodule.sh and createmodule.py utilities ('module sh-to-mod'
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modules-5.0.0-alpha.tar.bz2) = f6db7ebbd7b48e14a501c9b17df0e2e628f4cdd2638cfb2d753de14cda9f7036280a515b618a3774e87d6111df8bc46bb1ed000d8a000587379081dfbab690a1
|
||||
SHA512 (modules-5.0.0.tar.bz2) = 0d389653c9057ed045b4a82f37900a357aa2303b250d04fd9ee04518cb24c2bee94d0393744e00e4c83b24567ae207ae5beedca62af525802f7952134d968f08
|
||||
|
Loading…
Reference in New Issue
Block a user