From a7602e9b10f49a094295065d66114385ccde7889ca27b26af9856e579bfca418 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Tue, 21 Jan 2020 17:55:37 +0000 Subject: [PATCH] - Do not use SSH keys fragments, those are not supported by openSUSE. [boo#1161265] OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=40 --- ignition.changes | 6 ++++++ ignition.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ignition.changes b/ignition.changes index c8ea0e1..3ab290a 100644 --- a/ignition.changes +++ b/ignition.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 21 16:25:25 UTC 2020 - Ignaz Forster + +- Do not use SSH keys fragments, those are not supported by + openSUSE. [boo#1161265] + ------------------------------------------------------------------- Tue Jan 14 17:05:19 UTC 2020 - Ignaz Forster diff --git a/ignition.spec b/ignition.spec index 14a8a1c..0a95a8a 100644 --- a/ignition.spec +++ b/ignition.spec @@ -47,7 +47,7 @@ applies the configuration. %build sed -i -e 's|go build -ldflags|go build -buildmode=pie -ldflags|g' build -env VERSION=%{version} GLDFLAGS='-X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=false ' bash -x ./build +env VERSION=%{version} GLDFLAGS='-X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=false -X github.com/coreos/ignition/v2/internal/distro.writeAuthorizedKeysFragment=false ' bash -x ./build %install install -d %{buildroot}%{_prefix}/lib/dracut/modules.d/30ignition