Skip to content

Commit 6794b88

Browse files
committed
[skip-ci] RPM: No zstd:chunked for copr envs
zstd:chunked should follow distro policies and no blanket handling for all copr envs. Resolves: containers#2123 Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 619c68d commit 6794b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/update-config-files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fi
5757

5858
# Set these on Fedora Rawhide (41+), RHEL 10+, and on all COPR builds
5959
# regardless of distro
60-
if [[ -n "$COPR" ]] || [[ "$FEDORA" -gt 40 ]] || [[ "$RHEL" -ge 10 ]]; then
60+
if [[ "$FEDORA" -gt 40 ]] || [[ "$RHEL" -ge 10 ]]; then
6161
ensure pkg/config/containers.conf compression_format \"zstd:chunked\"
6262
ensure storage.conf pull_options \{enable_partial_images\ =\ \"true\",\ use_hard_links\ =\ \"false\",\ ostree_repos=\"\",\ convert_images\ =\ \"false\"\}
6363
# Leave composefs disabled

0 commit comments

Comments
 (0)