From 672dd63ef231b171cf13f27b53f22f6e287ad1b2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:15:42 +0100 Subject: [PATCH] x86_64: obsolete lib32-libz [release 1.2.11-3mamba;Thu Jan 16 2020] --- libz.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libz.spec b/libz.spec index 5e2c79a..394db92 100644 --- a/libz.spec +++ b/libz.spec @@ -1,6 +1,6 @@ Name: libz Version: 1.2.11 -Release: 2mamba +Release: 3mamba Summary: The zlib compression and decompression library Group: System/Libraries Vendor: openmamba @@ -17,6 +17,9 @@ Provides: zlib = %{version}-%{release} ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END +%ifarch x86_64 +Obsoletes: lib32-libz +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -192,6 +195,9 @@ cd ../.. #%endif %changelog +* Thu Jan 16 2020 Silvan Calarco 1.2.11-3mamba +- x86_64: obsolete lib32-libz + * Sun Sep 30 2018 Silvan Calarco 1.2.11-2mamba - move library from /%{_lib} to %{_libdir}