diff --git a/dnsperf.spec b/dnsperf.spec index 1e6baa2..44a0b6a 100644 --- a/dnsperf.spec +++ b/dnsperf.spec @@ -12,7 +12,7 @@ Summary: Benchmarking authorative and recursing DNS servers Name: dnsperf Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} # New page was found, but on github is also project, that seems to be official. # # Github project has different license and so far is the only one with any @@ -64,12 +64,13 @@ Requires: pcapy python2-dns This is dnsperf, a collection of DNS server performance testing tools. For more information, see the dnsperf(1) and resperf(1) man pages. -# Fixme: query example is too big, move it to noarch data file %package data Summary: Benchmarking authorative and recursing DNS servers data BuildArch: noarch Version: %{dataversion} -Requires: %{name} >= %{version}-%{release} +# Just for license file, any version containing the same license is ok +# Cannot use %%version-%%release, because %%version is local for data +Requires: %{name} >= 2.4.0 %description data This is dnsperf, a collection of DNS server performance testing tools. @@ -81,7 +82,7 @@ This package provides example query file to use by dnsperf and resperf tools. %build autoreconf -fi -%configure CPPFLAGS='-I /usr/include/bind9' +%configure %make_build %if %{with python2} @@ -112,6 +113,9 @@ chmod 644 %{buildroot}%{_datadir}/%{name}/queryfile-example-current %{_datadir}/dnsperf/queryfile-example-current %changelog +* Thu Dec 10 2020 Petr Menšík - 2.4.0-2 +- Update requirements of example queries + * Wed Dec 09 2020 Petr Menšík - 2.4.0-1 - Update to 2.4.0 - bind-libs dependency removed