aardvark-dns-1.15.0-1.el10
- update to https://github.com/containers/aardvark-dns/releases/tag/v1.15.0 - Related: RHEL-80817 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
a69c316f7b
commit
9cb4be5a97
@ -26,10 +26,10 @@ Epoch: 2
|
||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||
# copr and koji builds.
|
||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||
Version: 1.14.0
|
||||
Version: 1.15.0
|
||||
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
||||
License: Apache-2.0 AND MIT AND Zlib
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
%if %{defined golang_arches_future}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
%else
|
||||
@ -67,19 +67,16 @@ Requires: bats
|
||||
Recommends: bats
|
||||
%endif
|
||||
Requires: bind-utils
|
||||
Requires: iptables
|
||||
Requires: jq
|
||||
Requires: make
|
||||
Requires: netavark
|
||||
Requires: nftables
|
||||
Requires: nmap-ncat
|
||||
Requires: dnsmasq
|
||||
|
||||
%description tests
|
||||
%{summary}
|
||||
|
||||
This package contains system tests for %{name}. This is only intended to be
|
||||
used for distro gating tests. End user / customer usecases not supported.
|
||||
This package contains system tests for %{name} and is only intended to be used
|
||||
for gating tests.
|
||||
|
||||
%prep
|
||||
%autosetup -Sgit %{name}-%{version}
|
||||
@ -110,7 +107,8 @@ tar fx %{SOURCE1}
|
||||
%{__cp} -rp test/* %{buildroot}%{_datadir}/%{name}/test/
|
||||
%{__rm} -rf %{buildroot}%{_datadir}/%{name}/test/tmt/
|
||||
|
||||
# Placeholder check to silence rpmlint warning
|
||||
# Add empty check section to silence rpmlint warning.
|
||||
# No tests meant to be run here.
|
||||
%check
|
||||
|
||||
%files
|
||||
@ -126,6 +124,10 @@ tar fx %{SOURCE1}
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Wed May 14 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.15.0-1
|
||||
- update to https://github.com/containers/aardvark-dns/releases/tag/v1.15.0
|
||||
- Related: RHEL-80817
|
||||
|
||||
* Fri Mar 14 2025 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.14.0-3
|
||||
- fix dep issues in tests subpackage
|
||||
- Resolves: RHEL-80817
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (v1.14.0.tar.gz) = 0300c474bb748063bf96488c06920df15ade525a8ee288446d3f30c3cffdccd687744efbb76e54a6b2213c38c02b00400ad79459bd78e8721556ff8dcdc1df8e
|
||||
SHA512 (aardvark-dns-v1.14.0-vendor.tar.gz) = 0d738d0a737bfc9b6b2fe728de343a6a91c6e197d888fd37c0859b831b05f8c92efce13c268fc8f31a09bb78d43f4330230a0454744523df5a4fa96498ca3dac
|
||||
SHA512 (v1.15.0.tar.gz) = 0f77cfa09cb2c93d6750c114aff9a8efa1becd75da366b95b04a81ccecb2b00884d4cba61061b80f2a747f40fe619080f077559efb7dcc2b37c6334f4d02dbe3
|
||||
SHA512 (aardvark-dns-v1.15.0-vendor.tar.gz) = fbe6e77a2d412ed34bcf2c710db3aa8989a5887ab475988c393fb1c49584cac5b09a34b82e880eebe81c59af7817985af87391ffb8421da07abf080704cae5c0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user