* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- change key type from service to configuration [SME: 11367]
This commit is contained in:
parent
d559924622
commit
88f15951bd
@ -1 +1 @@
|
|||||||
service
|
configuration
|
||||||
|
@ -1 +1 @@
|
|||||||
service
|
configuration
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
foreach my $sservice (qw(backup backupwk)) {
|
||||||
|
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
|
||||||
|
}
|
||||||
|
}
|
@ -4,7 +4,7 @@ Summary: smeserver module to provide the backup panel
|
|||||||
%define name smeserver-backup
|
%define name smeserver-backup
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 7
|
%define release 8
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: Artistic
|
License: Artistic
|
||||||
@ -32,6 +32,9 @@ Requires: smeserver-formmagick >= 1.4.0-12
|
|||||||
Requires: nfs-utils
|
Requires: nfs-utils
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
|
||||||
|
- change key type from service to configuration [SME: 11367]
|
||||||
|
|
||||||
* Thu Nov 14 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
|
* Thu Nov 14 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
|
||||||
- fix startform/endform to start_form/end_form [SME: 12773]
|
- fix startform/endform to start_form/end_form [SME: 12773]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user