Remove autorelease and bump Epoch
Related: RHEL-32374 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
ea2f06244f
commit
d8df1516a1
@ -13,6 +13,8 @@
|
|||||||
Name: aardvark-dns
|
Name: aardvark-dns
|
||||||
%if %{defined copr_username}
|
%if %{defined copr_username}
|
||||||
Epoch: 102
|
Epoch: 102
|
||||||
|
%else
|
||||||
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
# DO NOT TOUCH the Version string!
|
# DO NOT TOUCH the Version string!
|
||||||
# The TRUE source of this specfile is:
|
# The TRUE source of this specfile is:
|
||||||
@ -23,7 +25,7 @@ Epoch: 102
|
|||||||
Version: 1.11.0
|
Version: 1.11.0
|
||||||
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
||||||
License: Apache-2.0 AND MIT AND Zlib
|
License: Apache-2.0 AND MIT AND Zlib
|
||||||
Release: %autorelease
|
Release: 4%{?dist}
|
||||||
%if %{defined golang_arches_future}
|
%if %{defined golang_arches_future}
|
||||||
ExclusiveArch: %{golang_arches_future}
|
ExclusiveArch: %{golang_arches_future}
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user