From a8296865632dd4209c0274d27b7edf89971a0968 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jun 2022 18:55:36 +0200 Subject: don't obsolete libzip5 and php*-libzip for now --- libzip.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index 74613ca..2adee87 100644 --- a/libzip.spec +++ b/libzip.spec @@ -32,7 +32,7 @@ Name: %{libname} %endif Version: 1.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD @@ -67,7 +67,7 @@ BuildRequires: perl(UNIVERSAL) BuildRequires: perl(strict) BuildRequires: perl(warnings) -%if %{with move_to_opt} +%if 0 %if 0%{?rhel} == 7 Obsoletes: libzip5 < %{version} %endif @@ -107,7 +107,7 @@ The API is documented by man pages. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -%if %{with move_to_opt} +%if 0 %if 0%{?rhel} == 7 Obsoletes: libzip5-devel < %{version} %endif @@ -133,7 +133,7 @@ developing applications that use %{name}. Summary: Command line tools from %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -%if %{with move_to_opt} +%if 0 %if 0%{?rhel} == 7 Obsoletes: libzip5-tools < %{version} %endif @@ -274,6 +274,9 @@ make check %changelog +* Tue Jun 28 2022 Remi Collet - 1.9.2-2 +- don't obsolete libzip5 and php*-libzip for now + * Tue Jun 28 2022 Remi Collet - 1.9.2-1 - update to 1.9.1 - also build as remi-libzip for EL-7 and EL-8 -- cgit