Revert "Be explicit about libomp-devel denpending on libomp"

This partially reverts commit f5327ee038
because it didn't fix rhbz#2187642.
We found out the issue might be related to releng changes.
We need a new release with a new NVR in order for Bodhi and pungi to
release the i686 libomp package in the x86_64 repository.
This commit is contained in:
Tulio Magno Quites Machado Filho 2023-04-19 17:25:48 -03:00
parent f5327ee038
commit cbf286e8a8
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
Name: libomp
Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: OpenMP runtime for clang
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -61,9 +61,6 @@ OpenMP runtime for clang.
Summary: OpenMP header files
Requires: %{name}%{?isa} = %{version}-%{release}
Requires: clang-resource-filesystem%{?isa} = %{version}
# Usually this is added automatically, but multilib repositories may not get
# 32-bit dependencies right, e.g. x86_64 may miss the i686 dependency.
Requires: libomp%{?isa} = %{version}
%description devel
OpenMP header files.
@ -185,6 +182,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
%{_libexecdir}/tests/libomp/
%changelog
* Wed Apr 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-3
- Bump the release. Fix rhbz#2187642.
* Tue Apr 18 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-2
- Be explicit about libomp-devel denpending on libomp. Fix rhbz#2187642.