#1 Bump to 79f52ee
Merged 5 years ago by dustymabe. Opened 5 years ago by dustymabe.
rpms/ dustymabe/coreos-installer dusty  into  master

file modified
+1
@@ -1,2 +1,3 @@ 

  /coreos-installer-081d4be.tar.gz

  /coreos-installer-d983b20.tar.gz

+ /coreos-installer-79f52ee.tar.gz

file modified
+7 -2
@@ -1,12 +1,12 @@ 

  %global dracutlibdir    %{_prefix}/lib/dracut

  

  # https://github.com/coreos/coreos-installer

- %global commit          d983b20195a6f18e473f24225625e27560d5f7c3

+ %global commit          79f52ee5248525a488c238df732d1d90fb035bef

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

  

  Name:      coreos-installer

  Version:   0

- Release:   2.git%{shortcommit}%{?dist}

+ Release:   3.git%{shortcommit}%{?dist}

  Summary:   Installer for CoreOS style systems

  License:   GPLv3

  URL:       https://github.com/coreos/%{name}
@@ -75,6 +75,11 @@ 

  ############## end dracut subpackage ##############

  

  %changelog

+ * Mon Mar 25 2019 Dusty Mabe <dusty@dustymabe.com> - 0-3.git79f52ee

+ - Bump to 79f52ee

+     * persist dracut networking kcmdline opts to firstboot

+     * dracut: fix logic error in parse-coreos.sh

+ 

  * Mon Feb 18 2019 Dusty Mabe <dusty@dustymabe.com> - 0-2.gitd983b20

  - Bump to d983b20

      * installer: use ps instead of pidof

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

- SHA512 (coreos-installer-d983b20.tar.gz) = b382872ee83a643a0f73002ae8871640d642de7e40b3c80fa5f5e57211d2df758050d8565ab3a7d6ec91025c5bcbf968dec521d2e80f7b7e154b883529afbbba

+ SHA512 (coreos-installer-79f52ee.tar.gz) = 05572f9491d7c8c25b87852be5da7d4779c8b694eb939437c9a25aaf851fe7cf4e5abdc82466df8c0305f4bce960bd18f999daeba9ff45c6439848c712769163

  • persist dracut networking kcmdline opts to firstboot
  • dracut: fix logic error in parse-coreos.sh

Pull-Request has been merged by dustymabe

5 years ago