forked from pool/dnsdist
- update to 1.4.0
https://dnsdist.org/changelog.html#change-1.4.0 OBS-URL: https://build.opensuse.org/package/show/server:dns/dnsdist?expand=0&rev=21
This commit is contained in:
parent
f83921977a
commit
13157c45e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9a2f3e9aae218092815346619a3f6f5c4a80eb619ce1825f7e885b2cae06541
|
||||
size 1045581
|
Binary file not shown.
3
dnsdist-1.4.0.tar.bz2
Normal file
3
dnsdist-1.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a336fa2c3eb381c2464d9d9790014fd6d4505029ed2c1b73ee1dc9115a2f1dc0
|
||||
size 1044479
|
BIN
dnsdist-1.4.0.tar.bz2.sig
Normal file
BIN
dnsdist-1.4.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 09:20:44 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- update to 1.4.0
|
||||
https://dnsdist.org/changelog.html#change-1.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 06:37:06 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
16
dnsdist.spec
16
dnsdist.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dnsdist
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,14 +12,10 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
%if 0%{?suse_version} > 1230 || 0%{?rhel_version} > 600 || 0%{?centos_version} > 600 || 0%{?fedora_version} >= 20 || 0%{?el7}%{?fc20}%{?fc21}%{?fc22}%{?fc23}%{?fc24}%{?fc25}
|
||||
%bcond_without systemd
|
||||
%else
|
||||
%bcond_with systemd
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora_version} >= 24 || 0%{?fc24}%{?fc25} || 0%{?suse_version} > 1320
|
||||
%bcond_with systemd_separetedlibs
|
||||
@ -62,14 +58,14 @@
|
||||
%bcond_with dnsdist_doh
|
||||
|
||||
Name: dnsdist
|
||||
Version: 1.4.0~rc5
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Summary: A highly DNS-, DoS- and abuse-aware loadbalancer
|
||||
Url: http://www.powerdns.com/
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Source0: https://downloads.powerdns.com/releases/dnsdist-1.4.0-rc5.tar.bz2
|
||||
Source1: https://downloads.powerdns.com/releases/dnsdist-1.4.0-rc5.tar.bz2.sig
|
||||
Source0: https://downloads.powerdns.com/releases/dnsdist-1.4.0.tar.bz2
|
||||
Source1: https://downloads.powerdns.com/releases/dnsdist-1.4.0.tar.bz2.sig
|
||||
Source2: https://dnsdist.org/_static/dnsdist-keyblock.asc#/dnsdist.keyring
|
||||
Source11: dnsdist.lua
|
||||
Source12: usr.sbin.dnsdist
|
||||
@ -133,7 +129,7 @@ dnsdist is dynamic, in the sense that its configuration can be changed at
|
||||
runtime, and that its statistics can be queried from a console-like interface.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-1.4.0-rc5 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user