Sync from SUSE:ALP:Source:Standard:1.0 elemental-toolkit revision 5d2b81ed0dcc6b80cdd5821336845c3b

This commit is contained in:
2025-04-29 13:00:25 +02:00
parent 80d5b1947d
commit 671488b6be
6 changed files with 23 additions and 14 deletions

View File

@@ -1,8 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rancher-sandbox/elemental.git</param>
<param name="changesrevision">7e946ebb883980022bd6d53b9be7873937e05ccc</param></service><service name="tar_scm">
<param name="url">https://github.com/rancher/elemental-cli.git</param>
<param name="changesrevision">0e836a9dcd20f160d22b061ef70f724c370a90cc</param></service><service name="tar_scm">
<param name="url">https://github.com/rancher/elemental-toolkit.git</param>
<param name="changesrevision">f2aef66a1986f72f1f16a7470b7538629c4ba3d6</param></service></servicedata>
<param name="changesrevision">1e9be3f38d77cdff86a9a2ad451d45d6166aa788</param></service></servicedata>

BIN
elemental-toolkit-2.1.2.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
elemental-toolkit-2.1.3.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 14 07:46:59 UTC 2025 - dcassany@suse.com
- Update to version 2.1.3:
* Simplify podman calls in CI steup
* Switch GHA runners to Ubuntu 24.04
* Update year in headers
* Bump to go1.23, required by the new x/crypto module
* Vendor go.mod libraries
* Bump libraries to incorporate CVE fixes:
- CVE-2025-22870 (bsc#1238700)
- CVE-2025-22869 (bsc#1239335)
-------------------------------------------------------------------
Thu Nov 14 05:51:30 UTC 2024 - dcassany@suse.com

View File

@@ -1,4 +1,4 @@
name: elemental-toolkit
version: 2.1.2
mtime: 1731508978
commit: f2aef66a1986f72f1f16a7470b7538629c4ba3d6
version: 2.1.3
mtime: 1741876244
commit: 1e9be3f38d77cdff86a9a2ad451d45d6166aa788

View File

@@ -17,7 +17,7 @@
Name: elemental-toolkit
Version: 2.1.2
Version: 2.1.3
Release: 0
Summary: The command line client for Elemental
License: Apache-2.0
@@ -42,7 +42,7 @@ Requires: util-linux
Requires: gptfdisk
%if 0%{?suse_version}
BuildRequires: golang(API) >= 1.22
BuildRequires: golang(API) >= 1.23
BuildRequires: golang-packaging
%{go_provides}
%else
@@ -51,7 +51,7 @@ BuildRequires: golang-packaging
%global commit d1ae3f9a425de2618f9058f3b37583ef3ce52c7d
%gometa
%if (0%{?centos_version} == 800) || (0%{?rhel_version} == 800)
BuildRequires: go1.22
BuildRequires: go1.23
%else
BuildRequires: compiler(go-compiler)
%endif