Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package butane for openSUSE:Factory checked in at 2022-03-17 17:02:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/butane (Old) and /work/SRC/openSUSE:Factory/.butane.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "butane" Thu Mar 17 17:02:15 2022 rev:2 rq:962476 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/butane/butane.changes 2021-04-14 10:11:37.953559894 +0200 +++ /work/SRC/openSUSE:Factory/.butane.new.25692/butane.changes 2022-03-17 17:02:58.293753002 +0100 @@ -1,0 +2,10 @@ +Thu Mar 17 13:45:39 UTC 2022 - Thorsten Kukuk <[email protected]> + +- Update to version 0.14.0 + - Correctly fail on validation warnings if --strict is specified + - Drop support for Go 1.13 and 1.14 + - Support none filesystem format + - Fix incorrect config paths in validation reports on 386 architecture +- Drop obsolete butane-0.11.0-fix-vcontext-report-copy.patch + +------------------------------------------------------------------- Old: ---- butane-0.11.0-fix-vcontext-report-copy.patch butane-0.11.0.tar.gz New: ---- butane-0.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ butane.spec ++++++ --- /var/tmp/diff_new_pack.DGYljw/_old 2022-03-17 17:02:58.749753351 +0100 +++ /var/tmp/diff_new_pack.DGYljw/_new 2022-03-17 17:02:58.757753356 +0100 @@ -1,6 +1,7 @@ # # spec file for package butane # +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2021 Neal Gompa. # # All modifications and additions to the file contributed by third parties @@ -17,45 +18,37 @@ Name: butane -Version: 0.11.0 +Version: 0.14.0 Release: 0 Summary: Tool to generate Ignition configs from Butane Configs Group: System/Management License: Apache-2.0 URL: https://github.com/coreos/butane Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -# Fix test failure on 32-bit -# https://github.com/coreos/vcontext/pull/14 -Patch0: butane-0.11.0-fix-vcontext-report-copy.patch -BuildRequires: golang(API) >= 1.12 +BuildRequires: golang(API) >= 1.15 # Upgrade from old fcct/ignition-config-transpiler Obsoletes: ignition-config-transpiler < %{version}-%{release} Provides: ignition-config-transpiler = %{version}-%{release} Provides: ignition-config-transpiler%{?_isa} = %{version}-%{release} - %description Butane translates human-readable Butane Configs into machine-readable Ignition configs for provisioning operating systems that use Ignition. - %prep %autosetup -p1 - %build go build -mod=vendor -buildmode=pie -ldflags "-X github.com/coreos/butane/internal/version.Raw=%{version}" -a -v -x -o ./butane internal/main.go - %install install -d -p %{buildroot}%{_bindir} install -p -m 0755 ./butane %{buildroot}%{_bindir} ln -s butane %{buildroot}%{_bindir}/ignition-config-transpiler ln -s butane %{buildroot}%{_bindir}/fcct - %files %license LICENSE %doc docs README.md NEWS @@ -63,5 +56,4 @@ %{_bindir}/ignition-config-transpiler %{_bindir}/fcct - %changelog ++++++ butane-0.11.0.tar.gz -> butane-0.14.0.tar.gz ++++++ ++++ 47898 lines of diff (skipped)
