From 99e1123175b6aaaf150c4862f3f65677e86ca584 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Sep 2024 13:48:02 +0200 Subject: fix workaround for recent util-linux see https://bugzilla.redhat.com/2315645 --- php-pecl-uuid.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-pecl-uuid.spec') diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index a84efd0..8151d1c 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -24,7 +24,7 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?scl_prefix}php-pecl-uuid Version: 1.2.0 -Release: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: LGPL-2.1-or-later URL: https://pecl.php.net/package/uuid Source: https://pecl.php.net/get/%{sources}.tgz @@ -184,7 +184,7 @@ REPORT_EXIT_STATUS=1 \ %changelog -* Mon Sep 30 2024 Remi Collet - 1.2.0-9 +* Mon Sep 30 2024 Remi Collet - 1.2.0-10 - fix workaround for recent util-linux see https://bugzilla.redhat.com/2315645 -- cgit