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
This commit is contained in:
Tomáš Chvátal 2019-11-04 08:12:31 +00:00 committed by Git OBS Bridge
parent 45597d9d13
commit 3d44ba0539
4 changed files with 38 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51a04d39232bb797c9efeaad51a525cf50a1deefcb19a1ea5dd3475118634db8
size 18844

3
openresolv-3.9.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14d7e241682e5566f6b8bf4c7316c86d7a9b8e7ed48e1de4967dbf1ea84ed373
size 20200

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Oct 31 17:25:39 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- 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

View File

@ -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