aardvark-dns-2:1.14.0-3.el10

- fix dep issues in tests subpackage
- Resolves: RHEL-80817

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2025-03-14 17:33:39 +05:30
parent 6834711e2a
commit a69c316f7b
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD

View File

@ -10,6 +10,10 @@
%global debug_package %{nil}
%endif
%if %{defined fedora}
%define requires_bats 1
%endif
Name: aardvark-dns
%if %{defined copr_username}
Epoch: 102
@ -25,7 +29,7 @@ Epoch: 2
Version: 1.14.0
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND MIT AND Zlib
Release: 2%{?dist}
Release: 3%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
@ -57,7 +61,11 @@ Read more about configuration in `src/backend/mod.rs`.
Summary: Tests for %{name}
Requires: %{name} = %{epoch}:%{version}-%{release}
%if %{defined requires_bats}
Requires: bats
%else
Recommends: bats
%endif
Requires: bind-utils
Requires: iptables
Requires: jq
@ -118,6 +126,10 @@ tar fx %{SOURCE1}
%{_datadir}/%{name}/test
%changelog
* Fri Mar 14 2025 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.14.0-3
- fix dep issues in tests subpackage
- Resolves: RHEL-80817
* Thu Feb 27 2025 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.14.0-2
- rebuilt to try TMT tests in osci
- Resolves: RHEL-80817