From 6100c02da37d17dedb4fef7f595bc4cde7dc00b5a22152991f0132fcb5c8eaa1 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Wed, 20 Nov 2019 11:07:23 +0000 Subject: [PATCH] - Update to version 2.0.1+git20191112.a924dd7: * tests: remove unused partitions, dead code * internal,tests: abolish syscall package * vendor: include golang.org/x/sys/unix * providers: add ibmcloud - turn off SELinux by default OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=32 --- _servicedata | 2 +- ignition-2.0.1+git20191106.809f44a.tar.xz | 3 --- ignition-2.0.1+git20191112.a924dd7.tar.xz | 3 +++ ignition.changes | 10 ++++++++++ ignition.spec | 6 +++--- 5 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 ignition-2.0.1+git20191106.809f44a.tar.xz create mode 100644 ignition-2.0.1+git20191112.a924dd7.tar.xz diff --git a/_servicedata b/_servicedata index cee1cb0..8a55180 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/coreos/ignition.git - 809f44aed2102b489ef19ad9631eb55fb9f84539 + a924dd7d11685a30bf79f20ce9fc3ca93860f032 \ No newline at end of file diff --git a/ignition-2.0.1+git20191106.809f44a.tar.xz b/ignition-2.0.1+git20191106.809f44a.tar.xz deleted file mode 100644 index e6c62e5..0000000 --- a/ignition-2.0.1+git20191106.809f44a.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8f82738ef3c18c31fa468e3701c1daeb6af4275cd8b58bbbcdaa7b5654c1ae5 -size 600192 diff --git a/ignition-2.0.1+git20191112.a924dd7.tar.xz b/ignition-2.0.1+git20191112.a924dd7.tar.xz new file mode 100644 index 0000000..ecec546 --- /dev/null +++ b/ignition-2.0.1+git20191112.a924dd7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d682813e6241904eea616b0ad738ec37afd4c5fb23182ae37336a4d8aa56f8 +size 819228 diff --git a/ignition.changes b/ignition.changes index d2f8437..687f81a 100644 --- a/ignition.changes +++ b/ignition.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 20 10:29:29 UTC 2019 - iforster@suse.de + +- Update to version 2.0.1+git20191112.a924dd7: + * tests: remove unused partitions, dead code + * internal,tests: abolish syscall package + * vendor: include golang.org/x/sys/unix + * providers: add ibmcloud +- turn off SELinux by default + ------------------------------------------------------------------- Thu Nov 07 17:45:13 UTC 2019 - kukuk@suse.de diff --git a/ignition.spec b/ignition.spec index 8b6c0aa..2c2b167 100644 --- a/ignition.spec +++ b/ignition.spec @@ -1,7 +1,7 @@ # # spec file for package ignition # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ignition -Version: 2.0.1+git20191106.809f44a +Version: 2.0.1+git20191112.a924dd7 Release: 0 Summary: First boot installer and configuration tool License: Apache-2.0 @@ -43,7 +43,7 @@ applies the configuration. %build sed -i -e 's|go build -ldflags|go build -buildmode=pie -ldflags|g' build -env VERSION=%{version} bash -x ./build +env VERSION=%{version} GLDFLAGS='-X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=false ' bash -x ./build %install install -d %{buildroot}%{_prefix}/lib/dracut/modules.d/30ignition