integ/storage-drivers/trident-installer/centos/trident-installer.spec
Stefan Dinescu 52a66268db Fix trident-installer license
The proper license is Apache-2.0

Change-Id: I67f6dfb426e274102a4a94541278e21100e6e34d
Story: 2007391
Task: 39603
Signed-off-by: Stefan Dinescu <stefan.dinescu@windriver.com>
2020-04-30 17:43:55 +00:00

34 lines
691 B
RPMSpec

Summary: trident-installer
Name: trident-installer
Version: 20.04.0
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/v20.04.0/trident-installer-20.04.0.tar.gz
Source0: %{name}-%{version}.tar.gz
Requires: nfs-utils
%description
Netapp Trident-installer
https://netapp-trident.readthedocs.io/en/stable-v20.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