Hello community,

here is the log from the commit of package helm for openSUSE:Factory checked in 
at 2018-08-08 14:53:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/helm (Old)
 and      /work/SRC/openSUSE:Factory/.helm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "helm"

Wed Aug  8 14:53:19 2018 rev:5 rq:627856 version:2.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/helm/helm.changes        2018-06-13 
15:40:57.837086361 +0200
+++ /work/SRC/openSUSE:Factory/.helm.new/helm.changes   2018-08-08 
14:54:10.545616961 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 09:58:51 UTC 2018 - mmeis...@suse.com
+
+- run spec-cleaner over tthe specfile
+  there have been some deprecated macros used
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ helm.spec ++++++
--- /var/tmp/diff_new_pack.uXQ6yj/_old  2018-08-08 14:54:11.897619194 +0200
+++ /var/tmp/diff_new_pack.uXQ6yj/_new  2018-08-08 14:54:11.897619194 +0200
@@ -17,14 +17,13 @@
 
 
 %define git_commit %{version}
-
 Name:           helm
 Version:        2.8.2
 Release:        0
 Summary:        The Kubernetes Package Manager
 License:        Apache-2.0
 Group:          Development/Languages/Other
-Url:            https://github.com/kubernetes/helm
+URL:            https://github.com/kubernetes/helm
 Source:         %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
 BuildRequires:  go >= 1.8
@@ -37,7 +36,7 @@
 Helm is a tool for managing Kubernetes charts. Charts are packages of 
pre-configured Kubernetes resources.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 tar xJf %{SOURCE1}
 %{goprep} k8s.io/helm
 
@@ -46,12 +45,11 @@
 GOBIN=$PWD/bin go install -tags '' -ldflags ' -X 
k8s.io/helm/pkg/version.Version=v%{version} -X 
k8s.io/helm/pkg/version.BuildMetadata= -X 
k8s.io/helm/pkg/version.GitCommit=%{git_commit} -X 
k8s.io/helm/pkg/version.GitTreeState=clean' k8s.io/helm/cmd/...
 
 %install
-%{__mkdir_p} %{buildroot}%{_bindir}
-%{__install} -m755 bin/helm %{buildroot}/%{_bindir}/helm
-%{__install} -m755 bin/tiller %{buildroot}/%{_bindir}/tiller
+mkdir -p %{buildroot}%{_bindir}
+install -m755 bin/helm %{buildroot}/%{_bindir}/helm
+install -m755 bin/tiller %{buildroot}/%{_bindir}/tiller
 
 %files
-%defattr(-,root,root,-)
 %doc README.md
 %license LICENSE
 %{_bindir}/helm


Reply via email to