892be55bbb
Upgrade Trident to 21.04.1 version. This supports Kubernetes 1.11 until 1.21. Story: 2009654 Task: 43816 Signed-off-by: Vinicius Lopes da Silva <vinicius.lopesdasilva@windriver.com> Change-Id: Ibd5bcfb9deb6b22e443d62cbfbbadde2c8fb3ded
34 lines
691 B
RPMSpec
34 lines
691 B
RPMSpec
Summary: trident-installer
|
|
Name: trident-installer
|
|
Version: 21.04.1
|
|
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
|
License: Apache-2.0
|
|
Group: base
|
|
Packager: Wind River <info@windriver.com>
|
|
URL: https://github.com/NetApp/trident/releases/download/v21.04.1/trident-installer-21.04.1.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
Requires: nfs-utils
|
|
|
|
%description
|
|
Netapp Trident-installer
|
|
https://netapp-trident.readthedocs.io/en/stable-v21.04/introduction.html
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}/%{_bindir}
|
|
install -m 755 tridentctl %{buildroot}/%{_bindir}/tridentctl
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/tridentctl
|