* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-29.sme
- change key type from service to configuration [SME: 11367]
This commit is contained in:
parent
d0b26d9228
commit
f0f7b201cc
@ -1 +1 @@
|
|||||||
service
|
configuration
|
||||||
|
@ -1 +1 @@
|
|||||||
service
|
configuration
|
||||||
|
@ -1 +1 @@
|
|||||||
service
|
configuration
|
||||||
|
@ -1 +1 @@
|
|||||||
service
|
configuration
|
||||||
|
@ -1 +1 @@
|
|||||||
service
|
configuration
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
foreach my $sservice (qw(serial-console pppoe modSSL pam_abl pam_faillock)) {
|
||||||
|
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
|
||||||
|
}
|
||||||
|
}
|
@ -4,7 +4,7 @@ Summary: smeserver server and gateway - base module
|
|||||||
%define name smeserver-base
|
%define name smeserver-base
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 28
|
%define release 29
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -192,6 +192,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-29.sme
|
||||||
|
- change key type from service to configuration [SME: 11367]
|
||||||
|
|
||||||
* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-28.sme
|
* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-28.sme
|
||||||
- clean sme-server.target [SME: 12931]
|
- clean sme-server.target [SME: 12931]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user