]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ddns: Update to 014
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 15:23:39 +0000 (15:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 15:23:39 +0000 (15:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
ddns/ddns.nm

index c19411be110af5a0b451197aa8a1005e683c5c63..005d90e23f6ff4995b207d83e75a2b5064ba9856 100644 (file)
@@ -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