0.16.0
This commit is contained in:
parent
fd620fca3e
commit
7cc99dbf6f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/butane-0.13.1.tar.gz
|
||||
/butane-0.14.0.tar.gz
|
||||
/butane-0.15.0.tar.gz
|
||||
/butane-0.16.0.tar.gz
|
||||
|
33
butane.spec
33
butane.spec
@ -10,7 +10,7 @@
|
||||
# https://github.com/coreos/butane
|
||||
%global goipath github.com/coreos/butane
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
Version: 0.15.0
|
||||
Version: 0.16.0
|
||||
|
||||
%gometa
|
||||
|
||||
@ -22,11 +22,10 @@ configs for provisioning operating systems that use Ignition.}
|
||||
%global godocs docs README.md
|
||||
|
||||
Name: butane
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Butane config transpiler
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
|
||||
@ -37,10 +36,9 @@ Obsoletes: fedora-coreos-config-transpiler < 0.10.0-2
|
||||
Provides: fcct = %{version}-%{release}
|
||||
|
||||
# Generated by go-mods-to-bundled-provides.py
|
||||
Provides: bundled(golang(github.com/clarketm/json)) = 1.14.1
|
||||
Provides: bundled(golang(github.com/clarketm/json)) = 1.17.1
|
||||
Provides: bundled(golang(github.com/coreos/go-semver/semver)) = 0.3.0
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/unit)) = 0.0.0-20190321100706.git95778dfbb74e
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 0.0.0-20190321100706.git95778dfbb74e
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 22.4.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.14.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.14.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.14.0
|
||||
@ -51,15 +49,14 @@ Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.1
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.14.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4_experimental/types)) = 2.14.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.14.0
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20220603180515.git2076d8d16945
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20220603180515.git2076d8d16945
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20220603180515.git2076d8d16945
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20220603180515.git2076d8d16945
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20220603180515.git2076d8d16945
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/yaml)) = 0.0.0-20220603180515.git2076d8d16945
|
||||
Provides: bundled(golang(github.com/davecgh/go-spew/spew)) = 1.1.1
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20220810162454.git88bd546c634c
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20220810162454.git88bd546c634c
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20220810162454.git88bd546c634c
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-20220810162454.git88bd546c634c
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20220810162454.git88bd546c634c
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/yaml)) = 0.0.0-20220810162454.git88bd546c634c
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6-0.20210604193023.gitd5e0c0615ace
|
||||
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.7.0
|
||||
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.8.0
|
||||
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
|
||||
|
||||
@ -68,7 +65,7 @@ Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
|
||||
|
||||
%package redistributable
|
||||
Summary: Statically built Butane for Linux, macOS and Windows
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
BuildArch: noarch
|
||||
|
||||
# In case someone has this subpackage installed, obsolete the old name
|
||||
@ -145,6 +142,10 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad
|
||||
%{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static
|
||||
|
||||
%changelog
|
||||
* Fri Oct 14 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.16.0-1
|
||||
- New release
|
||||
- Switch License tags to SPDX
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (butane-0.15.0.tar.gz) = fab7f7f023b942cc4ac6d71d34867f9bc4a6cfade000f8f5bb8a740eac1ca383a38548f5e1b9b19a805088a3ea579c29a9ba5170ed5d3b3ba190d7d1743bc01d
|
||||
SHA512 (butane-0.16.0.tar.gz) = 5b6f71a8bcc6e7d99ebb70884275ee156b11a79d618828ea4c458cb844f2d5aa34df6d27adfcdbca9f6fe0e4a95a14eb41dcd47edb58bba5195eb96f98dc7f2e
|
||||
|
Loading…
Reference in New Issue
Block a user