Accepting request 1115737 from home:danishprakash:branches:devel:microos
Update to version 1.8.0 OBS-URL: https://build.opensuse.org/request/show/1115737 OBS-URL: https://build.opensuse.org/package/show/devel:microos/aardvark-dns?expand=0&rev=11
This commit is contained in:
parent
53d0c07470
commit
94ba28f90e
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.7.0</param>
|
||||
<param name="revision">v1.8.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">d27d3b39b519d4a2db3ae322c0d62846772a8624</param></service></servicedata>
|
||||
<param name="changesrevision">1ed940206e0f39887fc35943ab852387dec9f794</param></service></servicedata>
|
BIN
aardvark-dns-1.7.0.tar.gz
(Stored with Git LFS)
BIN
aardvark-dns-1.7.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
aardvark-dns-1.8.0.tar.gz
Normal file
3
aardvark-dns-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61b0032de12844f26c59165355d586018d9049a206d131537a100aefc14e8664
|
||||
size 55536
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: aardvark-dns
|
||||
Version: 1.7.0
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Authoritative dns server for A/AAAA container records
|
||||
License: Apache-2.0
|
||||
@ -39,9 +39,7 @@ mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
cargo build --release
|
||||
mkdir -p bin
|
||||
cp target/release/%{name} bin/
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir}
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user