Fixup: Add toolset as a subpackage of llvm.
This helps to actually produce an llvm-toolset RPM. Resolves: rhbz#2118979
This commit is contained in:
parent
c436347da1
commit
0a4c17eb4e
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -631,9 +631,16 @@ fi
|
|||||||
%{_datadir}/llvm/src/utils
|
%{_datadir}/llvm/src/utils
|
||||||
%{_libdir}/libLLVMTestingSupport.a
|
%{_libdir}/libLLVMTestingSupport.a
|
||||||
|
|
||||||
|
%files toolset
|
||||||
|
%license LICENSE.TXT
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 26 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.0-3
|
||||||
|
- Fixup: Produce toolset subpackage RPM
|
||||||
|
Related: rhbz#2118979
|
||||||
|
|
||||||
* Wed Sep 21 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.0-2
|
* Wed Sep 21 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.0-2
|
||||||
- Add toolset subpackage
|
- Add toolset subpackage
|
||||||
Related: rhbz#2118979
|
Related: rhbz#2118979
|
||||||
|
Loading…
Reference in New Issue
Block a user