diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-30 13:48:02 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-30 13:48:02 +0200 |
commit | 99e1123175b6aaaf150c4862f3f65677e86ca584 (patch) | |
tree | 9d0456b03bca5b9669a7346dee13c5af99a6f2ff /php-pecl-uuid.spec | |
parent | c3a46aa7918297c251df1a7e6677016b5ad03052 (diff) |
fix workaround for recent util-linux
see https://bugzilla.redhat.com/2315645
Diffstat (limited to 'php-pecl-uuid.spec')
-rw-r--r-- | php-pecl-uuid.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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 <remi@remirepo.net> - 1.2.0-9 +* Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 1.2.0-10 - fix workaround for recent util-linux see https://bugzilla.redhat.com/2315645 |