Hello community,

here is the log from the commit of package csi-external-snapshotter for 
openSUSE:Factory checked in at 2020-12-10 15:56:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/csi-external-snapshotter (Old)
 and      /work/SRC/openSUSE:Factory/.csi-external-snapshotter.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "csi-external-snapshotter"

Thu Dec 10 15:56:22 2020 rev:2 rq:854035 version:2.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/csi-external-snapshotter/csi-external-snapshotter.changes
        2020-09-14 12:37:50.973462950 +0200
+++ 
/work/SRC/openSUSE:Factory/.csi-external-snapshotter.new.2328/csi-external-snapshotter.changes
      2020-12-10 15:56:24.074756458 +0100
@@ -1,0 +2,10 @@
+Tue Nov 24 03:08:46 UTC 2020 - Tim Serong <tser...@suse.com>
+
+- Remove duplicate version information from _service file 
+
+-------------------------------------------------------------------
+Wed Nov 18 05:09:25 UTC 2020 - Tim Serong <tser...@suse.com>
+
+- Rework _service and spec file to make future version updates easier
+
+-------------------------------------------------------------------

Old:
----
  external-snapshotter-2.1.1.tar.gz

New:
----
  csi-external-snapshotter-2.1.1.tar.gz

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

Other differences:
------------------
++++++ csi-external-snapshotter.spec ++++++
--- /var/tmp/diff_new_pack.n7PN1Q/_old  2020-12-10 15:56:25.366757673 +0100
+++ /var/tmp/diff_new_pack.n7PN1Q/_new  2020-12-10 15:56:25.366757673 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package csi-snapshotter
+# spec file for package csi-external-snapshotter
 #
-# 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-snapshotter/v2
@@ -27,8 +28,8 @@
 Summary:        Triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint
 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.12
@@ -37,8 +38,8 @@
 Kubernetes CSI external-snapshotter sidecar watches Kubernetes 
VolumeSnapshotContent CRD objects and triggers CreateSnapshot/DeleteSnapshot 
against a CSI endpoint.
 
 %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.n7PN1Q/_old  2020-12-10 15:56:25.398757703 +0100
+++ /var/tmp/diff_new_pack.n7PN1Q/_new  2020-12-10 15:56:25.398757703 +0100
@@ -3,13 +3,18 @@
     <param 
name="url">https://github.com/kubernetes-csi/external-snapshotter</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">2.1.1</param>
-    <param name="revision">034c5458</param>
+    <param name="filename">csi-external-snapshotter</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="revision">v2.1.1</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-snapshotter</param>
+  </service>
   <service name="go_modules" mode="disabled">
   </service>
 </services>

++++++ vendor.tar.gz ++++++
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to