Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package velero-plugin-for-microsoft-azure
for openSUSE:Factory checked in at 2021-07-28 19:19:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velero-plugin-for-microsoft-azure (Old)
and
/work/SRC/openSUSE:Factory/.velero-plugin-for-microsoft-azure.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velero-plugin-for-microsoft-azure"
Wed Jul 28 19:19:59 2021 rev:2 rq:908769 version:1.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/velero-plugin-for-microsoft-azure/velero-plugin-for-microsoft-azure.changes
2020-10-15 13:50:50.765310555 +0200
+++
/work/SRC/openSUSE:Factory/.velero-plugin-for-microsoft-azure.new.1899/velero-plugin-for-microsoft-azure.changes
2021-07-28 19:20:59.487560632 +0200
@@ -1,0 +2,27 @@
+Wed Jul 28 00:30:15 UTC 2021 - [email protected]
+
+- Update to version 1.2.1:
+ * Add changelog for v1.2.1 (#105)
+ * Fix typo
+ * Update Velero dependency to v1.6.2 (#103)
+ * Update dependencies (#101)
+ * Update reviewers (#102)
+ * remove ashish-amarnath from maintainers
+ * Update auto assign of reviewers
+ * Only publish the container image from the root repo
+
+-------------------------------------------------------------------
+Thu Apr 08 02:41:27 UTC 2021 - [email protected]
+
+- Update to version 1.2.0:
+ * Update changelog for v1.2.0
+ * Update docs to reference Velero v1.6 (#93)
+ * Use credentials file passed through config (#90)
+ * Add documentation around minimum required permissions (#85)
+ * Add jenting as reviewer
+ * Description Security measures (#88)
+ * Add changelogs for v1.1.2 (#89)
+ * fix: missing results in ListObjects/CommonPrefixes
+ * Update README with new issue filing process (#86)
+
+-------------------------------------------------------------------
Old:
----
velero-plugin-for-microsoft-azure-1.1.0.tar.gz
New:
----
_service
_servicedata
velero-plugin-for-microsoft-azure-1.2.1.tar.gz
vendor.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ velero-plugin-for-microsoft-azure.spec ++++++
--- /var/tmp/diff_new_pack.9bU3My/_old 2021-07-28 19:20:59.931560049 +0200
+++ /var/tmp/diff_new_pack.9bU3My/_new 2021-07-28 19:20:59.935560044 +0200
@@ -1,7 +1,7 @@
#
# spec file for package velero-plugin-for-microsoft-azure
#
-# Copyright (c) 2019,2020 SUSE LLC, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,18 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%define goipath github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
Name: velero-plugin-for-microsoft-azure
-Version: 1.1.0
+Version: 1.2.1
Release: 0
Summary: Velero plugin for Microsoft Azure
License: Apache-2.0
Group: Productivity/Archiving/Backup
URL: https://velero.io
-Source0: %{name}-%{version}.tar.gz
+Source0:
https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1: vendor.tar.gz
BuildRequires: golang-packaging
BuildRequires: golang(API) = 1.14
@@ -32,12 +34,12 @@
Plugins to support Velero on Microsoft Azure
%prep
-%setup -q
+%setup -q -a1
%build
%goprep %{goipath}
export CGO_ENABLED=0
-%gobuild -installsuffix "static" %{name}
+%gobuild -mod vendor -installsuffix "static" %{name}
%install
%goinstall
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param
name="url">https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.2.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">velero-plugin-for-microsoft-azure*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">velero-plugin-for-microsoft-azure</param>
</service>
<service name="go_modules" mode="disabled">
</service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure</param>
<param
name="changesrevision">e4f11f5424f158486c901241e29a0c05c5404ace</param></service></servicedata>++++++
velero-plugin-for-microsoft-azure-1.1.0.tar.gz ->
velero-plugin-for-microsoft-azure-1.2.1.tar.gz ++++++
++++ 701084 lines of diff (skipped)