0.13.0
This commit is contained in:
parent
ae64596bf1
commit
3f43d764f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/butane-0.11.0.tar.gz
|
||||
/butane-0.12.0.tar.gz
|
||||
/butane-0.12.1.tar.gz
|
||||
/butane-0.13.0.tar.gz
|
||||
|
24
butane.spec
24
butane.spec
@ -4,7 +4,7 @@
|
||||
# https://github.com/coreos/butane
|
||||
%global goipath github.com/coreos/butane
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
Version: 0.12.1
|
||||
Version: 0.13.0
|
||||
|
||||
%gometa
|
||||
|
||||
@ -35,15 +35,16 @@ Provides: bundled(golang(github.com/clarketm/json)) = 1.14.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/ignition/v2/config/merge)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3_experimental/types)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.9.1-0.20210429055457.git20d5d693f79a
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/merge)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3/types)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_4_experimental/types)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.11.0
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20210407161507.git4ee6c745c8bd
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20210407161507.git4ee6c745c8bd
|
||||
Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20210407161507.git4ee6c745c8bd
|
||||
@ -117,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 Jul 14 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.13.0-1
|
||||
- New release
|
||||
|
||||
* Thu Jun 10 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.12.1-1
|
||||
- New release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (butane-0.12.1.tar.gz) = 56aca93d789c6d2259d22519c9cad4c81374a2fbfc4a0ba349ffa6bb9cd105590d4672005a2a59a108bdca3d6e431dbd1705e0864f181a07b45eeeca89d4d04b
|
||||
SHA512 (butane-0.13.0.tar.gz) = d0f3c991b3a1d7df038f46e3084ad315e152ef3f58a757b110783363731a0342fbcf1efd5fcf79fe926f37998d83b2ff2afd6ce5daf07696022aaaa3365fea31
|
||||
|
Loading…
Reference in New Issue
Block a user