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:
Konrad Kleine 2022-09-26 14:43:12 +02:00
parent c436347da1
commit 0a4c17eb4e
1 changed files with 8 additions and 1 deletions

View File

@ -80,7 +80,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: The Low Level Virtual Machine
License: NCSA
@ -631,9 +631,16 @@ fi
%{_datadir}/llvm/src/utils
%{_libdir}/libLLVMTestingSupport.a
%files toolset
%license LICENSE.TXT
%endif
%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
- Add toolset subpackage
Related: rhbz#2118979