From 4f0ecd649d9349b110ceff7bfbe603d9c5555b9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Sep 2023 17:10:18 +0200 Subject: add missing dependency on fedora/autoloader --- php-maxminddb.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 955358c..e8ccbbf 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -31,7 +31,7 @@ Summary: MaxMind DB Reader extension Name: %{?scl_prefix}php-maxminddb Version: 1.11.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -109,6 +109,8 @@ Conflicts: php-maxminddb < %{version} # From phpcompatifo report for 1.3.0 Requires: php-filter Requires: php-spl +# Autoloader +Requires: php-composer(fedora/autoloader) Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} @@ -298,6 +300,9 @@ fi # when using pkgup, CHECK Release! %changelog +* Fri Sep 29 2023 Remi Collet - 1.11.0-5 +- add missing dependency on fedora/autoloader + * Wed Aug 30 2023 Remi Collet - 1.11.0-4 - rebuild for PHP 8.3.0RC1 -- cgit