SHA256
1
0
forked from pool/afterburn

Accepting request 979857 from devel:kubic:ignition

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/979857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afterburn?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-05-31 13:47:17 +00:00 committed by Git OBS Bridge
commit 3cf4f07920
7 changed files with 74 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">afterburn</param>
<param name="revision">v5.2.0</param>
<param name="revision">v5.3.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
@ -17,5 +17,6 @@
<service name="cargo_vendor" mode="manual">
<param name="srcdir">afterburn</param>
<param name="compression">xz</param>
<param name="update">false</param>
</service>
</services>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/coreos/afterburn.git</param>
<param name="changesrevision">43dc76d7c38921d8eb0dc24d3b0b18787fa8ee07</param></service><service name="tar_scm">
<param name="changesrevision">a6393f31d0ca996228756a1cdbe41b293006b034</param></service><service name="tar_scm">
<param name="url">https://github.com/JanZerebecki/afterburn.git</param>
<param name="changesrevision">104ec25049bf429578c60877c0ea503ee96354e4</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0db0e2f1c75728a74a2255e79cb89b74eef4ea41c873d210fcc6bb206857c3f8
size 70804

3
afterburn-5.3.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6099c7287e50731610ad2ba96774fee1addf20b217220745355467316dd9ff95
size 73160

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Mon May 23 12:09:40 UTC 2022 - jan.suse@zerebecki.de
- Update to version 5.3.0:
* cargo: Afterburn release 5.3.0
* build(deps): bump nix from 0.24.0 to 0.24.1
* build(deps): bump anyhow from 1.0.56 to 1.0.57
* build(deps): bump nix from 0.23.1 to 0.24.0
* systemd: enable sshkeys on Power VS platform
* network: Encode information for systemd-networkd-wait-online
* build(deps): bump ipnetwork from 0.18.0 to 0.19.0
* build(deps): bump crossbeam-channel from 0.5.2 to 0.5.4
* cargo: update to clap 3.1
* cargo: enable clap wrap_help feature
* cli: run clap tests
* cli: avoid deprecated clap constructs
* cargo: update to clap 3.0
* cli: use clap mechanism to require exp subcommand
* build(deps): bump pnet_datalink from 0.28.0 to 0.29.0
* build(deps): bump pnet_base from 0.28.0 to 0.29.0
* build(deps): bump slog-term from 2.8.1 to 2.9.0
* cargo: declare MSRV in Cargo.toml
* cargo: update to Rust 2021; bump MSRV to 1.56.0
* workflows: update clippy to 1.59.0
* copr: abort if specfile fetch fails
* providers/aws: add AWS_IPV6 attribute
* providers/aws: bump metadata version to 2021-01-03
* kubevirt: Add KubeVirt platform support
* *.service: add/update Documentation field
* build(deps): bump regex from 1.5.4 to 1.5.5
fixes RUSTSEC-2022-0013 AKA CVE-2022-24713
* build(deps): bump reqwest from 0.11.9 to 0.11.10
* github/release-checklist: Remove Windows binaries from vendored sources
* build(deps): bump anyhow from 1.0.55 to 1.0.56
* build(deps): bump mockito from 0.30.0 to 0.31.0
fixes RUSTSEC-2020-0095
* aws/mock_tests: explicitly drop mocks before resetting
* aws/mock_tests: split out IMDS tests
* aws/mock_tests: factor out map building
* build(deps): bump anyhow from 1.0.54 to 1.0.55
* workflows/rpm: reword workflow and job name
* workflows/rpm: do full git clone
* build(deps): bump anyhow from 1.0.53 to 1.0.54
* workflows: add "RPM build" test
* templates/release-checklist: add Fedora/RHCOS packaging instructions
* lockfile: refresh
* tests: explicitly scope conflicting mocks
* Add COPR integration Makefile
* build(deps): bump serde_json from 1.0.78 to 1.0.79
* build(deps): bump crossbeam-utils from 0.8.5 to 0.8.7
* build(deps): bump block-buffer from 0.10.0 to 0.10.2
* build(deps): bump thread_local from 1.1.3 to 1.1.4
fixes RUSTSEC-2022-0006
* build(deps): bump slog-term from 2.8.0 to 2.8.1
* build(deps): bump serde from 1.0.135 to 1.0.136
* *: use `RemainAfterExit` on all oneshot services
* build(deps): bump anyhow from 1.0.52 to 1.0.53
* build(deps): bump serde_json from 1.0.75 to 1.0.78
* build(deps): bump mailparse from 0.13.7 to 0.13.8
* build(deps): bump serde from 1.0.134 to 1.0.135
* ci: skip broken kdump.crash kola test Issue: https://github.com/coreos/fedora-coreos-tracker/issues/1075
* build(deps): bump serde from 1.0.133 to 1.0.134
* build(deps): bump serde_json from 1.0.74 to 1.0.75
-------------------------------------------------------------------
Tue Jan 18 21:12:09 UTC 2022 - jan.suse@zerebecki.de

View File

@ -21,7 +21,7 @@
%global dracutmodulesdir %(pkg-config --variable=dracutmodulesdir dracut || echo '/usr/lib/dracut/modules.d')
Name: afterburn
Version: 5.2.0
Version: 5.3.0
Release: 0
Summary: A cloud provider agent
License: Apache-2.0
@ -36,7 +36,7 @@ Patch3: no-network-args.patch
ExcludeArch: %ix86 s390x ppc64le
BuildRequires: cargo
BuildRequires: rust >= 1.49.0
BuildRequires: rust >= 1.56.0
BuildRequires: pkgconfig(openssl)
%description

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ac09aafb73a7d740ee13375cba62a4ed8c6d6fb49572fc56681cfc2b2c3784a
size 11169696
oid sha256:1be589c74495d7d5e6cb78e2c8a0079815701090f90c84b0e11c7a66665a3c9f
size 11070148