summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-28 18:55:36 +0200
committerRemi Collet <remi@php.net>2022-06-28 18:55:36 +0200
commita8296865632dd4209c0274d27b7edf89971a0968 (patch)
tree87fa7779af511f8795a6255d133671e866038e95
parentc5f7e70db2e45e9ebb1b1c4c2e9f40daedecbfb6 (diff)
don't obsolete libzip5 and php*-libzip for now
-rw-r--r--libzip.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 1.9.2-2
+- don't obsolete libzip5 and php*-libzip for now
+
* Tue Jun 28 2022 Remi Collet <remi@remirepo.net> - 1.9.2-1
- update to 1.9.1
- also build as remi-libzip for EL-7 and EL-8