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:
parent
45597d9d13
commit
3d44ba0539
@ -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
3
openresolv-3.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14d7e241682e5566f6b8bf4c7316c86d7a9b8e7ed48e1de4967dbf1ea84ed373
|
||||||
|
size 20200
|
@ -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
|
Fri Apr 20 09:40:49 UTC 2018 - dheidler@suse.com
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: openresolv
|
||||||
Version: 3.9.0
|
Version: 3.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DNS management framework
|
Summary: DNS management framework
|
||||||
License: BSD-2-Clause
|
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
|
Source: https://roy.marples.name/downloads/openresolv/%{name}-%{version}.tar.xz
|
||||||
Requires: bash
|
Requires: bash
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -34,23 +37,23 @@ openresolv can generate a combined resolv.conf or a configuration file for a loc
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
%build
|
||||||
./configure --bindir=/usr/sbin --libexecdir=/usr/lib/resolvconf
|
./configure --bindir=%{_sbindir} --libexecdir=%{_libexecdir}/resolvconf
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%license LICENSE
|
||||||
|
%doc README.md
|
||||||
%config(noreplace) %{_sysconfdir}/resolvconf.conf
|
%config(noreplace) %{_sysconfdir}/resolvconf.conf
|
||||||
%dir /usr/lib/resolvconf
|
%dir %{_libexecdir}/resolvconf
|
||||||
/usr/lib/resolvconf/*
|
%{_libexecdir}/resolvconf/*
|
||||||
/usr/sbin/resolvconf
|
%{_sbindir}/resolvconf
|
||||||
/usr/share/man/man5/resolvconf.*
|
%{_mandir}/man5/resolvconf.conf.5%{?ext_man}
|
||||||
/usr/share/man/man8/resolvconf.*
|
%{_mandir}/man8/resolvconf.8%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user