Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package terraform-provider-vsphere for
openSUSE:Factory checked in at 2022-03-30 20:35:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terraform-provider-vsphere (Old)
and /work/SRC/openSUSE:Factory/.terraform-provider-vsphere.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terraform-provider-vsphere"
Wed Mar 30 20:35:38 2022 rev:10 rq:965814 version:2.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/terraform-provider-vsphere/terraform-provider-vsphere.changes
2021-10-16 22:48:08.552717315 +0200
+++
/work/SRC/openSUSE:Factory/.terraform-provider-vsphere.new.1900/terraform-provider-vsphere.changes
2022-03-30 20:35:40.945304026 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 06:55:08 UTC 2022 - Dirk M??ller <[email protected]>
+
+- exclude build for 32bit targets
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ terraform-provider-vsphere.spec ++++++
--- /var/tmp/diff_new_pack.jBYTdM/_old 2022-03-30 20:35:41.605304569 +0200
+++ /var/tmp/diff_new_pack.jBYTdM/_new 2022-03-30 20:35:41.609304572 +0200
@@ -1,7 +1,7 @@
#
# spec file for package terraform-provider-vsphere
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -66,6 +66,8 @@
Requires: terraform >= 0.12.0
BuildRequires: git
BuildRequires: xz
+# Terraform is not available for 32bit platforms
+ExcludeArch: %ix86 %arm
%if 0%{?suse_version}
%{go_provides}
%endif