#72 release: Ignition v2.8.1
Merged 3 years ago by bgilbert. Opened 3 years ago by sohank2602.
rpms/ sohank2602/ignition ignition-v2.8.1  into  master

file modified
+1
@@ -50,3 +50,4 @@ 

  /ignition-947598e.tar.gz

  /ignition-5be43fd.tar.gz

  /ignition-db4d30d.tar.gz

+ /ignition-c733d23.tar.gz

file modified
+5 -2
@@ -49,7 +49,7 @@ 

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

  %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}

  %global import_path     %{provider_prefix}/v2

- %global commit          db4d30d079fd663d0f4c6d59c6fae00ffa268093

+ %global commit          c733d23c71fa64722129e8946db49c58cfdea286

  %global shortcommit     %(c=%{commit}; echo ${c:0:7})

  # define ldflags, buildflags, testflags here. The ldflags were

  # taken from ./build. We will need to periodically check these
@@ -60,7 +60,7 @@ 

  %global dracutlibdir %{_prefix}/lib/dracut

  

  Name:           ignition

- Version:        2.8.0

+ Version:        2.8.1

  Release:        1.git%{shortcommit}%{?dist}

  Summary:        First boot installer and configuration tool

  License:        ASL 2.0
@@ -606,6 +606,9 @@ 

  %endif

  

  %changelog

+ * Thu Dec 03 2020 Sohan Kunkerkar <skunkerk@redhat.com> - 2.8.1-1.gitc733d23

+ - New release

+ 

  * Wed Nov 25 2020 Sohan Kunkerkar <skunkerk@redhat.com> - 2.8.0-1.gitdb4d30d

  - New release

  

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

- SHA512 (ignition-db4d30d.tar.gz) = b658267975c1163db15a6973a9840a5f4fb8ad81e476f8b5d3a0c0d93aa414429b06fb06b9c8aa644c971051b1f050c33241018e38e41894a6223f49b0c796bc

+ SHA512 (ignition-c733d23.tar.gz) = 8057768ac13983c4a0f1b6edf6f230deb26547aa4d46ea36a4dc8d33a66e1f6de85c5b195077dfc4165e884d307a8c14f1104602d32372cffb825f7d1d89414b

I'd need some help to update the sources file.

Build failed.

Hi, you'll need fedpkg to run fedpkg new-sources. See https://fedoraproject.org/wiki/Package_maintenance_guide

Yeah, you're right. But I'm not in the Packager group, so even if I run that command, I wouldn't be able to update the sources file.

I've uploaded the tarball. Diff:

diff --git a/.gitignore b/.gitignore
index f9c3e39..49e473f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@
 /ignition-947598e.tar.gz
 /ignition-5be43fd.tar.gz
 /ignition-db4d30d.tar.gz
+/ignition-c733d23.tar.gz
diff --git a/sources b/sources
index 094adca..ebe75d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ignition-db4d30d.tar.gz) = b658267975c1163db15a6973a9840a5f4fb8ad81e476f8b5d3a0c0d93aa414429b06fb06b9c8aa644c971051b1f050c33241018e38e41894a6223f49b0c796bc
+SHA512 (ignition-c733d23.tar.gz) = 8057768ac13983c4a0f1b6edf6f230deb26547aa4d46ea36a4dc8d33a66e1f6de85c5b195077dfc4165e884d307a8c14f1104602d32372cffb825f7d1d89414b

rebased onto 95869835f3712a5ce0040e4f85db702cc7acd9c2

3 years ago

rebased onto d194305

3 years ago

Build succeeded.

Pull-Request has been merged by bgilbert

3 years ago