Hello community,
here is the log from the commit of package terraform-provider-null for
openSUSE:Factory checked in at 2020-08-12 10:36:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terraform-provider-null (Old)
and /work/SRC/openSUSE:Factory/.terraform-provider-null.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terraform-provider-null"
Wed Aug 12 10:36:46 2020 rev:2 rq:825753 version:2.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/terraform-provider-null/terraform-provider-null.changes
2020-06-10 00:53:33.211748436 +0200
+++
/work/SRC/openSUSE:Factory/.terraform-provider-null.new.3399/terraform-provider-null.changes
2020-08-12 10:39:00.648366097 +0200
@@ -1,0 +2,5 @@
+Tue Aug 11 10:23:55 UTC 2020 - Dirk Mueller <[email protected]>
+
+- spec-cleaner run
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ terraform-provider-null.spec ++++++
--- /var/tmp/diff_new_pack.AbxBZ0/_old 2020-08-12 10:39:02.592367061 +0200
+++ /var/tmp/diff_new_pack.AbxBZ0/_new 2020-08-12 10:39:02.592367061 +0200
@@ -12,40 +12,38 @@
# 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/
#
-# Make sure that the binary is not getting stripped.
-%if 0%{?suse_version}
-%{go_nostrip}
-%endif
Name: terraform-provider-null
Version: 2.1.2
Release: 0
-License: MPL-2.0
Summary: Terraform null-provider
-Url: https://github.com/terraform-providers/terraform-provider-null
+License: MPL-2.0
Group: System/Management
+URL: https://github.com/terraform-providers/terraform-provider-null
Source: %{name}-%{version}.tar.xz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}
+%{go_nostrip}
+%endif
%if 0%{?ubuntu_version}
BuildRequires: debhelper
BuildRequires: dh-golang
-BuildRequires: xz-utils
BuildRequires: golang-go
-BuildRequires: pkg-config
BuildRequires: libvirt-dev
+BuildRequires: pkgconfig
+BuildRequires: xz-utils
%else
+Requires: terraform >= 0.12.0
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: golang
%endif
%if 0%{?suse_version}
BuildRequires: golang-packaging
-BuildRequires: golang(API) >= 1.12
BuildRequires: xz
+BuildRequires: golang(API) >= 1.12
%endif
-Requires: terraform >= 0.12.0
%endif
%if 0%{?suse_version}
%{go_provides}
@@ -55,19 +53,18 @@
This is a terraform provider that lets you use null files
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
-%goprep github.com/terraform-providers/%{name}
-%gobuild -mod=vendor ""
+%{goprep} github.com/terraform-providers/%{name}
+%{gobuild} -mod=vendor ""
ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}_v%{version}
%install
-%goinstall
+%{goinstall}
rm -rf %{buildroot}/%{_libdir}/go/contrib
%files
-%defattr(-,root,root,-)
%doc CHANGELOG.md README.md
%license LICENSE
%{_bindir}/%{name}