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