## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec %bcond_without check Name: bcvk Version: 0.13.0 Release: 1%{?dist} Summary: Bootable container VM toolkit # Apache-2.0 OR MIT License: Apache-2.0 OR MIT URL: https://github.com/bootc-dev/bcvk Source0: %{url}/releases/download/v%{version}/bcvk-%{version}.tar.zstd Source1: %{url}/releases/download/v%{version}/bcvk-%{version}-vendor.tar.zstd # Only build for architectures with full support and testing ExclusiveArch: x86_64 aarch64 Requires: binutils Requires: openssh-clients Requires: podman Requires: qemu-img Requires: qemu-kvm Requires: virtiofsd # libvirt-client is optional but recommended for 'bcvk libvirt' commands Recommends: libvirt-client BuildRequires: make BuildRequires: openssl-devel BuildRequires: go-md2man BuildRequires: openssh-clients %if 0%{?rhel} BuildRequires: rust-toolset %else BuildRequires: cargo-rpm-macros >= 25 %endif %description %{summary} %prep %autosetup -p1 -a1 # Default -v vendor config doesn't support non-crates.io deps (i.e. git) cp .cargo/vendor-config.toml . %cargo_prep -N cat vendor-config.toml >> .cargo/config.toml rm vendor-config.toml %build %cargo_build make manpages %cargo_vendor_manifest # https://pagure.io/fedora-rust/rust-packaging/issue/33 sed -i -e '/https:\/\//d' cargo-vendor.txt %cargo_license_summary %{cargo_license} > LICENSE.dependencies %install %make_install INSTALL="install -p -c" %if %{with check} %check %cargo_test %endif %files %license LICENSE-MIT %license LICENSE-APACHE %license LICENSE.dependencies %license cargo-vendor.txt %doc README.md %{_bindir}/bcvk %{_mandir}/man*/*bcvk* %changelog ## START: Generated by rpmautospec * Tue Mar 31 2026 Packit - 0.13.0-1 - Update to 0.13.0 upstream release * Mon Mar 02 2026 Packit - 0.11.0-1 - Update to 0.11.0 upstream release * Fri Feb 06 2026 gursewak1997 - 0.10.0-2 - Use ExclusiveArch to build only^Cupported architectures * Fri Feb 06 2026 gursewak1997 - 0.10.0-1 - Initial import (fedora#2436957) ## END: Generated by rpmautospec