ddns: Update to 008.
Message ID | 1436472654-20671-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Superseded |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 8441561FD3 for <patchwork@ipfire.org>; Thu, 9 Jul 2015 22:11:07 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 5412724B5; Thu, 9 Jul 2015 22:11:07 +0200 (CEST) Received: from acer.stevee (host228-133-28-81.hiway.at [81.28.133.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 63F5824AF; Thu, 9 Jul 2015 22:11:05 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] ddns: Update to 008. Date: Thu, 9 Jul 2015 22:10:54 +0200 Message-Id: <1436472654-20671-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Stefan Schantl
July 10, 2015, 6:10 a.m. UTC
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 <stefan.schantl@ipfire.org>
---
ddns/ddns.nm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Comments
Hello, if you add support for systemd, shouldn't there be some scriptlets be called and enable/disable the service? -Michael On Thu, 2015-07-09 at 22:10 +0200, Stefan Schantl wrote: > 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 <stefan.schantl@ipfire.org> > --- > 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 @@ > #################################################################### > ########### > > name = ddns > -version = 005 > +version = 008 > release = 1 > arch = noarch > > @@ -25,14 +25,18 @@ build > requires > autoconf > automake > + docbook-xsl > gettext-devel > intltool > m4 > + systemd-devel > end > > configure_options += \ > --prefix=%{prefix} \ > - --sysconfdir=%{sysconfdir} > + --sysconfdir=%{sysconfdir} \ > + --enable-manpages \ > + --with-systemd > > prepare_cmds > ./autogen.sh