From 94512078aa782eff7c30651a2420cb73b31428f94d74a7e2feab203536b2646b Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Wed, 26 Jan 2022 16:15:45 +0000 Subject: [PATCH] Accepting request 949281 from home:ojkastl_buildservice:Branch_devel_kubic new package skaffold OBS-URL: https://build.opensuse.org/request/show/949281 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/skaffold?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++++++ .gitignore | 1 + _service | 21 ++++++++++++++++ _servicedata | 4 ++++ skaffold-1.35.2.tar.gz | 3 +++ skaffold.changes | 19 +++++++++++++++ skaffold.spec | 54 ++++++++++++++++++++++++++++++++++++++++++ vendor.tar.gz | 3 +++ 8 files changed, 128 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 skaffold-1.35.2.tar.gz create mode 100644 skaffold.changes create mode 100644 skaffold.spec create mode 100644 vendor.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..25c008a --- /dev/null +++ b/_service @@ -0,0 +1,21 @@ + + + https://github.com/GoogleContainerTools/skaffold + git + .git + v1.35.2 + @PARENT_TAG@ + enable + v(.*) + + + skaffold + + + *.tar + gz + + + skaffold-1.35.2.tar.gz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..a14d68c --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/GoogleContainerTools/skaffold + f8ae4e65bafdcfd39e4de67329b185432899c7ad \ No newline at end of file diff --git a/skaffold-1.35.2.tar.gz b/skaffold-1.35.2.tar.gz new file mode 100644 index 0000000..d37c661 --- /dev/null +++ b/skaffold-1.35.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268371d47bf3a5adc704cb327ea7c7067c3045ba27680cbf94c4217bd71a55cd +size 17100735 diff --git a/skaffold.changes b/skaffold.changes new file mode 100644 index 0000000..9fb3a9d --- /dev/null +++ b/skaffold.changes @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Wed Jan 26 08:07:33 UTC 2022 - kastl@b1-systems.de + +- Update to version 1.35.2: + * patch release v1.35.2 + * fix(labelling): hotfix for issues related to deploy erroring due to nested yaml field overriding in StatefulSet w/ PVC (#7011) + * fix: unblock cloud build edge builds (#7014) + * ci: fix lts image build (#7000) + * release v1.35.1 : patch release v1.35.1 + * fix(ko): Do not add `-trimpath` when debugging (#6874) + * fix: apply cmd should run `kubectl create --dry-run` to get the `ManifestList` (#6875) + * release: v1.35.0 (#6868) + * chore(deps): update to kompose 1.26 (#6865) + * docs: link to Cloud Code in github README (#6864) + +------------------------------------------------------------------- +Wed Jan 26 07:55:24 UTC 2022 - Johannes Kastl + +- new package skaffold: Easy and Repeatable Kubernetes Development diff --git a/skaffold.spec b/skaffold.spec new file mode 100644 index 0000000..2479c37 --- /dev/null +++ b/skaffold.spec @@ -0,0 +1,54 @@ +# +# spec file for package skaffold +# +# Copyright (c) 2022 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define __arch_install_post export NO_BRP_STRIP_DEBUG=true + +Name: skaffold +Version: 1.35.2 +Release: 0 +Summary: Easy and Repeatable Kubernetes Development +License: Apache-2.0 +URL: https://github.com/GoogleContainerTools/skaffold +Source: skaffold-%{version}.tar.gz +Source1: vendor.tar.gz +BuildRequires: go >= 1.17 + +%description +Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing and deploying your application. It also provides building blocks and describe customizations for a CI/CD pipeline. + +%prep +%setup -q +%setup -q -T -D -a 1 + +%build +go build \ + -mod=vendor \ + -buildmode=pie \ + -ldflags="-X github.com/GoogleContainerTools/skaffold/pkg/skaffold/version.version=%{version} -X github.com/GoogleContainerTools/skaffold/pkg/skaffold/version.buildDate=$(date --iso-8601)" \ + -o bin/skaffold ./cmd/skaffold + +%install +# Install the binary. +install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}" + +%files +%doc README.md +%license LICENSE +%{_bindir}/%{name} + +%changelog diff --git a/vendor.tar.gz b/vendor.tar.gz new file mode 100644 index 0000000..785d697 --- /dev/null +++ b/vendor.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5457432956169758a1121e16e1e8f53c56e6315524323683dc7864ebf7034421 +size 11983940