Commit d83ed1aa authored by Ben Walker's avatar Ben Walker Committed by Tomasz Zawadzki
Browse files

rpmbuild: Break the SPDK scripts out into a separate RPM



Signed-off-by: default avatarBen Walker <ben@nvidia.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21491

 (master)

(cherry picked from commit 91ccdf19)
Change-Id: I9036af4f13392ed0288f9a5991c3cf0b7d460de9
Signed-off-by: default avatarMarek Chomnicki <marek.chomnicki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21613


Bypass-Merge-Requirements: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
parent 0c793534
Loading
Loading
Loading
Loading
+14 −3
Original line number Diff line number Diff line
@@ -146,9 +146,6 @@ ln -s /usr/libexec/spdk/scripts/bash-completion/spdk %{buildroot}/etc/bash_compl
ln -s /usr/local/include %{buildroot}/usr/libexec/spdk

%files
/etc/profile.d/*
/etc/bash_completion.d/*
/usr/libexec/spdk/*
/usr/local/bin/*
/usr/local/lib/python%{python3_version}/site-packages/spdk*/*

@@ -192,6 +189,20 @@ SPDK static development libraries and header
%post devel
ldconfig

%package scripts
Summary: SPDK scripts and utilities

%description scripts
SPDK scripts and utilities

%files scripts
/usr/libexec/spdk/*
/etc/profile.d/*
/etc/bash_completion.d/*

%post scripts
ldconfig

%changelog
* Tue Feb 16 2021 Michal Berger <michalx.berger@intel.com>
- Initial RPM .spec for the SPDK