From 9864caf72cdfa73e6540b191aaf95354d90f72e8 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Wed, 28 Apr 2021 12:54:31 +0200 Subject: [PATCH] rebuilt Related: rhbz#1937700 --- lldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index 5ddaf69..379e143 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,5 +1,5 @@ %global rc_ver 2 -%global baserelease 0.4 +%global baserelease 0.5 %global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src Name: lldb @@ -127,6 +127,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Wed Apr 28 2021 sguelton@redhat.com - 11.1.0-0.5.rc2 +- rebuilt + * Fri Apr 16 2021 Mohan Boddu - 11.1.0-0.4.rc2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937