Hello community,
here is the log from the commit of package csi-external-attacher for
openSUSE:Factory checked in at 2020-12-10 15:56:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/csi-external-attacher (Old)
and /work/SRC/openSUSE:Factory/.csi-external-attacher.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "csi-external-attacher"
Thu Dec 10 15:56:13 2020 rev:2 rq:854032 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/csi-external-attacher/csi-external-attacher.changes
2020-09-14 12:36:55.757427739 +0200
+++
/work/SRC/openSUSE:Factory/.csi-external-attacher.new.2328/csi-external-attacher.changes
2020-12-10 15:56:15.098748013 +0100
@@ -1,0 +2,10 @@
+Tue Nov 24 03:06:17 UTC 2020 - Tim Serong <[email protected]>
+
+- Remove duplicate version information from _service file
+
+-------------------------------------------------------------------
+Wed Nov 18 05:08:51 UTC 2020 - Tim Serong <[email protected]>
+
+- Rework _service and spec file to make future version updates easier
+
+-------------------------------------------------------------------
Old:
----
external-attacher-2.1.0.tar.gz
New:
----
csi-external-attacher-2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ csi-external-attacher.spec ++++++
--- /var/tmp/diff_new_pack.RzzsKp/_old 2020-12-10 15:56:16.178749029 +0100
+++ /var/tmp/diff_new_pack.RzzsKp/_new 2020-12-10 15:56:16.182749032 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package csi-attacher
+# spec file for package csi-external-attacher
#
-# 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-attacher
@@ -27,8 +28,8 @@
Summary: Attaches/detaches volumes to/from nodes
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: golang-packaging
BuildRequires: golang(API) >= 1.13
@@ -37,8 +38,8 @@
Kubernetes external-attacher is an external controller that monitors
VolumeAttachment objects created by controller-manager and attaches/detaches
volumes to/from nodes (i.e. calls ControllerPublish/ControllerUnpublish.
%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}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.RzzsKp/_old 2020-12-10 15:56:16.218749066 +0100
+++ /var/tmp/diff_new_pack.RzzsKp/_new 2020-12-10 15:56:16.222749070 +0100
@@ -3,13 +3,18 @@
<param
name="url">https://github.com/kubernetes-csi/external-attacher</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="versionformat">2.1.0</param>
- <param name="revision">26d9e9b8</param>
+ <param name="filename">csi-external-attacher</param>
+ <param name="versionformat">@PARENT_TAG@</param>
+ <param name="versionrewrite-pattern">v(.*)</param>
+ <param name="revision">v2.1.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">
+ <param name="basename">csi-external-attacher</param>
+ </service>
<service name="go_modules" mode="disabled">
</service>
</services>
++++++ vendor.tar.gz ++++++
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]