From cbf286e8a85c8748cf14fcee77ae28edb3325cfb Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Wed, 19 Apr 2023 17:25:48 -0300 Subject: [PATCH] Revert "Be explicit about libomp-devel denpending on libomp" This partially reverts commit f5327ee038bb53610ce05d6e6002ea52cd37b583 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. --- libomp.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libomp.spec b/libomp.spec index e1cfce6..29714ed 100644 --- a/libomp.spec +++ b/libomp.spec @@ -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 - 16.0.1-3 +- Bump the release. Fix rhbz#2187642. + * Tue Apr 18 2023 Tulio Magno Quites Machado Filho - 16.0.1-2 - Be explicit about libomp-devel denpending on libomp. Fix rhbz#2187642.