From 99372b0ca013eed5f83ba226e8044442f23fc30d Mon Sep 17 00:00:00 2001 From: Allen Bai Date: Jul 10 2019 20:00:23 +0000 Subject: Bump to 2fcf441 * 2fcf441 Add support to xz-compressed images * 03a8be4 readme: fix stale links and instructions * 77d4d03 installer: add some more logging statements * e52c0a5 parse-coreos: persist ipv6.disable --- diff --git a/.gitignore b/.gitignore index 32b5109..0b34d19 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /coreos-installer-d3fc540.tar.gz /coreos-installer-20cdfff.tar.gz /coreos-installer-0e6979c.tar.gz +/coreos-installer-2fcf441.tar.gz diff --git a/coreos-installer.spec b/coreos-installer.spec index bd09a01..c282eea 100644 --- a/coreos-installer.spec +++ b/coreos-installer.spec @@ -1,7 +1,7 @@ %global dracutlibdir %{_prefix}/lib/dracut # https://github.com/coreos/coreos-installer -%global commit 0e6979c426f26676ac0ca88a4175f53c2a9d7683 +%global commit 2fcf4418f4292c50485cae621c0223729d592d2e %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: coreos-installer