From dfcc16d250ae628c4fc1a7a98c4e8200c2741b63 Mon Sep 17 00:00:00 2001 From: Fabiano FidĂȘncio Date: Jan 17 2020 13:47:01 +0000 Subject: Remove nsdax binary after its usage This is a workaround till issue[0] is fixed, released and packaged. [0]: https://github.com/kata-containers/osbuilder/issues/394 Related: rhbz#1792216 Signed-off-by: Fabiano FidĂȘncio --- diff --git a/fedora-kata-osbuilder.sh b/fedora-kata-osbuilder.sh index af7aec7..7701f0b 100755 --- a/fedora-kata-osbuilder.sh +++ b/fedora-kata-osbuilder.sh @@ -40,6 +40,10 @@ cat ${TARGET_INITRD} | \ # Build the FS image ./image-builder/image_builder.sh -o ${TARGET_IMAGE} ${DRACUT_ROOTFS} +# This is a workaround till issue[0] is fixed, released and packaged. +# [0]: https://github.com/kata-containers/osbuilder/issues/394 +rm image-builder/nsdax + # Move images into place cd /usr/share/kata-containers # This is dangerous, but not sure what else to do... diff --git a/kata-osbuilder.spec b/kata-osbuilder.spec index c52a495..7444087 100644 --- a/kata-osbuilder.spec +++ b/kata-osbuilder.spec @@ -19,7 +19,7 @@ Name: kata-osbuilder Version: %{tag} -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Summary: Kata guest initrd and image build scripts URL: %{git0} @@ -151,6 +151,9 @@ fi %changelog +* Fri Jan 17 2020 Fabiano FidĂȘncio - 1.9.1-2 +- Remove unneeded nsdax binary file - rhbz#1792216 + * Fri Nov 29 2019 Christophe de Dinechin - 1.9.1-1 - Udpate to 1.9.1