Skip to content
Merged
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
7 changes: 7 additions & 0 deletions packages/nvidia-migmanager/nvidia-migmanager.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
%global _cross_first_party 1
%undefine _debugsource_packages
%global cross_generate_sbom %{shrink: \
mkdir -p %{_builddir}/sbom-temp && \
sbomtool generate \
--name nvidia-migmanager \
--out-dir %{_builddir}/sbom-temp \
--build-dir %{_builddir}/sources \
--spdx --cyclonedx}

# Do not prefer shared linking, since the libstd we use at build time
# may not match the one installed on the final image.
Expand Down