Add Requires: libomp-devel = 10.0.0-2.fc33 to libomp-test to avoid

the need to test interoperability between the various combinations of old
  and new subpackages.
This commit is contained in:
serge-sans-paille 2020-06-01 11:30:58 +00:00
parent 60bbfabd5c
commit 7cfb502840
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#%%global rc_ver 6
%global baserelease 1
%global baserelease 2
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
@ -55,7 +55,7 @@ OpenMP header files.
%package test
Summary: OpenMP regression tests
Requires: %{name}%{?isa} = %{version}
Requires: %{name}-devel%{?isa} = %{version}
Requires: %{name}-devel%{?isa} = %{version}-%{release}
Requires: clang
Requires: llvm
Requires: gcc
@ -137,6 +137,11 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
%{_libexecdir}/tests/libomp/
%changelog
* Mon Jun 01 2020 sguelton@redhat.com - 10.0.0-2
- Add Requires: libomp-devel = %{version}-%{release} to libomp-test to avoid
the need to test interoperability between the various combinations of old
and new subpackages.
* Mon Mar 30 2020 sguelton@redhat.com - 10.0.0-1
- 10.0.0 final