d3ff5a1c77
This commit upversions helm from v2.11.0 to v2.12.1. This is necessary as support for kubernetes v1.12 support is only introduced in helm v2.12. Story: 2004520 Task: 28777 Depends-on: I2501cd1174f85810892e51ac8a44746302eeb120 Change-Id: I605f1ba2c7fda52d9e0bf84b6132314efad15b24 Signed-off-by: Joseph Richard <joseph.richard@windriver.com>
34 lines
847 B
RPMSpec
34 lines
847 B
RPMSpec
Name: helm
|
|
Version: 2.12.1
|
|
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
|
Summary: The Kubernetes Package Manager
|
|
License: Apache-2.0
|
|
Group: devel
|
|
Packager: Wind River <info@windriver.com>
|
|
URL: https://github.com/kubernetes/helm/releases
|
|
Source0: %{name}-v%{version}-linux-amd64.tar.gz
|
|
Source1: helm-upload
|
|
Source2: helm.sudo
|
|
|
|
Requires: /bin/bash
|
|
|
|
%description
|
|
%{summary}
|
|
|
|
%prep
|
|
%setup -n linux-amd64
|
|
|
|
%install
|
|
install -d %{buildroot}%{_sbindir}
|
|
install -m 755 ${RPM_BUILD_DIR}/linux-amd64/helm %{buildroot}%{_sbindir}/helm
|
|
install -d %{buildroot}/usr/local/sbin
|
|
install -m 755 %{SOURCE1} %{buildroot}/usr/local/sbin/helm-upload
|
|
install -d %{buildroot}%{_sysconfdir}/sudoers.d
|
|
install -m 440 %{SOURCE2} %{buildroot}%{_sysconfdir}/sudoers.d/helm
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_sbindir}/helm
|
|
/usr/local/sbin/helm-upload
|
|
%{_sysconfdir}/sudoers.d/helm
|