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

import aardvark-dns-1.12.1-1.el10

parent b40d2c83
Branches r9
No related tags found
No related merge requests found
dcd3fa133aaa4a4819ba043281217739c645886778b8e5abc8337b1e14267d03 SOURCES/aardvark-dns-v1.11.0-vendor.tar.gz
3e95b363f89a945ee6e63f51051f9eb982bdc469bf8e727b5d7adca676789750 SOURCES/v1.11.0.tar.gz
cb525196d2e8e27418fd7cd162660bcd3221d06575b3ad1df86aec92098f09e8 SOURCES/aardvark-dns-v1.12.1-vendor.tar.gz
557d275c9d7c2367b2d330c14717a36b6046d58eb7288adeebc88a285ad0ede8 SOURCES/v1.12.1.tar.gz
......@@ -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.11.0
Version: 1.12.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
......
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