Add Conflicts to llvm-googletest
Resolves: RHEL-9028
This commit is contained in:
parent
3d5c31cc17
commit
ac3a81223a
@ -118,7 +118,7 @@
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
@ -265,6 +265,8 @@ LLVM regression tests.
|
||||
|
||||
%package googletest
|
||||
Summary: LLVM's modified googletest sources
|
||||
# libllvm_gtest.a moved from llvm-static to llvm-googletest
|
||||
Conflicts: %{name}-static < 17.0.0
|
||||
|
||||
%description googletest
|
||||
LLVM's modified googletest sources.
|
||||
@ -650,6 +652,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 23 2023 Nikita Popov <npopov@redhat.com> - 17.0.2-2
|
||||
- Add Conflicts to llvm-googletest
|
||||
|
||||
* Wed Oct 04 2023 Nikita Popov <npopov@redhat.com> - 17.0.2-1
|
||||
- Update to LLVM 17.0.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user