Hello community,

here is the log from the commit of package terraform-provider-null for 
openSUSE:Factory checked in at 2020-06-10 00:53:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terraform-provider-null (Old)
 and      /work/SRC/openSUSE:Factory/.terraform-provider-null.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terraform-provider-null"

Wed Jun 10 00:53:26 2020 rev:1 rq:812994 version:2.1.2

Changes:
--------
New Changes file:

--- /dev/null   2020-05-28 02:28:09.919761697 +0200
+++ 
/work/SRC/openSUSE:Factory/.terraform-provider-null.new.3606/terraform-provider-null.changes
        2020-06-10 00:53:33.211748436 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Thu Feb 20 13:33:57 UTC 2020 - Robert Schweikert <rjsch...@suse.com>
+
+- Setup as service
+- Brush up spec file to reduce distro branching
+- Create symlink for recognition by terraform
+
+-------------------------------------------------------------------
+Fri May 17 11:53:07 UTC 2019 -  <fbergm...@suse.com>
+
+- Initial packaging of the null provider

New:
----
  _service
  _servicedata
  terraform-provider-null-2.1.2.tar.xz
  terraform-provider-null.changes
  terraform-provider-null.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ terraform-provider-null.spec ++++++
#
# spec file for package terraform-provider-null
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

# 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
Group:          System/Management
Source:         %{name}-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?ubuntu_version}
BuildRequires:  debhelper
BuildRequires:  dh-golang
BuildRequires:  xz-utils
BuildRequires:  golang-go
BuildRequires:  pkg-config
BuildRequires:  libvirt-dev
%else
%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
%endif
Requires:       terraform >= 0.12.0
%endif
%if 0%{?suse_version}
%{go_provides}
%endif

%description
This is a terraform provider that lets you use null files

%prep
%setup -q -n %{name}-%{version}

%build
%goprep github.com/terraform-providers/%{name}
%gobuild -mod=vendor ""
ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}_v%{version}

%install
%goinstall
rm -rf %{buildroot}/%{_libdir}/go/contrib

%files
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md
%license LICENSE
%{_bindir}/%{name}
%{_bindir}/%{name}_v%{version}

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param 
name="url">https://github.com/terraform-providers/terraform-provider-null</param>
    <param name="scm">git</param>
    <param name="filename">terraform-provider-null</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="revision">v2.1.2</param>
    <param name="exclude">.git</param>
    <param name="changesgenerate">enable</param>
    <param name="changesauthor">rjsch...@suse.com</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">terraform-provider-null</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/terraform-providers/terraform-provider-null</param>
              <param 
name="changesrevision">8d3d85a60e207f7cd1ba2f86a69ad5afe18b0e2e</param></service></servicedata>

Reply via email to