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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user