0.13.1
This commit is contained in:
parent
eba5e45f9f
commit
52d77de168
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/butane-0.12.0.tar.gz
|
||||
/butane-0.12.1.tar.gz
|
||||
/butane-0.13.0.tar.gz
|
||||
/butane-0.13.1.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
# https://github.com/coreos/butane
|
||||
%global goipath github.com/coreos/butane
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
Version: 0.13.0
|
||||
Version: 0.13.1
|
||||
|
||||
%gometa
|
||||
|
||||
@ -16,7 +16,7 @@ configs for provisioning operating systems that use Ignition.}
|
||||
%global godocs docs README.md NEWS
|
||||
|
||||
Name: butane
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Butane config transpiler
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -52,7 +52,7 @@ Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-2021040716150
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/validate)) = 0.0.0-20210407161507.git4ee6c745c8bd
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/yaml)) = 0.0.0-20210407161507.git4ee6c745c8bd
|
||||
Provides: bundled(golang(github.com/davecgh/go-spew/spew)) = 1.1.1
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.5
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6-0.20210604193023.gitd5e0c0615ace
|
||||
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.5.1
|
||||
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 0.0.0-20160330182126.git9a301d65acbb
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.0-20191010095647.gitfc94e3f71652
|
||||
@ -118,6 +118,9 @@ install -p -m 0644 ./butane-x86_64-pc-windows-gnu.exe %{buildroot}%{_datadir}/bu
|
||||
%{_datadir}/butane/butane-x86_64-pc-windows-gnu.exe
|
||||
|
||||
%changelog
|
||||
* Wed Aug 04 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.13.1-1
|
||||
- New release
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (butane-0.13.0.tar.gz) = d0f3c991b3a1d7df038f46e3084ad315e152ef3f58a757b110783363731a0342fbcf1efd5fcf79fe926f37998d83b2ff2afd6ce5daf07696022aaaa3365fea31
|
||||
SHA512 (butane-0.13.1.tar.gz) = 95889ef7a66d8aee29b7dcc724ae818d963967a97ce86de8310ceb09c7d7adbf08b612542bef6c12cb742b48ed668144fbd38603f785c954a8225d9be510e596
|
||||
|
Loading…
Reference in New Issue
Block a user