diff --git a/contrib/packaging/bootc.spec b/contrib/packaging/bootc.spec index 73695f646..7a5bb798e 100644 --- a/contrib/packaging/bootc.spec +++ b/contrib/packaging/bootc.spec @@ -20,6 +20,7 @@ BuildRequires: zlib-devel BuildRequires: ostree-devel BuildRequires: openssl-devel BuildRequires: systemd-devel +BuildRequires: libzstd-devel %description %{summary} diff --git a/tests/integration/mockbuild.sh b/tests/integration/mockbuild.sh index 620450615..5446683d2 100755 --- a/tests/integration/mockbuild.sh +++ b/tests/integration/mockbuild.sh @@ -12,7 +12,7 @@ function redprint { } greenprint "📥 Install required packages" -dnf install -y cargo zstd git openssl-devel ostree-devel rpm-build mock podman skopeo jq +dnf install -y cargo zstd git libzstd-devel openssl-devel ostree-devel rpm-build mock podman skopeo jq cargo install cargo-vendor-filterer greenprint "⛏ Build archive"