From 2c16ee5bf31b13cd67b6c0c64d133331500407e5 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 05:13:30 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- ruby.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index c43fb0a..c99299f 100644 --- a/ruby.spec +++ b/ruby.spec @@ -22,7 +22,7 @@ %endif -%global release 146 +%global release 147 %{!?release_string:%define release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} # The RubyGems library has to stay out of Ruby directory tree, since the @@ -1375,6 +1375,9 @@ MSPECOPTS="" %changelog +* Fri Apr 16 2021 Mohan Boddu - 3.0.0-147 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Mar 02 2021 Vít Ondruch - 3.0.0-146 - Fix flaky excon test suite. - Properly support DWARF5 debug information.