Remove autorelease and bump Epoch

Related: RHEL-32374

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-07-19 17:05:53 +02:00
parent ea2f06244f
commit d8df1516a1

View File

@ -13,6 +13,8 @@
Name: aardvark-dns
%if %{defined copr_username}
Epoch: 102
%else
Epoch: 2
%endif
# DO NOT TOUCH the Version string!
# The TRUE source of this specfile is:
@ -23,7 +25,7 @@ Epoch: 102
Version: 1.11.0
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND MIT AND Zlib
Release: %autorelease
Release: 4%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else