From 1dc438d6873d5adcaaca6d06be661bbe2df8b6e1 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 02:15:29 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- modulemd-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modulemd-tools.spec b/modulemd-tools.spec index e4c483b..906e99c 100644 --- a/modulemd-tools.spec +++ b/modulemd-tools.spec @@ -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 - 0.9-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Fri Apr 09 2021 Jakub Kadlcik 0.9-1 - repo2module: drop python-click dependency (frostyx@email.cz)