Compare commits
5 Commits
11_0_0-5_e
...
master
Author | SHA1 | Date | |
---|---|---|---|
55dea32fc1 | |||
fde38516a6 | |||
3d3bd557b1 | |||
e7263790f6 | |||
6954c50dd3 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
*.log
|
*.log
|
||||||
*spec-20*
|
*spec-20*
|
||||||
*.tar.xz
|
*.tar.xz
|
||||||
|
*.bak
|
||||||
|
@@ -9,7 +9,14 @@ SMEServer Koozali developed git repo for smeserver-support smeserver
|
|||||||
<br />https://wiki.koozali.org/Windows_10_Support
|
<br />https://wiki.koozali.org/Windows_10_Support
|
||||||
|
|
||||||
## Bugzilla
|
## Bugzilla
|
||||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-support&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
Show list of outstanding bugs:
|
||||||
|
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&cf_package=smeserver-support&classification=SME+Server&list_id=105756&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&cf_package=smeserver-support&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&cf_package=smeserver-support&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Need info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&cf_package=smeserver-support&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[In progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&cf_package=smeserver-support&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&cf_package=smeserver-support&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&cf_package=smeserver-support&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
sme10
|
|
@@ -1 +1 @@
|
|||||||
service
|
configuration
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
my $rec = $DB->get('statusreport')
|
my $rec = $DB->get('statusreport')
|
||||||
|| $DB->new_record('statusreport', { type => 'service' });
|
|| $DB->new_record('statusreport', { type => 'configuration' });
|
||||||
|
|
||||||
my %props = $rec->props;
|
my %props = $rec->props;
|
||||||
|
|
||||||
@@ -8,4 +8,6 @@
|
|||||||
exists $props{Hour} or $props{Hour} = int(rand(24));
|
exists $props{Hour} or $props{Hour} = int(rand(24));
|
||||||
exists $props{Minute} or $props{Minute} = int(rand(60));
|
exists $props{Minute} or $props{Minute} = int(rand(60));
|
||||||
$rec->merge_props(%props);
|
$rec->merge_props(%props);
|
||||||
|
|
||||||
|
$DB->set_prop('statusreport', "type", "configuration") if ${'statusreport'}{type} eq "service";
|
||||||
}
|
}
|
||||||
|
@@ -4,7 +4,7 @@ Summary: SME Server module to display support and licensing information
|
|||||||
%define name smeserver-support
|
%define name smeserver-support
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 5
|
%define release 6
|
||||||
|
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
@@ -88,6 +88,9 @@ Requires: mc
|
|||||||
Requires: psacct
|
Requires: psacct
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme
|
||||||
|
- change key type from service to configuration [SME: 11367]
|
||||||
|
|
||||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
|
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
|
||||||
- Set license file to GPL2.0 [SME: 12577]
|
- Set license file to GPL2.0 [SME: 12577]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user