Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aardvark-dns
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
aardvark-dns
Commits
811aab51
Commit
811aab51
authored
3 weeks ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import aardvark-dns-1.14.0-3.el10
parent
96b6317a
Branches
r9
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/aardvark-dns.spec
+13
-1
13 additions, 1 deletion
SPECS/aardvark-dns.spec
with
13 additions
and
1 deletion
SPECS/aardvark-dns.spec
+
13
−
1
View file @
811aab51
...
...
@@ -10,6 +10,10 @@
%global debug_package %{nil}
%endif
%if %{defined fedora}
%define requires_bats 1
%endif
Name: aardvark-dns
%if %{defined copr_username}
Epoch: 102
...
...
@@ -25,7 +29,7 @@ Epoch: 2
Version: 1.14.0
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND MIT AND Zlib
Release:
2
%{?dist}
Release:
3
%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
...
...
@@ -57,7 +61,11 @@ Read more about configuration in `src/backend/mod.rs`.
Summary: Tests for %{name}
Requires: %{name} = %{epoch}:%{version}-%{release}
%if %{defined requires_bats}
Requires: bats
%else
Recommends: bats
%endif
Requires: bind-utils
Requires: iptables
Requires: jq
...
...
@@ -118,6 +126,10 @@ tar fx %{SOURCE1}
%{_datadir}/%{name}/test
%changelog
* Fri Mar 14 2025 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.14.0-3
- fix dep issues in tests subpackage
- Resolves: RHEL-80817
* Thu Feb 27 2025 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.14.0-2
- rebuilt to try TMT tests in osci
- Resolves: RHEL-80817
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment