From 752a21d65909f462dd4465ee5bf39daea60e1749 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Sep 2024 12:08:47 +0200 Subject: fix Summary --- php-pecl-xpass.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pecl-xpass.spec b/php-pecl-xpass.spec index 7f062e0..5d0ea5a 100644 --- a/php-pecl-xpass.spec +++ b/php-pecl-xpass.spec @@ -19,7 +19,7 @@ %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure -Summary: RPM information +Summary: Extended password extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -- cgit