* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-5.sme

- change key type from service to configuration [SME: 11367]
This commit is contained in:
Jean-Philippe Pialasse 2025-03-05 19:01:39 -05:00
parent da6aa27550
commit 0017726fa9
4 changed files with 11 additions and 3 deletions

View File

@ -1 +0,0 @@
sme10

View File

@ -1 +1 @@
service
configuration

View File

@ -0,0 +1,6 @@
{
foreach my $sservice (qw(clamav)) {
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
}
}

View File

@ -4,7 +4,7 @@ Summary: SME Server module to configure clamav
%define name smeserver-clamav
Name: %{name}
%define version 11.0.0
%define release 4
%define release 5
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@ -32,6 +32,9 @@ BuildRequires: smeserver-devtools
SME Server enhancement to configure and run clamd and freshclam
%changelog
* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-5.sme
- change key type from service to configuration [SME: 11367]
* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- move post-transaction-actions script [SME: 12533]