From 3e40e2d340b9bf05ca558090f3120d4e9354934f Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 00:35:23 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- initial-setup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/initial-setup.spec b/initial-setup.spec index 3faa532..fb067eb 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -2,7 +2,7 @@ Summary: Initial system configuration utility Name: initial-setup URL: https://fedoraproject.org/wiki/InitialSetup Version: 0.3.90 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. @@ -104,6 +104,9 @@ rm -rf %{buildroot} %{python3_sitelib}/initial_setup/gui/* %changelog +* Fri Apr 16 2021 Mohan Boddu - 0.3.90-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Mar 30 2021 Martin Kolman - 0.3.90-1 - Remove old failing pre scriptlet (mkolman)