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
27854e8d
Commit
27854e8d
authored
8 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import aardvark-dns-1.12.1-1.el10
parent
b40d2c83
Branches
r9
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.aardvark-dns.metadata
+2
-2
2 additions, 2 deletions
.aardvark-dns.metadata
SPECS/aardvark-dns.spec
+19
-11
19 additions, 11 deletions
SPECS/aardvark-dns.spec
with
21 additions
and
13 deletions
.aardvark-dns.metadata
+
2
−
2
View file @
27854e8d
dcd3fa133aaa4a4819ba043281217739c645886778b8e5abc8337b1e14267d03
SOURCES/aardvark-dns-v1.1
1.0
-vendor.tar.gz
3e95b363f89a945ee6e63f51051f9eb982bdc469bf
8e72
7b5d7adca676789750
SOURCES/v1.1
1.0
.tar.gz
cb525196d2e8e27418fd7cd162660bcd3221d06575b3ad1df86aec92098f09e8
SOURCES/aardvark-dns-v1.1
2.1
-vendor.tar.gz
557d275c9d7c2367b2d330c14717a36b6046d5
8e
b
72
88adeebc88a285ad0ede8
SOURCES/v1.1
2.1
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/aardvark-dns.spec
+
19
−
11
View file @
27854e8d
...
...
@@ -27,10 +27,10 @@ Epoch: 2
# If that's what you're reading, Version must be 0, and will be updated by Packit for
# copr and koji builds.
# If you're reading this on dist-git, the version is automatically filled in by Packit.
Version: 1.1
1.0
Version: 1.1
2.1
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND MIT AND Zlib
Release:
4
%{?dist}
Release:
1
%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
...
...
@@ -65,30 +65,38 @@ Read more about configuration in `src/backend/mod.rs`.
# dependencies directly from the network.
%if !%{defined copr_username}
tar fx %{SOURCE1}
mkdir -p .cargo
cat >.cargo/config << EOF
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
EOF
%if 0%{?fedora} || 0%{?rhel} >= 10
%cargo_prep -v vendor
%else
%cargo_prep -V 1
%endif
%endif
%build
%{__make} CARGO="%{__cargo}" build
%if (0%{?fedora} || 0%{?rhel} >= 10) && !%{defined copr_username}
%cargo_license_summary
%{cargo_license} > LICENSE.dependencies
%cargo_vendor_manifest
%endif
%install
%{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} install
%files
%license LICENSE
%if (0%{?fedora} || 0%{?rhel} >= 10) && !%{defined copr_username}
%license LICENSE.dependencies
%license cargo-vendor.txt
%endif
%dir %{_libexecdir}/podman
%{_libexecdir}/podman/%{name}
%changelog
## START: Generated by rpmautospec
* Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.12.1-1
- Update to 1.12.1 upstream release
* Fri Jul 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-1
- Remove autorelease and bump Epoch Related: RHEL-32374
...
...
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