From 3d44ba053957deefe88963a0259d470551fe7c0111020416512184d92f332dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 Nov 2019 08:12:31 +0000 Subject: [PATCH] Accepting request 744575 from home:alois:branches:network update to 3.9.2 OBS-URL: https://build.opensuse.org/request/show/744575 OBS-URL: https://build.opensuse.org/package/show/network/openresolv?expand=0&rev=4 --- openresolv-3.9.0.tar.xz | 3 --- openresolv-3.9.2.tar.xz | 3 +++ openresolv.changes | 17 +++++++++++++++++ openresolv.spec | 33 ++++++++++++++++++--------------- 4 files changed, 38 insertions(+), 18 deletions(-) delete mode 100644 openresolv-3.9.0.tar.xz create mode 100644 openresolv-3.9.2.tar.xz diff --git a/openresolv-3.9.0.tar.xz b/openresolv-3.9.0.tar.xz deleted file mode 100644 index 7995317..0000000 --- a/openresolv-3.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51a04d39232bb797c9efeaad51a525cf50a1deefcb19a1ea5dd3475118634db8 -size 18844 diff --git a/openresolv-3.9.2.tar.xz b/openresolv-3.9.2.tar.xz new file mode 100644 index 0000000..99065a1 --- /dev/null +++ b/openresolv-3.9.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d7e241682e5566f6b8bf4c7316c86d7a9b8e7ed48e1de4967dbf1ea84ed373 +size 20200 diff --git a/openresolv.changes b/openresolv.changes index d9429ab..eb25ef4 100644 --- a/openresolv.changes +++ b/openresolv.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Oct 31 17:25:39 UTC 2019 - Luigi Baldoni + +- Update to version 3.9.2 + * dnsmasq: clear cache after updating servers via dbus + * pdns_recursor: Fix global forwards (thus now installed by + default) + * man: layout and misc fixes + * build: added import-src target + version 3.9.1 + * More strict POSIX shell support + * Interfaces have an implicit metric of 0 unless specified + * Inline comments are stripped from nameserver and domain + entries + +- Spec cleanup + ------------------------------------------------------------------- Fri Apr 20 09:40:49 UTC 2018 - dheidler@suse.com diff --git a/openresolv.spec b/openresolv.spec index 25de53e..4d416c9 100644 --- a/openresolv.spec +++ b/openresolv.spec @@ -1,4 +1,7 @@ -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# +# spec file for package openresolv +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -9,16 +12,16 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: openresolv -Version: 3.9.0 +Version: 3.9.2 Release: 0 Summary: DNS management framework License: BSD-2-Clause -Group: Productivity/Networking/DNS/Utilities -Url: https://roy.marples.name/projects/openresolv +URL: https://roy.marples.name/projects/openresolv Source: https://roy.marples.name/downloads/openresolv/%{name}-%{version}.tar.xz Requires: bash BuildArch: noarch @@ -34,23 +37,23 @@ openresolv can generate a combined resolv.conf or a configuration file for a loc %prep %setup -q -sed -i -e 's/^#!\/bin\/sh$//' named.in pdnsd.in dnsmasq.in unbound.in libc.in +sed -i -e 's/^#!\/bin\/sh$//' named.in pdnsd.in dnsmasq.in unbound.in libc.in pdns_recursor.in %build -./configure --bindir=/usr/sbin --libexecdir=/usr/lib/resolvconf -make +./configure --bindir=%{_sbindir} --libexecdir=%{_libexecdir}/resolvconf +make %{?_smp_mflags} %install %make_install %files -%doc README +%license LICENSE +%doc README.md %config(noreplace) %{_sysconfdir}/resolvconf.conf -%dir /usr/lib/resolvconf -/usr/lib/resolvconf/* -/usr/sbin/resolvconf -/usr/share/man/man5/resolvconf.* -/usr/share/man/man8/resolvconf.* +%dir %{_libexecdir}/resolvconf +%{_libexecdir}/resolvconf/* +%{_sbindir}/resolvconf +%{_mandir}/man5/resolvconf.conf.5%{?ext_man} +%{_mandir}/man8/resolvconf.8%{?ext_man} %changelog -