Accepting request 1178326 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1178326 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aardvark-dns?expand=0&rev=9
This commit is contained in:
commit
a80c34932b
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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="revision">v1.11.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/aardvark-dns</param>
|
||||
<param name="changesrevision">875c717352be058864d107c6cb07e820904aca0d</param></service></servicedata>
|
||||
<param name="changesrevision">666d7b15b28ea913295b02b756c0a778a4f9b341</param></service></servicedata>
|
BIN
aardvark-dns-1.10.0.tar.gz
(Stored with Git LFS)
BIN
aardvark-dns-1.10.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
aardvark-dns-1.11.0.tar.gz
Normal file
3
aardvark-dns-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d37fccbbcfa978f9240249c41552dd7e018ce336c143fdaaee14fdefbb3f413c
|
||||
size 59047
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 03 07:16:07 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
- Remove redundant source: cargo_config
|
||||
- Update to version 1.11.0:
|
||||
* Release v1.11.0
|
||||
* v1.11.0 release notes
|
||||
* run cargo update
|
||||
* chore(deps): update dependency containers/automation_images to v20240529
|
||||
* Internal networks cannot make external DNS requests
|
||||
* fix(deps): update rust crate anyhow to 1.0.86
|
||||
* fix(deps): update rust crate nix to 0.29.0
|
||||
* [skip-ci] RPM: use default __cargo macro across all envs
|
||||
* chore(deps): update dependency containers/automation_images to v20240513
|
||||
* fix(deps): update rust crate anyhow to 1.0.83
|
||||
* [skip-ci] Packit: separate `packages` key for rhel jobs
|
||||
* fix(deps): update rust crate libc to 0.2.154
|
||||
* [skip-ci] Packit: enable rhel10, c10s tests and c10s downstream sync
|
||||
* [skip-ci] Packit: Remove EL8 jobs
|
||||
* fix(deps): update rust crate syslog to ^6.1.1
|
||||
* fix reverse ipv6 lookup test flake
|
||||
* fix(deps): update hickory-dns monorepo to 0.24.1
|
||||
* chore(deps): update rust crate chrono to 0.4.38
|
||||
* Don't tear down all server threads on SIGHUP (bsc#1224167)
|
||||
* fix(deps): update rust crate anyhow to 1.0.82
|
||||
* fix(deps): update rust crate tokio to 1.37.0
|
||||
* Update to nix-0.28.0
|
||||
* update chrono package
|
||||
* chore(deps): update dependency containers/automation_images to v20240320
|
||||
* fix(deps): update rust crate anyhow to 1.0.81
|
||||
* tests: check queried domain name in reverse lookup tests
|
||||
* fix: set name for answers in reverse lookups
|
||||
* chore: fix typo in runner script
|
||||
* chore: fix log message when doing reverse lookup
|
||||
* fix(deps): update rust crate log to 0.4.21
|
||||
* fix(deps): update rust crate anyhow to 1.0.80
|
||||
* chore(deps): update rust crate chrono to 0.4.34
|
||||
* fix(deps): update rust crate async-broadcast to 0.7.0
|
||||
* fix(deps): update rust crate tokio to 1.36.0
|
||||
* [CI:DOCS] Packit: disable bodhi tasks
|
||||
* chore(deps): update rust crate chrono to 0.4.33
|
||||
* Bump to 1.11.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 06:08:17 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
|
@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: aardvark-dns
|
||||
Version: 1.10.0
|
||||
Version: 1.11.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.
|
||||
@ -35,8 +34,6 @@ It can forward other requests to configured resolvers.
|
||||
|
||||
%prep
|
||||
%autosetup -a1
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user