Accepting request 766131 from devel:kubic:ignition
- Do not use SSH keys fragments, those are not supported on openSUSE. [boo#1161265] OBS-URL: https://build.opensuse.org/request/show/766131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=11
This commit is contained in:
commit
e1765f4afd
@ -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>
|
Tue Jan 14 17:05:19 UTC 2020 - Ignaz Forster <iforster@suse.com>
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ applies the configuration.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i -e 's|go build -ldflags|go build -buildmode=pie -ldflags|g' 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
|
||||||
install -d %{buildroot}%{_prefix}/lib/dracut/modules.d/30ignition
|
install -d %{buildroot}%{_prefix}/lib/dracut/modules.d/30ignition
|
||||||
|
Loading…
Reference in New Issue
Block a user