forked from pool/coreos-installer
Accepting request 1189701 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1189701 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreos-installer?expand=0&rev=2
This commit is contained in:
commit
75861876fe
16
_service
16
_service
@ -3,20 +3,24 @@
|
|||||||
<param name="url">https://github.com/coreos/coreos-installer</param>
|
<param name="url">https://github.com/coreos/coreos-installer</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.21.0</param>
|
<param name="revision">v0.22.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual">
|
<service name="set_version" mode="manual">
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
|
||||||
<service name="recompress" mode="buildtime">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">gz</param>
|
|
||||||
</service>
|
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
<param name="srcdir">coreos-installer</param>
|
<param name="srcdir">coreos-installer</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service name="cargo_audit" mode="manual">
|
||||||
|
</service>
|
||||||
|
<!-- services below are running at buildtime -->
|
||||||
|
<service name="tar" mode="buildtime">
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">gz</param>
|
||||||
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/coreos/coreos-installer</param>
|
<param name="url">https://github.com/coreos/coreos-installer</param>
|
||||||
<param name="changesrevision">555533a454c393b37e5de9f7439ba0626775ddf8</param></service></servicedata>
|
<param name="changesrevision">cec48f8aa99708f395ee502df9a4cb89a1a35c4e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f6999c22593e22ffabe51b96303bf047255e49d4b517223afef87a7a56b99f2
|
|
||||||
size 971788
|
|
3
coreos-installer-0.22.1.obscpio
Normal file
3
coreos-installer-0.22.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b3f9394d6639849fee43b7fa78b030028d7d0beb2bd4511c7c616a0cbcdc7a3
|
||||||
|
size 977420
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 04:41:57 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.22.1:
|
||||||
|
* cargo: coreos-installer release 0.22.1
|
||||||
|
* docs/release-notes: update for release 0.22.1
|
||||||
|
* cargo: update dependencies
|
||||||
|
* packit: downstream_package_name is not inherited by packages
|
||||||
|
* build(deps): bump base64 from 0.21.7 to 0.22.1
|
||||||
|
* build(deps): bump cpio from 0.2.2 to 0.4.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 18:01:31 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.22.0:
|
||||||
|
* cargo: coreos-installer release 0.22.0
|
||||||
|
* docs/release-notes: update for release 0.22.0
|
||||||
|
* cargo: update dependencies
|
||||||
|
* packit.yaml: add c9s
|
||||||
|
* build(deps): bump serde from 1.0.197 to 1.0.204
|
||||||
|
* Sync repo templates ⚙
|
||||||
|
* Dockerfile: rebase from f39 to f40
|
||||||
|
* fixtures/customize/dest: update unit to use console.cfg
|
||||||
|
* test/images/customize: add debug logic to give better feedback
|
||||||
|
* */customize/*: shorten network interface names to 15 chars
|
||||||
|
* rootmap: fix multipath + LUKS case
|
||||||
|
* rootmap: correctly join paths when looking for physical root
|
||||||
|
* Sync repo templates ⚙
|
||||||
|
* build(deps): bump reqwest from 0.12.3 to 0.12.4
|
||||||
|
* workflows/rust: bump lints toolchain to 1.77.2
|
||||||
|
* build(deps): bump clap from 4.4.18 to 4.5.4
|
||||||
|
* Cargo.toml: bump MSRV to 1.75.0
|
||||||
|
* build(deps): bump uuid from 1.7.0 to 1.8.0
|
||||||
|
* build(deps): bump serde_with from 3.6.1 to 3.7.0
|
||||||
|
* build(deps): bump regex from 1.10.3 to 1.10.4
|
||||||
|
* build(deps): bump bytes from 1.5.0 to 1.6.0
|
||||||
|
* build(deps): bump thiserror from 1.0.57 to 1.0.58
|
||||||
|
* build(deps): bump serde_json from 1.0.114 to 1.0.115
|
||||||
|
* build(deps): bump reqwest from 0.11.24 to 0.12.3
|
||||||
|
* build(deps): bump tempfile from 3.10.0 to 3.10.1
|
||||||
|
* build(deps): bump h2 from 0.3.24 to 0.3.26
|
||||||
|
* build(deps): bump nmstate from 2.2.25 to 2.2.27
|
||||||
|
* build(deps): bump serde_yaml from 0.9.32 to 0.9.34+deprecated
|
||||||
|
* build(deps): bump anyhow from 1.0.80 to 1.0.81
|
||||||
|
* build(deps): bump mio from 0.8.10 to 0.8.11
|
||||||
|
* packit: update dist_git_branches to target fedora-all
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 12 05:47:36 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Fri Apr 12 05:47:36 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: coreos-installer
|
name: coreos-installer
|
||||||
version: 0.21.0
|
version: 0.22.1
|
||||||
mtime: 1708623677
|
mtime: 1721931690
|
||||||
commit: 555533a454c393b37e5de9f7439ba0626775ddf8
|
commit: cec48f8aa99708f395ee502df9a4cb89a1a35c4e
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: coreos-installer
|
Name: coreos-installer
|
||||||
Version: 0.21.0
|
Version: 0.22.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Installer for CoreOS disk images
|
Summary: Installer for CoreOS disk images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -26,9 +26,9 @@ Source0: coreos-installer-%{version}.tar.gz
|
|||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: cargo >= 1.76
|
BuildRequires: cargo >= 1.76
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: openssl-devel
|
|
||||||
BuildRequires: libzstd-devel
|
|
||||||
BuildRequires: gnupg
|
BuildRequires: gnupg
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
coreos-installer is a program to assist with installing Fedora CoreOS (FCOS) and
|
coreos-installer is a program to assist with installing Fedora CoreOS (FCOS) and
|
||||||
@ -55,8 +55,6 @@ for more information regarding how to download and use coreos-installer.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 1 -a 1
|
%autosetup -p 1 -a 1
|
||||||
mkdir -p .cargo
|
|
||||||
rm -vf .cargo/config.toml
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cargo_build} --features docgen,rdcore
|
%{cargo_build} --features docgen,rdcore
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:966531d9d6d85f0c6f1de5013a96d25e0d7137a042885a8b294f2d8c34f7e242
|
oid sha256:45ef35454a9d3b4c3f9b9dd89cda34e4167e152ef6d5980d0bebc3c3cb006dbb
|
||||||
size 24134338
|
size 24421471
|
||||||
|
Loading…
Reference in New Issue
Block a user