Dominique Leuenberger 2023-02-08 16:20:37 +00:00 committed by Git OBS Bridge
commit 690ea2d64a
4 changed files with 18 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:689cdcf4bceb4045399870a1bd90b7c666f9dd50df4b0a8c7783353e0284decb
size 16767

3
dnsdiag-2.1.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Feb 4 15:41:21 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.1.0
* Add -m flag to enforce cache-miss
* Add -r flag to clear RD flag (disable recursion)
* Remove support for python 3.4 - 3.6
* Other minor quality of life improvements
-------------------------------------------------------------------
Thu May 13 13:47:08 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,8 +1,8 @@
#
# spec file for package dnsdiag
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2017-2021, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2017-2023, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,12 @@
%bcond_without test
Name: dnsdiag
Version: 2.0.2
Version: 2.1.0
Release: 0
Summary: DNS request auditing toolset
License: BSD-3-Clause
Group: Development/Languages/Python
#Git-Clone: https://github.com/farrokhi/dnsdiag.git
URL: https://dnsdiag.org/
Source: https://files.pythonhosted.org/packages/source/d/dnsdiag/dnsdiag-%{version}.tar.gz
Source1: dnseval.1
@ -33,14 +34,12 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-setuptools
Requires: python3-cymruwhois >= 1.6
Requires: python3-dnspython >= 1.15.0
Requires: python3-dnspython >= 2.3.0
Requires: python3-setuptools
Provides: python3-dnsdiag
Obsoletes: python3-dnsdiag
BuildArch: noarch
%if %{with test}
BuildRequires: python3-cymruwhois >= 1.6
BuildRequires: python3-dnspython >= 1.15.0
BuildRequires: python3-dnspython >= 2.3.0
%endif
%description