Hello community,
here is the log from the commit of package terraform-provider-aws for
openSUSE:Factory checked in at 2020-11-26 23:15:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terraform-provider-aws (Old)
and /work/SRC/openSUSE:Factory/.terraform-provider-aws.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terraform-provider-aws"
Thu Nov 26 23:15:37 2020 rev:5 rq:850969 version:3.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/terraform-provider-aws/terraform-provider-aws.changes
2020-10-20 16:43:00.378899273 +0200
+++
/work/SRC/openSUSE:Factory/.terraform-provider-aws.new.5913/terraform-provider-aws.changes
2020-11-26 23:16:23.333083968 +0100
@@ -1,0 +2,5 @@
+Wed Nov 11 11:07:02 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Add symbolic link to comply with new filesystem layout for local provider
copies
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ terraform-provider-aws.spec ++++++
--- /var/tmp/diff_new_pack.qd7HHt/_old 2020-11-26 23:16:23.917084422 +0100
+++ /var/tmp/diff_new_pack.qd7HHt/_new 2020-11-26 23:16:23.921084425 +0100
@@ -22,6 +22,32 @@
%global repo terraform-provider-aws
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
+%global registry registry.terraform.io
+%global namespace hashicorp
+%global providername aws
+
+%ifarch aarch64
+%define terraformarch amd64
+%endif
+%ifarch ppc64
+%define terraformarch ppc64
+%endif
+%ifarch ppc64le
+%define terraformarch ppc64le
+%endif
+%ifarch s390x
+%define terraformarch s390x
+%endif
+%ifarch %{ix86}
+%define terraformarch i386
+%endif
+%ifarch x86_64
+%define terraformarch amd64
+%endif
+
+%if 0%{?suse_version}
+%{go_nostrip}
+%endif
Name: terraform-provider-aws
Version: 3.11.0
@@ -32,9 +58,6 @@
URL: https://github.com/terraform-providers/terraform-provider-aws
Source: %{repo}-%{version}.tar.gz
Source1: vendor.tar.gz
-%if 0%{?suse_version}
-%{go_nostrip}
-%endif
%if 0%{?ubuntu_version}
BuildRequires: debhelper
BuildRequires: dh-golang
@@ -68,15 +91,18 @@
%build
%{goprep} %{import_path}
%{gobuild} -mod=vendor ""
-ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}_v%{version}
%install
%{goinstall}
+ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}_v%{version}
+install -d 755
%{buildroot}%{_datadir}/terraform/providers/%{registry}/%{namespace}/%{providername}/%{version}/linux_%{terraformarch}
+ln -s %{_bindir}/%{name}
%{buildroot}%{_datadir}/terraform/providers/%{registry}/%{namespace}/%{providername}/%{version}/linux_%{terraformarch}/%{name}_v%{version}
%files
%doc CHANGELOG.md README.md
%license LICENSE
%{_bindir}/%{name}
%{_bindir}/%{name}_v%{version}
+%{_datadir}/terraform
%changelog
_______________________________________________
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]