* Fri Jun 13 2025 Brian Read <brianr@koozali.org> 11.0.0-18.sme
- Adjust call from Custom to be emtpy hash not hashref [SME: 13042]
This commit is contained in:
parent
32cfcf5ed3
commit
7e4ab54b55
@ -116,7 +116,7 @@ our $cdb;
|
|||||||
my $c = shift;
|
my $c = shift;
|
||||||
my $selected = shift; #Parameter is name of selected row.
|
my $selected = shift; #Parameter is name of selected row.
|
||||||
my $is_new_record = shift; #Indicates new record required (defaults)
|
my $is_new_record = shift; #Indicates new record required (defaults)
|
||||||
my %ret = {};
|
my %ret = ();
|
||||||
return %ret;
|
return %ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -124,7 +124,7 @@ our $cdb;
|
|||||||
my $c = shift;
|
my $c = shift;
|
||||||
my $selected = shift; #Parameter is name of selected row.
|
my $selected = shift; #Parameter is name of selected row.
|
||||||
my $is_new_record = shift; #Indicates new record required (defaults)
|
my $is_new_record = shift; #Indicates new record required (defaults)
|
||||||
my %ret = {};
|
my %ret = ();
|
||||||
return %ret;
|
return %ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Summary: SME server - nut UPS interaction module
|
|||||||
%define name smeserver-nutUPS
|
%define name smeserver-nutUPS
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 17
|
%define release 18
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -26,9 +26,12 @@ A module which configures the Network UPS Tools suite for operation with
|
|||||||
the SME server software.
|
the SME server software.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 13 2025 Brian Read <brianr@koozali.org> 11.0.0-18.sme
|
||||||
|
- Adjust call from Custom to be emtpy hash not hashref [SME: 13042]
|
||||||
|
|
||||||
* Fri Jun 13 2025 Brian Read <brianr@koozali.org> 11.0.0-17.sme
|
* Fri Jun 13 2025 Brian Read <brianr@koozali.org> 11.0.0-17.sme
|
||||||
- Fix return from function in Nutups-custom [SME: 13042]
|
- Fix return from function in Nutups-custom [SME: 13042]
|
||||||
- Check Seconds left for zero before dividing by 60
|
- Check Seconds left for zero before dividing by 60 [SME: 13042]
|
||||||
|
|
||||||
* Fri Jun 13 2025 Brian Read <brianr@koozali.org> 11.0.0-16.sme
|
* Fri Jun 13 2025 Brian Read <brianr@koozali.org> 11.0.0-16.sme
|
||||||
- Change Navigation weighting for SM2 [SME: 12996]
|
- Change Navigation weighting for SM2 [SME: 12996]
|
||||||
@ -127,9 +130,9 @@ the SME server software.
|
|||||||
|
|
||||||
* Thu Jan 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme
|
* Thu Jan 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme
|
||||||
- Remove obsolete directives {ACL,ACCEPT,REJECT} and switch to LISTEN
|
- Remove obsolete directives {ACL,ACCEPT,REJECT} and switch to LISTEN
|
||||||
- in /etc/ups/upsd.conf
|
in /etc/ups/upsd.conf
|
||||||
- Allow NUT in /etc/hosts.allow and in /etc/services [SME: 8793]
|
- Allow NUT in /etc/hosts.allow and in /etc/services [SME: 8793]
|
||||||
- Code change from Daniel B.<daniel@firewall-services.com>
|
Code change from Daniel B.<daniel@firewall-services.com>
|
||||||
|
|
||||||
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
|
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
|
||||||
- Obsolete el5 packages that used to be required [SME: 7273]
|
- Obsolete el5 packages that used to be required [SME: 7273]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user