From 238c272915fd31de9120d529e6ed66ce72941c65 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 10 Mar 2021 12:47:19 +0100 Subject: [PATCH] Add llvm-static(major) provides to the -static subpackage This is similar to how other subpackages have llvm(major), llvm-devel(major) and llvm-test(major) provides. --- llvm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index d9bd827..15565ab 100644 --- a/llvm.spec +++ b/llvm.spec @@ -11,7 +11,7 @@ %global llvm_libdir %{_libdir}/%{name} %global build_llvm_libdir %{buildroot}%{llvm_libdir} %global rc_ver 2 -%global baserelease 5 +%global baserelease 6 %global llvm_srcdir llvm-%{version}%{?rc_ver:rc%{rc_ver}}.src %global maj_ver 12 %global min_ver 0 @@ -143,6 +143,8 @@ Shared libraries for the LLVM compiler infrastructure. Summary: LLVM static libraries Conflicts: %{name}-devel < 8 +Provides: llvm-static(major) = %{maj_ver} + %description static Static libraries for the LLVM compiler infrastructure. @@ -545,6 +547,9 @@ fi %endif %changelog +* Wed Mar 10 2021 Kalev Lember - 12.0.0-0.6.rc2 +- Add llvm-static(major) provides to the -static subpackage + * Tue Mar 09 2021 sguelton@redhat.com - 12.0.0-0.5.rc2 - rebuilt