1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

xtask: Fixes for cargo xtask package

The release process has drifted with xtask; I forget exactly
why but I ended up with `.zstd`, not `.zst` in the tarballs
and I've been hand-hacking that manually.

Fix things up so that `cargo xtask package` generates the source
snapshot and the vendor tarball named exactly how we release
them now.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2024-02-15 10:57:20 -05:00
parent e1ef710002
commit 169dc549a4
2 changed files with 17 additions and 21 deletions

View File

@@ -7,8 +7,8 @@ Summary: Boot containers
License: ASL 2.0
URL: https://github.com/containers/bootc
Source0: https://github.com/containers/bootc/releases/download/v%{version}/bootc-%{version}.tar.zst
Source1: https://github.com/containers/bootc/releases/download/v%{version}/bootc-%{version}-vendor.tar.zst
Source0: https://github.com/containers/bootc/releases/download/v%{version}/bootc-%{version}.tar.zstd
Source1: https://github.com/containers/bootc/releases/download/v%{version}/bootc-%{version}-vendor.tar.zstd
BuildRequires: make
BuildRequires: openssl-devel