Accepting request 888547 from home:susnux:branches:devel:kubic:ignition

- Update to version 5.0.0
  * Update minimum rust toolchain version 1.44
  * Switch from error-chain to anyhow
  * Remove cl-legacy feature
  * ibmcloud: don't ignore I/O error when parsing metadata
  * providers: fix clippy::unnecessary_wraps lint on 1.50
  * workflows: update pinned lint toolchain to 1.50.0
  * cli: stop wrapping command-line parse errors
  * github: release checklist cleanups
  * providers: add Azure Stack Hub

OBS-URL: https://build.opensuse.org/request/show/888547
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=5
This commit is contained in:
Sayali Lunkad 2021-05-21 07:58:04 +00:00 committed by Git OBS Bridge
parent 0392fcdce8
commit 15f0896416
7 changed files with 28 additions and 14 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">v4.6.0</param>
<param name="revision">v5.0.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
@ -13,10 +13,10 @@
<service name="set_version" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
<param name="compression">xz</param>
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">afterburn</param>
<param name="compression">gz</param>
<param name="compression">xz</param>
</service>
</services>

View File

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

View File

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

3
afterburn-5.0.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Apr 26 15:18:35 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 5.0.0
* Update minimum rust toolchain version 1.44
* Switch from error-chain to anyhow
* Remove cl-legacy feature
* ibmcloud: don't ignore I/O error when parsing metadata
* providers: fix clippy::unnecessary_wraps lint on 1.50
* workflows: update pinned lint toolchain to 1.50.0
* cli: stop wrapping command-line parse errors
* github: release checklist cleanups
* providers: add Azure Stack Hub
-------------------------------------------------------------------
Fri Mar 19 14:13:46 UTC 2021 - Sayali Lunkad <sayali.lunkad@suse.com>

View File

@ -16,20 +16,20 @@
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
Name: afterburn
Version: 4.6.0
Version: 5.0.0
Release: 0
Summary: A cloud provider agent
License: Apache-2.0
URL: https://github.com/coreos/afterburn/
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
URL: https://coreos.github.io/afterburn/
Source0: https://github.com/coreos/afterburn/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://github.com/coreos/afterburn/releases/download/v%{version}/afterburn-%{version}-vendor.tar.gz
Source2: cargo_config
ExcludeArch: %ix86 s390x ppc64le armhfp armv7hl
BuildRequires: cargo
BuildRequires: pkgconfig(openssl)
BuildRequires: rust >= 1.40.0
BuildRequires: rust >= 1.44.0
%description
Afterburn is a one-shot agent for cloud-like platforms which interacts with provider-specific metadata endpoints.

View File

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