From a177d68483b88f7600b928b9524a8cb9250cc76c Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 9 Jun 2010 18:51:39 +0000 Subject: [PATCH] - Make the new noarch -doc obsoletes older (arched) subpackages --- llvm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 9a63ae3..ed190fd 100644 --- a/llvm.spec +++ b/llvm.spec @@ -5,7 +5,7 @@ Name: llvm Version: 2.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Low Level Virtual Machine Group: Development/Languages @@ -64,6 +64,9 @@ Summary: Documentation for LLVM Group: Documentation BuildArch: noarch Requires: %{name} = %{version}-%{release} +# might seem redundant, but needed to kill off the old arch-ed -doc +# subpackage +Obsoletes: %{name}-doc < %{version}-%{release} %description doc Documentation for the LLVM compiler infrastructure. @@ -373,6 +376,9 @@ rm -rf %{buildroot} %changelog +* Mon Jun 7 2010 Michel Salim - 2.7-5 +- Make the new noarch -doc obsoletes older (arched) subpackages + * Sat Jun 5 2010 Michel Salim - 2.7-4 - Add F-12/x86_64 and F-13 C++ header paths