commit terraform-provider-null for openSUSE:Factory
Hello community, here is the log from the commit of package terraform-provider-null for openSUSE:Factory checked in at 2020-10-26 16:27:13 Comparing /work/SRC/openSUSE:Factory/terraform-provider-null (Old) and /work/SRC/openSUSE:Factory/.terraform-provider-null.new.3463 (New) Package is "terraform-provider-null" Mon Oct 26 16:27:13 2020 rev:3 rq:844104 version:3.0.0 Changes: --- /work/SRC/openSUSE:Factory/terraform-provider-null/terraform-provider-null.changes 2020-08-12 10:39:00.648366097 +0200 +++ /work/SRC/openSUSE:Factory/.terraform-provider-null.new.3463/terraform-provider-null.changes 2020-10-26 16:27:36.771480439 +0100 @@ -1,0 +2,21 @@ +Tue Oct 20 09:28:25 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 3.0.0: + * add .tfproto5 file for releases + * Update CHANGELOG.md + * Update CHANGELOG.md + * update go version in go.mod + * normalise naming conventions + * Add descriptions + * update CI + * SDK v2.0.3 + * update provider directory layout + * force go modules on for travis + * restore hashibot behaviors post migration + * Update CHANGELOG.md + * switch to standalone sdk + * bump terraform to v0.12.8 + * Cleanup after v2.1.2 release + * Fix typo in resource.html.markdown + +--- Old: terraform-provider-null-2.1.2.tar.xz New: terraform-provider-null-3.0.0.tar.xz Other differences: -- ++ terraform-provider-null.spec ++ --- /var/tmp/diff_new_pack.yD4d0O/_old 2020-10-26 16:27:37.319480880 +0100 +++ /var/tmp/diff_new_pack.yD4d0O/_new 2020-10-26 16:27:37.323480883 +0100 @@ -17,7 +17,7 @@ Name: terraform-provider-null -Version:2.1.2 +Version:3.0.0 Release:0 Summary:Terraform null-provider License:MPL-2.0 ++ _service ++ --- /var/tmp/diff_new_pack.yD4d0O/_old 2020-10-26 16:27:37.351480906 +0100 +++ /var/tmp/diff_new_pack.yD4d0O/_new 2020-10-26 16:27:37.351480906 +0100 @@ -5,7 +5,7 @@ terraform-provider-null @PARENT_TAG@ v(.*) -v2.1.2 +v3.0.0 .git enable rjsch...@suse.com ++ _servicedata ++ --- /var/tmp/diff_new_pack.yD4d0O/_old 2020-10-26 16:27:37.367480918 +0100 +++ /var/tmp/diff_new_pack.yD4d0O/_new 2020-10-26 16:27:37.367480918 +0100 @@ -1,4 +1,4 @@ https://github.com/terraform-providers/terraform-provider-null - 8d3d85a60e207f7cd1ba2f86a69ad5afe18b0e2e \ No newline at end of file + 8747ba04f6cf6b19628fc3cb82fff6b1717da34e \ No newline at end of file ++ terraform-provider-null-2.1.2.tar.xz -> terraform-provider-null-3.0.0.tar.xz ++ 510602 lines of diff (skipped)
commit terraform-provider-null for openSUSE:Factory
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 + +- 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}
commit terraform-provider-null for openSUSE:Factory
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 + +- 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 - + +- 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 ++ https://github.com/terraform-providers/terraform-provider-null git terraform-provider-null @PARENT_TAG@ v(.*) v2.1.2 .git enable rjsch...@suse.com *.tar xz terraform-provider-null ++ _servicedata ++ https://github.com/terraform-providers/terraform-provider-null 8d3d85a60e207f7cd1ba2f86a69ad5afe18b0e2e