forked from pool/ignition
- 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
This commit is contained in:
parent
b92998c6fe
commit
a7602e9b10
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 16:25:25 UTC 2020 - Ignaz Forster <iforster@suse.com>
|
||||
|
||||
- Do not use SSH keys fragments, those are not supported by
|
||||
openSUSE. [boo#1161265]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 17:05:19 UTC 2020 - Ignaz Forster <iforster@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user