2 Commits

Author SHA1 Message Date
b8731843ed * Sat Oct 04 2025 Brian Read <brianr@koozali.org> 1.3.1-27.sme
- Remove smanager-refresh from spec file [SME: 13212]
2025-10-04 11:05:27 +01:00
John Crisp
02f87475ff * Thu Mar 20 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-26.sme
- Fix createlink typo remote-access-update [SME: 12438]
2025-03-20 12:36:51 +01:00
2 changed files with 8 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ for my $event (qw(xt_geoip-update bootstrap-console-save
event_link("smeserver-xt_geoip-download-action", $event, "10");
}
for my $event (qw(bootstrap-console-save e-smith-packetfilter-update
smeserver-xt_geoip-update remote-access-update))
smeserver-xt_geoip-update remoteaccess-update))
{
event_link("xt_geoip_kmod", $event, "15");
}

View File

@@ -1,6 +1,6 @@
%define name smeserver-xt_geoip
%define version 1.3.1
%define release 25
%define release 27
Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel.
Name: %{name}
@@ -69,10 +69,6 @@ rm -rf %{name}-%{version}
%post
if (systemctl list-unit-files |grep smanager) then
echo "Smanager restart in spec file"
/sbin/e-smith/signal-event smanager-refresh;
fi
%postun
@@ -82,6 +78,12 @@ fi
%changelog
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 1.3.1-27.sme
- Remove smanager-refresh from spec file [SME: 13212]
* Thu Mar 20 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-26.sme
- Fix createlink typo remote-access-update [SME: 12438]
* Thu Feb 13 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-25.sme
- Fix various typos as per bug but more to find [SME: 12472]