Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package terraform-provider-libvirt for openSUSE:Factory checked in at 2021-10-16 22:47:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/terraform-provider-libvirt (Old) and /work/SRC/openSUSE:Factory/.terraform-provider-libvirt.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terraform-provider-libvirt" Sat Oct 16 22:47:27 2021 rev:3 rq:925707 version:0.6.11+git.1631460851.7074fe3c Changes: -------- --- /work/SRC/openSUSE:Factory/terraform-provider-libvirt/terraform-provider-libvirt.changes 2021-02-20 22:12:53.103076991 +0100 +++ /work/SRC/openSUSE:Factory/.terraform-provider-libvirt.new.1890/terraform-provider-libvirt.changes 2021-10-16 22:48:11.104719466 +0200 @@ -1,0 +2,122 @@ +Sat Oct 16 12:36:51 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Drop redundant %setup calls + +------------------------------------------------------------------- +Fri Oct 08 11:16:08 UTC 2021 - wa...@b1-systems.de + +- use GOFLAGS="-mod=vendor" and vendor.tar.xz to build +- Update to version 0.6.11+git.1631460851.7074fe3c: + * fix InternalValidate error on cpu.mode block + * Allow ignoring known_hosts verification + * Use login name instead of display name as default + * Add support for SSH agent authentication + * go.mod: update go-libvirt to latest version + * Port PR#824 to go-libvirt + * Before pool import pool type is not set + * Add acceptance test for demonstrate fail case during import of pool typed dir + * README: fix headline level and typo + * go fmt + * Fix network update parameter order + * Fix error condition + * Fix network update parameter order + * Do not try to update bridge section (not supported) + * Add link to registry documentation + * README: remove TOC + * examples: Fix network card name + * Revamp README + * goreleaser: use go 1.16 + * Use a Github Actions badge + * Release as draft + * Update README + * Add goreleaser in order to publish to registry + * Add releaser in order to publish to registry + * Workaround for bug in NetworkUpdate reversed parameters + * Check for chmod error + * Revert creating tmp file in private tmp dir + * Use t.TempDir() + * Start server so that URI is not empty + * Windows is slower than I thought + * Include Windows artifact + * go vet + * Fix image URL handling on Windows + * Fix Windows tests by using simple paths + * Make sure we build a valid OS path + * Fix tests on Windows + * Simplify test file server with httptest + * Remove unused import + * Fix URL handling on Windows + * Fix temporary directory on Windows + * Fix URL handling on Windows + * Improve skipping acceptance tests + * Setup xsltproc for different OS + * Setup terraform before terraform fmt + * Build on all platforms + * Install xsltproc before running testsuite + * Add github workflow + * Support for libvirt connection URIs + * Remove libvirt bindings + * Revert "No need to return terraform.ResourceProvider" + * Remove acceptance tests not using the resource test framework. + * Basic support for libvirt URIs + * No need to return terraform.ResourceProvider + * port - update mock parameters to upstream type + * Fix tests crashing due to client setup + * port - some missing libvirtc uses + * port - fix template test - missing nvram undefine flag + * port - NetworkUpdate params are now swapped + * port - fix network lookup uuid usage + * port - fix most network acceptance tests - active handling + * port - missed removing old if now test back + * port - fix domain acceptance tests - uuid handling + * port - missed removing old if + * port - reinstate error checks with new upstream error code + * Use new exported error from digital ocean library + * Fix helper + * port - download via buffer - review/revise + * port - pipe in goroutine so can close - TBC pipe required + * port - close our new second connection too + * port - record/capture io close error + * port - use previous libvirt connect behaviour for tests (blind URI) + * port - default network test requires network exists + * port - network tests require accept testing enabled + * port - use struct field directly + * port - restore error var & use struct field directly + * port - volume.go + * port - missed some + * port - tests bulk pass - compiles but fails tests + * port - start network tests + * port - pool partial + * port - network def partial + * port - volumes + * port - more volume copying + * port - partial cloudinit + * port - volume copier - remove var decl + * port - volume copier - missing close, just defer it + * port - volume copier + * port - remove subpackages disk & volume + * port - partial volume create + * port - wait for network active + * remove test file used to validate push rights + * test push rights to pr branch + * port to go-libvirt + * Rename libvirt to libvirtc + * Fix Intro table of contents link + * Including the domain ID in the error output + * created XSL file for adding a new channel + * Trivial typo fix + * Remove mention of CentOS from README.md + * Network config in examples for openSUSE should be 1, not 2 + * Minor cleanup of migration-13 doc + * added more info which filesystem entry failed + * Support dnsmasq options + * Set firmware attribute to efi for aarch64 + * Added reference to terraform-libvirt-kubespray project + * Remove mod=vendor from .travis.yml + * Remove vendor/ references from the documentation + * Remove vendor/ directory from git + * update vendor files + * Example - flatcar-linux - Correct NIC matching typo + * Replace mitchell/packer with google/uuid + +------------------------------------------------------------------- Old: ---- terraform-provider-libvirt-0.6.3+git.1604843676.67f4f2aa.tar.xz New: ---- terraform-provider-libvirt-0.6.11+git.1631460851.7074fe3c.tar.xz vendor.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ terraform-provider-libvirt.spec ++++++ --- /var/tmp/diff_new_pack.rRuTXd/_old 2021-10-16 22:48:11.616719898 +0200 +++ /var/tmp/diff_new_pack.rRuTXd/_new 2021-10-16 22:48:11.620719901 +0200 @@ -17,13 +17,14 @@ Name: terraform-provider-libvirt -Version: 0.6.3+git.1604843676.67f4f2aa +Version: 0.6.11+git.1631460851.7074fe3c Release: 0 Summary: Terraform provider for kvm hypervisors via libvirt License: MPL-2.0 Group: System/Management URL: https://github.com/dmacvicar/terraform-provider-libvirt/ Source: %{name}-%{version}.tar.xz +Source1: vendor.tar.xz Source99: %{name}-rpmlintrc %if 0%{?suse_version} %{go_nostrip} @@ -33,7 +34,7 @@ BuildRequires: dh-golang BuildRequires: golang-go BuildRequires: libvirt-dev -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz-utils %else BuildRequires: libvirt-devel @@ -63,11 +64,10 @@ via Terraform. %prep -%setup -q +%setup -qa1 %build -export GO111MODULE=off -export GOPROXY=off +export GOFLAGS="-mod=vendor" %if 0%{?suse_version} %{goprep} github.com/dmacvicar/terraform-provider-libvirt %{gobuild} @@ -81,8 +81,7 @@ %endif %install -export GO111MODULE=off -export GOPROXY=off +export GOFLAGS="-mod=vendor" %if 0%{?suse_version} %{goinstall} rm -rf %{buildroot}/%{_libdir}/go/contrib ++++++ _service ++++++ --- /var/tmp/diff_new_pack.rRuTXd/_old 2021-10-16 22:48:11.644719921 +0200 +++ /var/tmp/diff_new_pack.rRuTXd/_new 2021-10-16 22:48:11.644719921 +0200 @@ -5,7 +5,7 @@ <param name="filename">terraform-provider-libvirt</param> <param name="versionformat">@PARENT_TAG@+git.%ct.%h</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v0.6.3</param> + <param name="revision">v0.6.11</param> <param name="exclude">.git</param> <param name="changesgenerate">enable</param> <param name="changesauthor">dmacvi...@suse.de</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.rRuTXd/_old 2021-10-16 22:48:11.660719935 +0200 +++ /var/tmp/diff_new_pack.rRuTXd/_new 2021-10-16 22:48:11.664719938 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/dmacvicar/terraform-provider-libvirt</param> - <param name="changesrevision">67f4f2aaa7958b3a179f63b7d2604deb824d675a</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">7074fe3c13e08a79f8d82d39aa7f163a88a7caa9</param></service></servicedata> \ No newline at end of file ++++++ terraform-provider-libvirt-0.6.3+git.1604843676.67f4f2aa.tar.xz -> terraform-provider-libvirt-0.6.11+git.1631460851.7074fe3c.tar.xz ++++++ /work/SRC/openSUSE:Factory/terraform-provider-libvirt/terraform-provider-libvirt-0.6.3+git.1604843676.67f4f2aa.tar.xz /work/SRC/openSUSE:Factory/.terraform-provider-libvirt.new.1890/terraform-provider-libvirt-0.6.11+git.1631460851.7074fe3c.tar.xz differ: char 13, line 1