From cf8096af0e27e86a63a2a573dc0ceb0081efa02f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:02:50 +0100 Subject: [PATCH] x86_64: obsolete lib32-libbzip2 [release 1.0.8-2mamba;Thu Jan 16 2020] --- bzip2.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bzip2.spec b/bzip2.spec index 7b238f2..7f12620 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -2,7 +2,7 @@ Name: bzip2 Version: 1.0.8 -Release: 1mamba +Release: 2mamba Summary: Extremely powerful file compression utility Group: Applications/Archiving Vendor: openmamba @@ -17,10 +17,6 @@ Patch5: %{name}-1.0.6-bzip2recover_strncpy.patch ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -%ifarch x86_64_disabled -BuildRequires: gcc-multilib -BuildRequires: glibc-multilib-devel -%endif License: BSD Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -34,6 +30,9 @@ The command-line options are deliberately very similar to those of GNU Gzip, but %package -n %{libname} Summary: Libraries for developing apps which will use bzip2 Group: System/Libraries +%ifarch x86_64 +Obsoletes: lib32-libbzip2 +%endif %description -n %{libname} Library of bzip2 functions, for developing apps which will use the bzip2 library (aka libz2). @@ -200,6 +199,9 @@ ln -s libbz2.so.%{version} %{buildroot}%{_prefix}/lib/libbz2.so.1.0 %endif %changelog +* Thu Jan 16 2020 Silvan Calarco 1.0.8-2mamba +- x86_64: obsolete lib32-libbzip2 + * Fri Aug 02 2019 Silvan Calarco 1.0.8-1mamba - update to 1.0.8