From bc5697c10bf25eb12c57f888d80f1145203dfd38 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 8 Sep 2024 17:40:55 +1000 Subject: [PATCH] fix-e-smith-pkg script (#12732) --- smeserver-altqmail.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/smeserver-altqmail.spec b/smeserver-altqmail.spec index 26e9e81..4f907e5 100644 --- a/smeserver-altqmail.spec +++ b/smeserver-altqmail.spec @@ -1,16 +1,16 @@ Summary: Second qmail instance Name: smeserver-altqmail Version: 0.1.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.xz BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch -BuildRequires: e-smith-devtools +BuildRequires: smeserver-devtools -Requires: e-smith-base >= 5.2.0 +Requires: smeserver-base >= 5.2.0 Requires: qmail %description @@ -19,6 +19,9 @@ Usefull if you want to reduce the ConcurrencyRemote option only for some domains %changelog +* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 0.1.2-4.sme +- Fix e-smith references in smeserver-altqmail [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 0.1.2-3.sme - Roll up patches and move to git repo [SME: 12338]