Accepting request 1131313 from network
OBS-URL: https://build.opensuse.org/request/show/1131313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openresolv?expand=0&rev=5
This commit is contained in:
commit
14d9119bf0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42b30508e857a228535c631eaac936862d86eca68c14b5c0bf387ba176b91b97
|
||||
size 21008
|
3
openresolv-3.13.2.tar.xz
Normal file
3
openresolv-3.13.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36b5bcbe257a940c884f0d74321a47407baabab9e265e38859851c8311f6f0b0
|
||||
size 21540
|
11
openresolv-3.13.2.tar.xz.asc
Normal file
11
openresolv-3.13.2.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEp4XtJ1WVXZ6T6ln2WX+X6prUVUkFAmSa9UUACgkQWX+X6prU
|
||||
VUlPhQf/eNu4CvQcnmSiKoLlQ3nuZJyZvI9XM2nush23NajWDU5pUg3bvCqIsHBG
|
||||
hIAwktuNAylCaEstpMgXevJergaIAgSZK+bSe9ThJWMfm0WpZBnf9O5cygvkgXLu
|
||||
Gi6OCfaAq0qt+NGBORkSfICSn7wGZ/3euieRxdU1huI/69maP4OyKmbB86+BlBWi
|
||||
oNSRX/1Xnjut8WtW+9D0OOfqAKCk0+vlmkRSts2p5YwuUyHaE3Reo+Lbw17A2kZs
|
||||
+ovGhPnD+jxNXHwPVYp/NpPkJt6xekW9kaAZaiKtglogqkAC5RQ+MpJlDB1IWZns
|
||||
bjyW86Jb3P65lCFMPwuEqs7x89C19Q==
|
||||
=dU91
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 15:28:39 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- update to 3.13.2:
|
||||
* Do not return error from -i when no interfaces are configured
|
||||
* Update README.md to fix broken link to openresolv configuration
|
||||
|
||||
- update to 3.13.1:
|
||||
* new build system
|
||||
|
||||
- update to 3.13.0:
|
||||
* /etc/resolv.conf is now updated by mv(1) so it's atomic and watchers don't read partials.
|
||||
* unbound can now add generic options to forward zones
|
||||
* dinit and s6 init systems are now supported
|
||||
|
||||
- ran spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 08:36:46 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openresolv
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,13 @@
|
||||
|
||||
|
||||
Name: openresolv
|
||||
Version: 3.12.0
|
||||
Version: 3.13.2
|
||||
Release: 0
|
||||
Summary: DNS management framework
|
||||
License: BSD-2-Clause
|
||||
URL: https://roy.marples.name/projects/openresolv
|
||||
Source: https://roy.marples.name/downloads/openresolv/%{name}-%{version}.tar.xz
|
||||
Source0: https://github.com/NetworkConfiguration/openresolv/releases/download/v3.13.2/openresolv-%{version}.tar.xz
|
||||
Source1: https://github.com/NetworkConfiguration/openresolv/releases/download/v3.13.2/openresolv-%{version}.tar.xz.asc
|
||||
Requires: bash
|
||||
BuildArch: noarch
|
||||
|
||||
@ -36,12 +37,12 @@ openresolv can generate a combined resolv.conf or a configuration file for a loc
|
||||
(like unbound, dnsmasq or bind) that will route the dns requests according to the search domain.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
sed -i -e 's/^#!\/bin\/sh$//' named.in pdnsd.in dnsmasq.in unbound.in libc.in pdns_recursor.in
|
||||
|
||||
%build
|
||||
./configure --bindir=%{_sbindir} --libexecdir=%{_libexecdir}/resolvconf
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user