1
0

- Rework _service and spec file to make future version updates easier

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/csi-external-provisioner?expand=0&rev=3
This commit is contained in:
Tim Serong 2020-11-18 05:15:26 +00:00 committed by Git OBS Bridge
parent 4a3e20f050
commit f41d3d8e3c
6 changed files with 23 additions and 14 deletions

View File

@ -3,13 +3,16 @@
<param name="url">https://github.com/kubernetes-csi/external-provisioner</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">csi-external-provisioner</param>
<param name="versionformat">1.6.0</param>
<param name="revision">321fa5c1c</param>
<param name="revision">v1.6.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
</service>
<service name="go_modules" mode="disabled">
</service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2c5137a127e71b9b13a08c22cb72b271acad7f02cccbae3e9ec38be3b850b57
size 5398256

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 18 05:09:15 UTC 2020 - Tim Serong <tserong@suse.com>
- Rework _service and spec file to make future version updates easier
-------------------------------------------------------------------
Tue Aug 11 01:18:55 UTC 2020 - Chin-Ya Huang <chin-ya.huang@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package csi-provisioner
# spec file for package csi-external-provisioner
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,9 +12,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{go_nostrip}
%define project github.com/kubernetes-csi/external-provisioner
@ -27,19 +28,19 @@ Release: 0
Summary: Dynamically provisions volumes of CSI drivers
License: Apache-2.0
Group: System/Management
Url: https://%{project}
Source: %{source}-%{version}.tar.gz
URL: https://%{project}
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go1.12 >= 1.12.0
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.12
BuildRequires: go1.12 >= 1.12.0
%description
Kubernetes external controller that monitors PersistentVolumeClaim objects created by user and creates/deletes volumes for them.
%prep
%setup -q -n %{source}-%{version}
%setup -q -T -D -a 1 -n %{source}-%{version}
%setup -q
%setup -q -T -D -a 1
%build
%goprep %{project}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08b2d2ac983c540a3cf36a06f7da2749e95ae2f5513fae4ffe2939137778a45a
size 5388919

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:810328049a08abc98661cd008c0be39d87ee1ddde24719ae5ef0e55a8095a735
size 5086266
oid sha256:18864212a0dcffb5ffa10bb9fbc12410b4f2b7b902df5dc2bc73edc4ee55e34b
size 5193017