import environment-modules-5.0.1-1.el9

This commit is contained in:
CentOS Sources 2022-01-11 13:39:57 -05:00 committed by Stepan Oksanichenko
parent 40c8c760c7
commit 04af3516b0
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
176b2dd69f8ed3dd1340c0a5a1427fdd86a76b47 SOURCES/modules-5.0.0.tar.bz2
57f66c1ccbcf10e6b583421ddc591db2663b3a18 SOURCES/modules-5.0.1.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/modules-5.0.0.tar.bz2
SOURCES/modules-5.0.1.tar.bz2

View File

@ -2,7 +2,7 @@
%global vimdatadir %{_datadir}/vim/vimfiles
Name: environment-modules
Version: 5.0.0
Version: 5.0.1
Release: 1%{?dist}
Summary: Provides dynamic modification of a user's environment
@ -160,6 +160,9 @@ fi
%{vimdatadir}/syntax/modulefile.vim
%changelog
* Mon Dec 6 2021 Lukáš Zaoral <lzaoral@redhat.com> - 5.0.1-1
- Update to 5.0.1 (#2004402)
* 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!