From 9c8f83e972a328811e472efb7c27a76d718ba550 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 8 Sep 2024 17:54:51 +1000 Subject: [PATCH] fix-e-smith-pkg script (#12732) --- smeserver-phplist.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/smeserver-phplist.spec b/smeserver-phplist.spec index d891064..45d8255 100644 --- a/smeserver-phplist.spec +++ b/smeserver-phplist.spec @@ -1,17 +1,17 @@ Summary: sme server integration of phplist Name: smeserver-phplist Version: 0.2.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GNU GPL version 2 URL: http://www.phplist.com Group: SMEserver/addon Source: %{name}-%{version}.tar.xz BuildArchitectures: noarch -BuildRequires: e-smith-devtools +BuildRequires: smeserver-devtools BuildRoot: /var/tmp/%{name}-%{version} -Requires: e-smith-release >= 10.0 -Requires: e-smith-apache >= 2.6.0-19 +Requires: smeserver-release >= 10.0 +Requires: smeserver-apache >= 2.6.0-19 Requires: phplist >= 3.6.8 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 @@ -23,6 +23,9 @@ This rpm provides all the needed templates to get phplist running on SME Server %changelog +* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 0.2.1-5.sme +- Fix e-smith references in smeserver-phplist [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 0.2.1-4.sme - Roll up patches and move to git repo [SME: 12338]