Skip to content

Commit 7658653

Browse files
committed
build-sys: Add a link to rpm-ostree issue
Just to meke it easier to find. Signed-off-by: Colin Walters <[email protected]>
1 parent a9f01fe commit 7658653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/packaging/bootc.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ cat >%{?buildroot}/%{system_reinstall_bootc_install_podman_path} <<EOF
121121
exec dnf -y install podman
122122
EOF
123123
chmod +x %{?buildroot}/%{system_reinstall_bootc_install_podman_path}
124-
# generate doc file list excluding directories
124+
# generate doc file list excluding directories; workaround for
125+
# https://github.com/coreos/rpm-ostree/issues/5420
125126
touch %{?buildroot}/%{_docdir}/bootc/baseimage/base/sysroot/.keepdir
126127
find %{?buildroot}/%{_docdir} ! -type d -printf '%{_docdir}/%%P\n' > bootcdoclist.txt
127128

0 commit comments

Comments
 (0)