diff --git a/aardvark-dns.spec b/aardvark-dns.spec index baabc5c..e86a778 100644 --- a/aardvark-dns.spec +++ b/aardvark-dns.spec @@ -5,7 +5,7 @@ Epoch: 2 Name: aardvark-dns Version: 1.1.0 License: ASL 2.0 and BSD and MIT -Release: 2%{?dist} +Release: 3%{?dist} ExclusiveArch: %{rust_arches} Summary: Authoritative DNS server for A/AAAA container records URL: https://github.com/containers/aardvark-dns @@ -15,6 +15,7 @@ BuildRequires: cargo BuildRequires: git-core BuildRequires: make BuildRequires: rust-srpm-macros +Conflicts: netavark < %{epoch}:%{version} %description %{summary} @@ -47,6 +48,10 @@ EOF %{_libexecdir}/podman/%{name} %changelog +* Tue Aug 23 2022 Jindrich Novy - 2:1.1.0-3 +- conflict with older versions than aardvark-dns itself +- Related: #2061316 + * Thu Aug 04 2022 Jindrich Novy - 2:1.1.0-2 - add Epoch to preserve upgrade path - Related: #2061316