0.17.0
This commit is contained in:
parent
a1e141ae0b
commit
38a0777874
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/butane-0.14.0.tar.gz
|
||||
/butane-0.15.0.tar.gz
|
||||
/butane-0.16.0.tar.gz
|
||||
/butane-0.17.0.tar.gz
|
||||
|
@ -10,7 +10,7 @@
|
||||
# https://github.com/coreos/butane
|
||||
%global goipath github.com/coreos/butane
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
Version: 0.16.0
|
||||
Version: 0.17.0
|
||||
|
||||
%gometa
|
||||
|
||||
@ -38,7 +38,7 @@ Provides: fcct = %{version}-%{release}
|
||||
# Generated by go-mods-to-bundled-provides.py
|
||||
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/v22/unit)) = 22.4.0
|
||||
Provides: bundled(golang(github.com/coreos/go-systemd/v22/unit)) = 22.5.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
|
||||
@ -56,7 +56,7 @@ Provides: bundled(golang(github.com/coreos/vcontext/tree)) = 0.0.0-2022081016245
|
||||
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.8.0
|
||||
Provides: bundled(golang(github.com/stretchr/testify/assert)) = 1.8.1
|
||||
Provides: bundled(golang(github.com/vincent-petithory/dataurl)) = 1.0.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
|
||||
|
||||
@ -142,6 +142,9 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad
|
||||
%{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static
|
||||
|
||||
%changelog
|
||||
* Wed Jan 4 2023 Sohan Kunkerkar <skunkerk@redhat.com> - 0.17.0-1
|
||||
- New release
|
||||
|
||||
* Fri Oct 14 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.16.0-1
|
||||
- New release
|
||||
- Switch License tags to SPDX
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (butane-0.16.0.tar.gz) = 5b6f71a8bcc6e7d99ebb70884275ee156b11a79d618828ea4c458cb844f2d5aa34df6d27adfcdbca9f6fe0e4a95a14eb41dcd47edb58bba5195eb96f98dc7f2e
|
||||
SHA512 (butane-0.17.0.tar.gz) = f30359e78c80927c1b8a95e973b2243df2bc86601f5841556afcebce432ce48c2751be2f65913c9c6b8ac82ab38fc7f28cf1170560fc529037daad4384a061f9
|
||||
|
Loading…
Reference in New Issue
Block a user