Accepting request 719980 from server:dns
OBS-URL: https://build.opensuse.org/request/show/719980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unbound?expand=0&rev=39
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 29 11:34:13 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update the Conflict in libunbound-devel-mini after the library
|
||||||
|
package name from libunbound2 to libunbond8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 17 17:21:10 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
Mon Jun 17 17:21:10 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@@ -37,7 +37,7 @@ BuildRequires: libsodium-devel
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
Requires: this-is-only-for-build-envs
|
Requires: this-is-only-for-build-envs
|
||||||
Conflicts: unbound-devel
|
Conflicts: unbound-devel
|
||||||
Conflicts: libunbound2
|
Conflicts: libunbound8
|
||||||
Provides: libunbound-devel = %{version}-%{release}
|
Provides: libunbound-devel = %{version}-%{release}
|
||||||
#
|
#
|
||||||
Url: https://www.unbound.net/
|
Url: https://www.unbound.net/
|
||||||
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 29 08:38:32 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
- Correct library version from 2 to 8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 12:29:06 UTC 2019 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
|
||||||
|
firewalld, see [1].
|
||||||
|
|
||||||
|
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 17 17:21:10 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
Mon Jun 17 17:21:10 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@@ -1,25 +0,0 @@
|
|||||||
# Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed.
|
|
||||||
# More may be supported in the future.
|
|
||||||
#
|
|
||||||
# For a more detailed description of the individual variables see
|
|
||||||
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
|
||||||
#
|
|
||||||
|
|
||||||
## Name: bind DNS server
|
|
||||||
## Description: Open ports for the bind DNS server
|
|
||||||
|
|
||||||
# space separated list of allowed TCP ports
|
|
||||||
TCP="domain"
|
|
||||||
|
|
||||||
# space separated list of allowed UDP ports
|
|
||||||
UDP="domain"
|
|
||||||
|
|
||||||
# space separated list of allowed RPC services
|
|
||||||
RPC=""
|
|
||||||
|
|
||||||
# space separated list of allowed IP protocols
|
|
||||||
IP=""
|
|
||||||
|
|
||||||
# space separated list of allowed UDP broadcast ports
|
|
||||||
BROADCAST=""
|
|
||||||
|
|
@@ -31,7 +31,6 @@
|
|||||||
#
|
#
|
||||||
%define _sharedstatedir /var/lib/
|
%define _sharedstatedir /var/lib/
|
||||||
%define ldns_version 1.6.16
|
%define ldns_version 1.6.16
|
||||||
%define fwdir /etc/sysconfig/SuSEfirewall2.d/services
|
|
||||||
|
|
||||||
#
|
#
|
||||||
%define piddir /run
|
%define piddir /run
|
||||||
@@ -91,7 +90,6 @@ Source13: root.anchor
|
|||||||
Source14: unbound.sysconfig
|
Source14: unbound.sysconfig
|
||||||
Source15: unbound-anchor.timer
|
Source15: unbound-anchor.timer
|
||||||
Source16: unbound-munin.README
|
Source16: unbound-munin.README
|
||||||
Source17: unbound.firewall
|
|
||||||
Source18: unbound-anchor.service
|
Source18: unbound-anchor.service
|
||||||
|
|
||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
@@ -109,7 +107,7 @@ Unbound is designed as a set of modular components, so that also
|
|||||||
DNSSEC (secure DNS) validation and stub-resolvers (that do not run
|
DNSSEC (secure DNS) validation and stub-resolvers (that do not run
|
||||||
as a server, but are linked into an application) are easily possible.
|
as a server, but are linked into an application) are easily possible.
|
||||||
|
|
||||||
%define libname libunbound2
|
%define libname libunbound8
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Requires: %{name}-anchor >= %{version}
|
Requires: %{name}-anchor >= %{version}
|
||||||
#
|
#
|
||||||
@@ -274,9 +272,6 @@ install -p -m 0644 %{SOURCE15} %{buildroot}%{_unitdir}/unbound-anchor.timer
|
|||||||
install -p -m 0644 %{SOURCE18} %{buildroot}%{_unitdir}/unbound-anchor.service
|
install -p -m 0644 %{SOURCE18} %{buildroot}%{_unitdir}/unbound-anchor.service
|
||||||
install -p -m 0644 %{SOURCE16} .
|
install -p -m 0644 %{SOURCE16} .
|
||||||
|
|
||||||
install -d 0755 %{buildroot}%{fwdir}
|
|
||||||
install -p -m 0644 %{SOURCE17} %{buildroot}%{fwdir}/%{name}
|
|
||||||
|
|
||||||
%if %{with munin}
|
%if %{with munin}
|
||||||
# Install munin plugin and its softlinks
|
# Install munin plugin and its softlinks
|
||||||
install -d 0755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d
|
install -d 0755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d
|
||||||
@@ -411,8 +406,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/unbound.conf || :
|
|||||||
%endif
|
%endif
|
||||||
%{_sbindir}/rcunbound
|
%{_sbindir}/rcunbound
|
||||||
%{_sbindir}/rcunbound-keygen
|
%{_sbindir}/rcunbound-keygen
|
||||||
%dir %{fwdir}
|
|
||||||
%config %{fwdir}/%{name}
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Reference in New Issue
Block a user