- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 02:15:29 +00:00
parent 6ccbc61932
commit 1dc438d687

View File

@ -1,6 +1,6 @@
Name: modulemd-tools
Version: 0.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Collection of tools for parsing and generating modulemd YAML files
License: MIT
BuildArch: noarch
@ -156,6 +156,9 @@ cd ..
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.9-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Apr 09 2021 Jakub Kadlcik <frostyx@email.cz> 0.9-1
- repo2module: drop python-click dependency (frostyx@email.cz)