* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme

- Remove smanager-refresh from spec file [SME: 13212]
This commit is contained in:
2025-10-04 11:07:37 +01:00
parent 3c22a60578
commit a5af5d5889

View File

@@ -2,7 +2,7 @@ Summary: E-mail white/black lists for SME Server
%define name smeserver-wbl %define name smeserver-wbl
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 2 %define release 3
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -26,6 +26,9 @@ qpsmtpd whitelist_soft /var/service/qpsmtpd/config/whitelisthosts whitelisthelo
spamassassin /etc/mail/spammassassin/local.cf whitelist_from spamassassin /etc/mail/spammassassin/local.cf whitelist_from
%changelog %changelog
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
- Remove smanager-refresh from spec file [SME: 13212]
* Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme * Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Alter label in param screen to say qpsmtpd not qmail. [SME: ] - Alter label in param screen to say qpsmtpd not qmail. [SME: ]
@@ -85,10 +88,6 @@ rm -rf $RPM_BUILD_ROOT
echo "%doc " >> %{name}-%{version}-filelist echo "%doc " >> %{name}-%{version}-filelist
%post %post
if (systemctl list-unit-files |grep smanager) then
echo "Smanager restart in spec file"
/sbin/e-smith/signal-event smanager-refresh;
fi
%clean %clean
cd .. cd ..