Name: dcli-bootc Version: 0.1.0 Release: 1%{?dist} Summary: Declarative bootc image configuration manager License: 0BSD URL: https://gitlab.com/theblackdon/dcli-bootc # Produced by `make -f .copr/Makefile srpm` (git archive of HEAD). Source0: %{name}-%{version}.tar.gz BuildRequires: cargo BuildRequires: rust # Runtime tools dcli-bootc shells out to Requires: bootc Requires: podman %description A declarative bootc image configuration manager. Define system packages, repos, files, services, and scripts in YAML modules, then generate a Containerfile, build the image, and switch the bootc deployment. %prep %autosetup -n %{name}-%{version} %build # Downloads crates from crates.io — the COPR project must have # "Enable network during builds" turned on. cargo build --release %install install -Dm0755 target/release/%{name} %{buildroot}%{_bindir}/%{name} %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog * Sun Jul 19 2026 Black Don - 0.1.0-1 - Initial package