Related: rhbz#1937700
This commit is contained in:
serge-sans-paille 2021-04-28 12:54:31 +02:00
parent fe431be6fe
commit 9864caf72c
1 changed files with 4 additions and 1 deletions

View File

@ -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 <mboddu@redhat.com> - 11.1.0-0.4.rc2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937