Sync from SUSE:ALP:Source:Standard:1.0 aardvark-dns revision b645ded5304d7877f6d16be506495fcd
This commit is contained in:
commit
be92b19614
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
27
_service
Normal file
27
_service
Normal file
@ -0,0 +1,27 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/containers/aardvark-dns</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.10.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">aardvark-dns</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">aardvark-dns</param>
|
||||
</service>
|
||||
</services>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/aardvark-dns</param>
|
||||
<param name="changesrevision">875c717352be058864d107c6cb07e820904aca0d</param></service></servicedata>
|
BIN
aardvark-dns-1.10.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
aardvark-dns-1.10.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
168
aardvark-dns.changes
Normal file
168
aardvark-dns.changes
Normal file
@ -0,0 +1,168 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 06:08:17 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 1.10.0:
|
||||
* Release 1.10.0
|
||||
* Release notes for 1.10.0
|
||||
* chore(deps): update rust crate chrono to 0.4.32
|
||||
* chore(deps): update dependency containers/automation_images to v20240102
|
||||
* fix(deps): update rust crate futures-util to 0.3.30
|
||||
* fix(deps): update rust crate anyhow to 1.0.79
|
||||
* fix(deps): update rust crate tokio to 1.35.1
|
||||
* chore(deps): update dependency containers/automation_images to v20231208
|
||||
* fix(deps): update rust crate tokio to 1.35.0
|
||||
* fix duplicated IP CI flake
|
||||
* server: remove unused kill switch
|
||||
* fix(deps): update rust crate clap to ~4.4.10
|
||||
* Bump working version to v1.10.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 07:05:22 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 1.9.0:
|
||||
* Release v1.9.0
|
||||
* v1.9.0 Update release notes
|
||||
* run cargo update
|
||||
* chore(deps): update dependency containers/automation_images to v20231116
|
||||
* fix(deps): update rust crate tokio to 1.34.0
|
||||
* fix(deps): update rust crate async-broadcast to 0.6.0
|
||||
* update trust-dns to hickory
|
||||
* fix(deps): update rust crate futures-util to 0.3.29
|
||||
* fix(deps): update rust crate trust-dns-server to 0.23.2
|
||||
* fix(deps): update rust crate trust-dns-proto to 0.23.2
|
||||
* tmt: initial enablement
|
||||
* aardvark main: change error reporting
|
||||
* chore(deps): update dependency containers/automation_images to v20231004
|
||||
* fix(deps): update rust crate trust-dns-proto to 0.23.1
|
||||
* fix(deps): update rust crate trust-dns-client to 0.23.1
|
||||
* clippy: some format fixes
|
||||
* fix(deps): update rust crate tokio to 1.33.0
|
||||
* Bump to v1.9.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 05:05:47 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 1.8.0:
|
||||
* Release v1.8.0
|
||||
* update release notes for v1.8.0
|
||||
* run cargo update
|
||||
* Packit: switch to @containers/packit-build team for copr failure notification comments
|
||||
* [CI:BUILD] Packit: tag @lsm5 on copr build failures
|
||||
* chore(deps): update rust crate chrono to 0.4.31
|
||||
* cargo: bump chrono to 0.4.30
|
||||
* test: IPv6 format is changed in v1.72.0
|
||||
* bump nix to 0.27.1
|
||||
* vendor: bump trust_dns_proto and trust_dns_client to 0.23.0
|
||||
* fix(deps): update rust crate trust-dns-server to 0.23.0
|
||||
* [CI:BUILD] rpm: spdx compatible license field
|
||||
* fix(deps): update rust crate anyhow to 1.0.75
|
||||
* fix(deps): update rust crate tokio to 1.32.0
|
||||
* chore(deps): update dependency containers/automation_images to v20230816
|
||||
* fix(deps): update rust crate tokio to 1.31.0
|
||||
* fix(deps): update rust crate anyhow to 1.0.74
|
||||
* fix(deps): update rust crate anyhow to 1.0.73
|
||||
* fix(deps): update rust crate log to 0.4.20
|
||||
* chore(deps): update dependency containers/automation_images to v20230809
|
||||
* fix(deps): update rust crate tokio to 1.30.0
|
||||
* fix(deps): update rust crate clap to 4.3.21
|
||||
* packit: Build PRs into default packit COPRs
|
||||
* chore(deps): update dependency containers/automation_images to v20230807
|
||||
* fix(deps): update rust crate anyhow to 1.0.72
|
||||
* fix(deps): update rust crate signal-hook to 0.3.17
|
||||
* fix(deps): update rust crate clap to 4.3.19
|
||||
* fix(deps): update rust crate clap to 4.3.15
|
||||
* fix(deps): update rust crate signal-hook to 0.3.16
|
||||
* [CI:BUILD] Packit: remove pre-sync action
|
||||
* fix(deps): update rust crate clap to 4.3.11
|
||||
* fix(deps): update rust crate tokio to 1.29.1
|
||||
* fix(deps): update rust crate clap to 4.3.10
|
||||
* [CI:BUILD] RPM: cleanup spec and fix eln builds
|
||||
* bump to v1.8.0-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 13:31:47 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- Disable restricting builds only for tier1 platforms
|
||||
i.e. only for x86_64 and aarch64 and enable for all.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 03 11:38:00 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 1.7.0:
|
||||
* release v1.7.0
|
||||
* Update release notes for v1.7.0
|
||||
* fix(deps): update rust crate tokio to 1.29.0
|
||||
* fix(deps): update rust crate clap to 4.3.8
|
||||
* fix(deps): update rust crate clap to 4.3.5
|
||||
* run cargo update
|
||||
* [CI:BUILD] Packit: add Fedora downstream tasks
|
||||
* fix(deps): update rust crate clap to 4.3.4
|
||||
* chore(deps): update dependency containers/automation_images to v20230614
|
||||
* fix(deps): update rust crate clap to 4.3.3
|
||||
* fix(deps): update rust crate log to 0.4.19
|
||||
* fix(deps): update rust crate clap to 4.3.2
|
||||
* fix(deps): update rust crate clap to 4.3.1
|
||||
* cirrus: remove verify_vendor task
|
||||
* chore(deps): update dependency containers/automation_images to v20230601
|
||||
* fix(deps): update rust crate trust-dns-server to 0.22.1
|
||||
* chore(deps): update rust crate chrono to 0.4.26
|
||||
* fix(deps): update rust crate tokio to 1.28.2
|
||||
* fix(deps): update rust crate log to 0.4.18
|
||||
* chore(deps): update rust crate chrono to 0.4.25
|
||||
* fix(deps): update rust crate clap to 4.3.0
|
||||
* chore(deps): update dependency containers/automation_images to v20230517
|
||||
* fix(deps): update rust crate tokio to 1.28.1
|
||||
* chore(deps): update dependency containers/automation_images to v20230426
|
||||
* fix(deps): update rust crate clap to 4.2.7
|
||||
* fix(deps): update rust crate anyhow to 1.0.71
|
||||
* fix typo in makefile
|
||||
* fix(deps): update rust crate tokio to 1.28.0
|
||||
* fix(deps): update rust crate clap to 4.2.5
|
||||
* fix(deps): update rust crate syslog to ^6.1.0
|
||||
* fix(deps): update rust crate clap to 4.2.4
|
||||
* fix(deps): update rust crate clap to 4.2.3
|
||||
* fix(deps): update rust crate clap to v4
|
||||
* chore(deps): update dependency containers/automation_images to v20230405
|
||||
* bump to v1.7.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 06:00:21 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 1.6.0:
|
||||
* v1.6.0 release
|
||||
* Update release notes for v1.6.0
|
||||
* fix(deps): update rust crate tokio to 1.27.0
|
||||
* use lower TTL for contianer entries
|
||||
* fix(deps): update rust crate syslog to ^6.0.1
|
||||
* fix(deps): update rust crate futures-util to 0.3.28
|
||||
* chore(deps): update dependency containers/automation_images to v20230330
|
||||
* Disable Dependabot in favor of Renovate
|
||||
* chore(deps): update dependency containers/automation_images to v20230320
|
||||
* build(deps): bump futures-util from 0.3.26 to 0.3.27
|
||||
* [CI:BUILD] Packit: trigger builds on commit to main branch
|
||||
* build(deps): bump anyhow from 1.0.68 to 1.0.70
|
||||
* fix lint issue with new rust version 1.68
|
||||
* Cirrus: Update to newer CI VM images
|
||||
* build(deps): bump chrono from 0.4.23 to 0.4.24
|
||||
* build(deps): bump libc from 0.2.139 to 0.2.140
|
||||
* build(deps): bump async-broadcast from 0.5.0 to 0.5.1
|
||||
* build(deps): bump signal-hook from 0.3.14 to 0.3.15
|
||||
* build(deps): bump futures-util from 0.3.25 to 0.3.26
|
||||
* build(deps): bump tokio from 1.25.0 to 1.26.0
|
||||
* [CI:DOCS] Clarify packit related comments
|
||||
* [CI:BUILD] Packit: initial enablement
|
||||
* Allow custom cargo binary path
|
||||
* Switch to explicit platform list for `cargo vendor-filterer`
|
||||
* bump to v1.6.0-dev
|
||||
* Add renovate.json5
|
||||
* Cirrus: Groom rust cache before updating
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 11:30:46 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- Fix libexecdir issue on Leap and SLE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 10:53:26 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- First version of aardvark-dns
|
52
aardvark-dns.spec
Normal file
52
aardvark-dns.spec
Normal file
@ -0,0 +1,52 @@
|
||||
#
|
||||
# spec file for package aardvark-dns
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: aardvark-dns
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: Authoritative dns server for A/AAAA container records
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/containers/%{name}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
# Disable this line if you wish to support all platforms.
|
||||
|
||||
%description
|
||||
Aardvark-dns is an authoritative dns server for A/AAAA container records.
|
||||
It can forward other requests to configured resolvers.
|
||||
|
||||
%prep
|
||||
%autosetup -a1
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%dir %{_libexecdir}/podman
|
||||
%{_libexecdir}/podman/%{name}
|
||||
|
||||
%changelog
|
5
cargo_config
Normal file
5
cargo_config
Normal file
@ -0,0 +1,5 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
BIN
vendor.tar.gz
(Stored with Git LFS)
Normal file
BIN
vendor.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user