fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 17:54:51 +10:00
parent d3b55b4e65
commit 9c8f83e972

View File

@ -1,17 +1,17 @@
Summary: sme server integration of phplist Summary: sme server integration of phplist
Name: smeserver-phplist Name: smeserver-phplist
Version: 0.2.1 Version: 0.2.1
Release: 4%{?dist} Release: 5%{?dist}
License: GNU GPL version 2 License: GNU GPL version 2
URL: http://www.phplist.com URL: http://www.phplist.com
Group: SMEserver/addon Group: SMEserver/addon
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
BuildRoot: /var/tmp/%{name}-%{version} BuildRoot: /var/tmp/%{name}-%{version}
Requires: e-smith-release >= 10.0 Requires: smeserver-release >= 10.0
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
Requires: phplist >= 3.6.8 Requires: phplist >= 3.6.8
Requires: smeserver-webapps-common Requires: smeserver-webapps-common
Requires: php80-php php80-php-mysqli php80-php-mysqlnd php80-php-pecl-mysql php80-php-curl php80-php-gd php80-php-gettext php80-php-iconv php80-php-imap php80-php-mbstring php80-php-mysqli php80-php-session php80-php-xml php80-php-zlib php80-php-mbstring php80-php-gd Requires: php80-php php80-php-mysqli php80-php-mysqlnd php80-php-pecl-mysql php80-php-curl php80-php-gd php80-php-gettext php80-php-iconv php80-php-imap php80-php-mbstring php80-php-mysqli php80-php-session php80-php-xml php80-php-zlib php80-php-mbstring php80-php-gd
@ -23,6 +23,9 @@ This rpm provides all the needed templates to get phplist
running on SME Server running on SME Server
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.2.1-5.sme
- Fix e-smith references in smeserver-phplist [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.2.1-4.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.2.1-4.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]