import lldb-11.0.0-1.module+el8.4.0+8598+a071fcd5
This commit is contained in:
parent
b700c93b64
commit
601029083d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/hans-gpg-key.asc
|
SOURCES/hans-gpg-key.asc
|
||||||
SOURCES/lldb-11.0.0rc2.src.tar.xz
|
SOURCES/lldb-11.0.0.src.tar.xz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
32fa4b0193960f05064f2ab31b5a89c7cf48a0b9 SOURCES/hans-gpg-key.asc
|
32fa4b0193960f05064f2ab31b5a89c7cf48a0b9 SOURCES/hans-gpg-key.asc
|
||||||
c6d6bee98ca1a390337505a5b1a938a706e19de1 SOURCES/lldb-11.0.0rc2.src.tar.xz
|
6bdb22e6b5e4700269f23452d66b0bddee93e008 SOURCES/lldb-11.0.0.src.tar.xz
|
||||||
|
BIN
SOURCES/lldb-11.0.0.src.tar.xz.sig
Normal file
BIN
SOURCES/lldb-11.0.0.src.tar.xz.sig
Normal file
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
%global rc_ver 2
|
#%%global rc_ver 6
|
||||||
%global baserelease 0.1
|
%global baserelease 1
|
||||||
%global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
%global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
# Too many threads causes OOM errors.
|
# Too many threads causes OOM errors.
|
||||||
@ -116,6 +116,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
|||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.TXT
|
%license LICENSE.TXT
|
||||||
%{_bindir}/lldb*
|
%{_bindir}/lldb*
|
||||||
@ -130,6 +133,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
|||||||
%{python3_sitearch}/lldb
|
%{python3_sitearch}/lldb
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 29 2020 sguelton@redhat.com - 11.0.0-1
|
||||||
|
- 11.0.0 final
|
||||||
|
|
||||||
* Fri Sep 18 2020 sguelton@redhat.com - 11.0.0-0.1.rc2
|
* Fri Sep 18 2020 sguelton@redhat.com - 11.0.0-0.1.rc2
|
||||||
- 11.0.0-rc2 Release
|
- 11.0.0-rc2 Release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user