From 2d7f1de4863574ae83e617950cb7fc5aa1313067 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Fri, 19 Mar 2021 20:54:05 +0100 Subject: [PATCH] Revert "Only ship llvm-config manpages for compat package" This reverts commit 8a5849ef91135b1403bd6a385bba3925687664fb. --- llvm.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/llvm.spec b/llvm.spec index 99bc3c5..da5c0bb 100644 --- a/llvm.spec +++ b/llvm.spec @@ -11,7 +11,7 @@ %global llvm_libdir %{_libdir}/%{name} %global build_llvm_libdir %{buildroot}%{llvm_libdir} %global rc_ver 3 -%global baserelease 8 +%global baserelease 7 %global llvm_srcdir llvm-%{version}%{?rc_ver:rc%{rc_ver}}.src %global maj_ver 12 %global min_ver 0 @@ -442,13 +442,11 @@ fi %files %license LICENSE.TXT +%exclude %{_mandir}/man1/llvm-config* +%{_mandir}/man1/* %{_bindir}/* %if %{without compat_build} - -%exclude %{_mandir}/man1/llvm-config* -%{_mandir}/man1/* - %exclude %{_bindir}/llvm-config %exclude %{_bindir}/llvm-config-%{__isa_bits} %exclude %{_bindir}/not @@ -549,9 +547,6 @@ fi %endif %changelog -* Wed Mar 17 2021 sguelton@redhat.com - 12.0.0-0.8.rc3 -- Only ship llvm-config manpages for compat package - * Thu Mar 11 2021 sguelton@redhat.com - 12.0.0-0.7.rc3 - LLVM 12.0.0 rc3