summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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