Thu Oct 24 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-10.sme Fix spec typo

This commit is contained in:
John Crisp 2024-10-24 11:21:48 +02:00
parent 6c42919d34
commit 0ab495a51d

View File

@ -1,5 +1,5 @@
%define version 11.0.0
%define release 9
%define release 10
%define name smeserver-php
%global debug_package %{nil}
@ -189,7 +189,7 @@ Requires: php83-php, php83-php-enchant , php83-php-pdo php83-php-tidy , php83-p
Manage PHP FPM pools, and switch between PHP versions easily
%prep
%setup -q -n %{name}-%{version}]
%setup -q -n %{name}-%{version}
%build
perl createlinks
@ -281,6 +281,9 @@ rm -rf $RPM_BUILD_ROOT
%preun
%changelog
* Thu Oct 24 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-10.sme
- fix spec file typo
* Wed Oct 23 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-9.sme
- add pm max_children, start_servers, min/max_spare_servers, max_requests [SME: 12729]
- add custom session.use trans_id [SME: 12651]