Hello community, here is the log from the commit of package csi-external-provisioner for openSUSE:Factory checked in at 2020-12-10 15:56:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/csi-external-provisioner (Old) and /work/SRC/openSUSE:Factory/.csi-external-provisioner.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "csi-external-provisioner" Thu Dec 10 15:56:16 2020 rev:2 rq:854033 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/csi-external-provisioner/csi-external-provisioner.changes 2020-09-14 12:37:15.849440551 +0200 +++ /work/SRC/openSUSE:Factory/.csi-external-provisioner.new.2328/csi-external-provisioner.changes 2020-12-10 15:56:18.238750967 +0100 @@ -1,0 +2,10 @@ +Tue Nov 24 03:08:44 UTC 2020 - Tim Serong <tser...@suse.com> + +- Remove duplicate version information from _service file + +------------------------------------------------------------------- +Wed Nov 18 05:09:15 UTC 2020 - Tim Serong <tser...@suse.com> + +- Rework _service and spec file to make future version updates easier + +------------------------------------------------------------------- Old: ---- external-provisioner-1.6.0.tar.gz New: ---- csi-external-provisioner-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ csi-external-provisioner.spec ++++++ --- /var/tmp/diff_new_pack.z3NxIz/_old 2020-12-10 15:56:19.430752088 +0100 +++ /var/tmp/diff_new_pack.z3NxIz/_new 2020-12-10 15:56:19.434752092 +0100 @@ -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 @@ 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} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.z3NxIz/_old 2020-12-10 15:56:19.470752126 +0100 +++ /var/tmp/diff_new_pack.z3NxIz/_new 2020-12-10 15:56:19.474752130 +0100 @@ -3,13 +3,18 @@ <param name="url">https://github.com/kubernetes-csi/external-provisioner</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="versionformat">1.6.0</param> - <param name="revision">321fa5c1c</param> + <param name="filename">csi-external-provisioner</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="versionrewrite-pattern">v(.*)</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"> + <param name="basename">csi-external-provisioner</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