Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contrib/packaging/bootc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BuildRequires: zlib-devel
BuildRequires: ostree-devel
BuildRequires: openssl-devel
BuildRequires: systemd-devel
BuildRequires: libzstd-devel

%description
%{summary}
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/mockbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down