#5 0.7.0
Merged 3 years ago by slowrie. Opened 3 years ago by slowrie.
rpms/ slowrie/fedora-coreos-config-transpiler v070  into  master

0.7.0
Stephen Lowrie • 3 years ago  
file modified
+1
@@ -1,2 +1,3 @@ 

  /fcct-0.5.0.tar.gz

  /fcct-0.6.0.tar.gz

+ /fcct-0.7.0.tar.gz

@@ -4,7 +4,7 @@ 

  

  # https://github.com/coreos/fcct

  %global goipath         github.com/coreos/fcct

- Version:                0.6.0

+ Version:                0.7.0

  

  %gometa

  
@@ -16,7 +16,7 @@ 

  %global godocs          docs README.md NEWS

  

  Name:           fedora-coreos-config-transpiler

- Release:        2%{?dist}

+ Release:        1%{?dist}

  Summary:        Fedora CoreOS Config Transpiler (FCCT)

  

  # Upstream license specification: Apache-2.0
@@ -32,13 +32,14 @@ 

  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/shared/errors)) = 2.3.0

- Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.3.0

- Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.3.0

- Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.3.0

- Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.3.0

- Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2_experimental/types)) = 2.3.0

- Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.3.0

+ Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/errors)) = 2.7.0

+ Provides: bundled(golang(github.com/coreos/ignition/v2/config/shared/validations)) = 2.7.0

+ Provides: bundled(golang(github.com/coreos/ignition/v2/config/util)) = 2.7.0

+ Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_0/types)) = 2.7.0

+ Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_1/types)) = 2.7.0

+ Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_2/types)) = 2.7.0

+ Provides: bundled(golang(github.com/coreos/ignition/v2/config/v3_3_experimental/types)) = 2.7.0

+ Provides: bundled(golang(github.com/coreos/ignition/v2/config/validate)) = 2.7.0

  Provides: bundled(golang(github.com/coreos/vcontext/json)) = 0.0.0-20191017033345.git260217907eb5

  Provides: bundled(golang(github.com/coreos/vcontext/path)) = 0.0.0-20191017033345.git260217907eb5

  Provides: bundled(golang(github.com/coreos/vcontext/report)) = 0.0.0-20191017033345.git260217907eb5
@@ -47,7 +48,7 @@ 

  Provides: bundled(golang(github.com/coreos/vcontext/yaml)) = 0.0.0-20191017033345.git260217907eb5

  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/stretchr/testify/assert)) = 1.3.0

+ 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

  
@@ -117,6 +118,9 @@ 

  %{_datadir}/fcct/fcct-x86_64-pc-windows-gnu.exe

  

  %changelog

+ * Fri Oct 23 2020 Stephen Lowrie <slowrie@redhat.com> - 0.7.0-1

+ - New release

+ 

  * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (fcct-0.6.0.tar.gz) = 26e5a178af09eaa94f70d58b047c6603077dfea7bf47ff1c5deb3e57a8733ea986e86b63c01f570a1ab784dbb188cb5a16293a079f798b869ebbe35fba9996b7

+ SHA512 (fcct-0.7.0.tar.gz) = d52d0f48877b20fa537c65053e07e4696893cf9b83943c16113d9d8b344d773cef1a28143c00461bc1428640759c30c51df017de2ef9e5717317df11eb47d33d

no initial comment

Pull-Request has been merged by slowrie

3 years ago