integ/storage-drivers/trident-installer/centos/trident-installer.spec
Vinicius Lopes da Silva 892be55bbb Upgrade trident spec files for 21.04.1
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
2021-11-10 18:36:03 +00:00

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