From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] ddns: Update to 008. Date: Thu, 09 Jul 2015 22:10:54 +0200 Message-ID: <1436472654-20671-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0233300307595238303==" List-Id: --===============0233300307595238303== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update to the latest version of ddns - including a lot of upstream patches, with various improvements and new providers, systemd support and generate the= manpages. Signed-off-by: Stefan Schantl --- ddns/ddns.nm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ddns/ddns.nm b/ddns/ddns.nm index cf5f94f..b7a00d4 100644 --- a/ddns/ddns.nm +++ b/ddns/ddns.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D ddns -version =3D 005 +version =3D 008 release =3D 1 arch =3D noarch =20 @@ -25,14 +25,18 @@ build requires autoconf automake + docbook-xsl gettext-devel intltool m4 + systemd-devel end =20 configure_options +=3D \ --prefix=3D%{prefix} \ - --sysconfdir=3D%{sysconfdir} + --sysconfdir=3D%{sysconfdir} \ + --enable-manpages \ + --with-systemd =20 prepare_cmds ./autogen.sh --=20 2.1.0 --===============0233300307595238303==--