From: Michael Tremer Date: Sun, 8 Jan 2023 15:23:39 +0000 (+0000) Subject: ddns: Update to 014 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a702b430848a86cb7337a41d35b04aa7a499aebf;p=ipfire-3.x.git ddns: Update to 014 Signed-off-by: Michael Tremer --- diff --git a/ddns/ddns.nm b/ddns/ddns.nm index c19411be1..005d90e23 100644 --- a/ddns/ddns.nm +++ b/ddns/ddns.nm @@ -4,12 +4,12 @@ ############################################################################### name = ddns -version = 009 +version = 014 release = 1 arch = noarch groups = System/Tools -url = http://www.ipfire.org +url = https://www.ipfire.org license = GPLv3 summary = A python based dynamic DNS updater. @@ -18,8 +18,8 @@ description written in Python. end -source_dl = http://source.ipfire.org/releases/ddns/ -sources = %{thisapp}.tar.xz +source_dl = https://source.ipfire.org/releases/ddns/ +sources = %{thisapp}.tar.xz build requires @@ -33,8 +33,6 @@ build end configure_options += \ - --prefix=%{prefix} \ - --sysconfdir=%{sysconfdir} \ --enable-manpages \ --with-systemd @@ -54,7 +52,7 @@ end packages package %{name} - recommends + requires %{bindir}/nsupdate end