Rebuilt for added gating.yaml.

Resolves: rhbz#1989523
This commit is contained in:
Lukas Zaoral 2021-08-03 15:53:37 +02:00
parent 6b31d085ce
commit 6416c62803
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -3,7 +3,7 @@
Name: environment-modules Name: environment-modules
Version: 5.0.0 Version: 5.0.0
Release: 0.1.alpha%{?dist} Release: 0.2.alpha%{?dist}
Summary: Provides dynamic modification of a user's environment Summary: Provides dynamic modification of a user's environment
License: GPLv2+ License: GPLv2+
@ -160,6 +160,9 @@ fi
%{vimdatadir}/syntax/modulefile.vim %{vimdatadir}/syntax/modulefile.vim
%changelog %changelog
* Tue Aug 3 2021 Lukas 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 Lukas Zaoral <lzaoral@redhat.com> - 5.0.0-0.1.alpha
- Update to 5.0.0-alpha (#1989523) - Update to 5.0.0-alpha (#1989523)
+ Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot! + Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot!