From f9c51fed243723979ebf484c7b325549cc2eedfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 10 Nov 2021 07:09:10 +0100 Subject: [PATCH] Fix rpmlint warnings Macros used in changelog and mixed tabs/spaces. --- libomp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libomp.spec b/libomp.spec index f9572f5..1a92c7f 100644 --- a/libomp.spec +++ b/libomp.spec @@ -81,7 +81,7 @@ OpenMP regression tests # https://bugzilla.redhat.com/show_bug.cgi?id=1988155 %define _lto_cflags %{nil} -%cmake -GNinja \ +%cmake -GNinja \ -DLIBOMP_INSTALL_ALIASES=OFF \ -DLLVM_DIR=%{_libdir}/cmake/llvm \ -DLIBOMP_HEADERS_INSTALL_PATH:PATH=%{_libdir}/clang/%{libomp_version}/include \ @@ -288,12 +288,12 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a - Use gnupg verify * Tue Jun 16 2020 sguelton@redhat.com - 10.0.0-3 -- Add Requires: libomp = %{version}-%{release} to libomp-test to avoid +- Add Requires: libomp = %%{version}-%%{release} to libomp-test to avoid the need to test interoperability between the various combinations of old and new subpackages. * Mon Jun 01 2020 sguelton@redhat.com - 10.0.0-2 -- Add Requires: libomp-devel = %{version}-%{release} to libomp-test to avoid +- 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.