We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f01fe commit 7658653Copy full SHA for 7658653
contrib/packaging/bootc.spec
@@ -121,7 +121,8 @@ cat >%{?buildroot}/%{system_reinstall_bootc_install_podman_path} <<EOF
121
exec dnf -y install podman
122
EOF
123
chmod +x %{?buildroot}/%{system_reinstall_bootc_install_podman_path}
124
-# generate doc file list excluding directories
+# generate doc file list excluding directories; workaround for
125
+# https://github.com/coreos/rpm-ostree/issues/5420
126
touch %{?buildroot}/%{_docdir}/bootc/baseimage/base/sysroot/.keepdir
127
find %{?buildroot}/%{_docdir} ! -type d -printf '%{_docdir}/%%P\n' > bootcdoclist.txt
128
0 commit comments