Skip to content
Snippets Groups Projects
Commit b40d2c83 authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import aardvark-dns-1.11.0-4.el10

parent 9ae2ecac
Branches r9
No related tags found
No related merge requests found
## START: Set by rpmautospec
## (rpmautospec version 0.6.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 3;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## RPMAUTOSPEC: autochangelog
## END: Set by rpmautospec
# trust-dns-{client,server} not available
......@@ -23,6 +18,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:
......@@ -33,7 +30,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
......@@ -92,6 +89,9 @@ EOF
%changelog
## START: Generated by rpmautospec
* Fri Jul 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-1
- Remove autorelease and bump Epoch Related: RHEL-32374
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.11.0-3
- Bump release for June 2024 mass rebuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment