Skip to content

Commit

Permalink
Add libnvidia-container-libseccomp2 package
Browse files Browse the repository at this point in the history
This change adds a libnvidia-container-libseccomp2 package that can be
used to satisfy the libseccomp dependency through a transitive dependency
on libseccomp2. This is required on SUSE-based systems where libsecccomp.so
is provided by the libseccomp2 package.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
  • Loading branch information
elezar committed Feb 1, 2024
1 parent f142020 commit 1618247
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ This package contains command-line tools that facilitate using the library.
%license %{_licensedir}/*
%{_bindir}/*

%package libseccomp2
Requires: libseccomp2
Provides: libseccomp.so
Conflicts: libseccomp.so
Summary: A virtual package to provide libseccomp through libseccomp2
%description libseccomp2
This is a virtual package to satisfy the libseccomp.so dependency through a
transitive dependency on libseccomp2.so.
%files libseccomp2
%license %{_licensedir}/*

%changelog
# As of 1.14.0-1 we generate the release information automatically
* %{release_date} NVIDIA CORPORATION <cudatools@nvidia.com> %{version}-%{release}
Expand Down

0 comments on commit 1618247

Please sign in to comment.