Compare commits
3 Commits
1.3.0-35
...
11_0_0-1_e
Author | SHA1 | Date | |
---|---|---|---|
6dc6143642 | |||
f52453061f | |||
![]() |
aa267771f2 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
|
@@ -7,7 +7,14 @@ SMEServer Koozali developed git repo for smeserver-ddclient smecontribs
|
||||
<br />https://wiki.koozali.org/Ddclient-help
|
||||
|
||||
## Bugzilla
|
||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-ddclient&product=SME%20Contribs&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&classification=Contribs&component=smeserver-ddclient&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-ddclient&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-ddclient&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-ddclient&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-ddclient&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-ddclient&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-ddclient&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
||||
|
||||
## Description
|
||||
|
||||
|
@@ -46,7 +46,7 @@ $event = 'domain-modify';
|
||||
templates2events("/etc/ddclient/ddclient.conf", $event);
|
||||
|
||||
$event = 'bootstrap-console-save';
|
||||
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/ddclient");
|
||||
#safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/ddclient"); # Not allowed as creates a systemd loop!
|
||||
templates2events("/etc/ddclient/ddclient.conf", $event);
|
||||
|
||||
$event = 'console-save';
|
||||
|
BIN
smeserver-ddclient-1.3.0.tar.xz
Normal file
BIN
smeserver-ddclient-1.3.0.tar.xz
Normal file
Binary file not shown.
@@ -3,8 +3,8 @@
|
||||
# Name: Stephen Noble
|
||||
|
||||
%define name smeserver-ddclient
|
||||
%define version 1.3.0
|
||||
%define release 35
|
||||
%define version 11.0.0
|
||||
%define release 1
|
||||
|
||||
Summary: ddclient panel for SME Server
|
||||
Name: %{name}
|
||||
@@ -15,16 +15,23 @@ Group: SMEserver/addon
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: e-smith-devtools
|
||||
BuildRequires: smeserver-devtools
|
||||
Obsoletes: sme7-ddclient
|
||||
BuildArchitectures: noarch
|
||||
Requires: e-smith-release >= 10.0
|
||||
Requires: smeserver-release >= 10.0
|
||||
#Requires: smeserver-manager >= 0.1.0-24
|
||||
Requires: ddclient >= 3.11.1
|
||||
Requires: e-smith-formmagick
|
||||
Requires: smeserver-formmagick
|
||||
AutoReqProv: no
|
||||
|
||||
%changelog
|
||||
* Sat May 03 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
|
||||
- Take out restart for createlinks for bootstrap-console-save [SME: 12998]
|
||||
- and update version
|
||||
|
||||
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.3.0-36.sme
|
||||
- Fix e-smith references in smeserver-ddclient [SME: 12732]
|
||||
|
||||
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.3.0-35.sme
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
|
||||
|
Reference in New Issue
Block a user