forked from pool/ignition
- Copy binary to dracut module directory as required by
b11553f9e2
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=10
This commit is contained in:
parent
436d69878e
commit
1ab3241eee
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 17:36:58 UTC 2019 - Ignaz Forster <iforster@suse.com>
|
||||||
|
|
||||||
|
- Copy binary to dracut module directory as required by
|
||||||
|
https://github.com/coreos/ignition-dracut/commit/b11553f9e2b530fbbb5a2504bc72b364829c879c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 04 14:10:54 UTC 2019 - kukuk@suse.de
|
Mon Mar 04 14:10:54 UTC 2019 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -44,14 +44,16 @@ applies the configuration.
|
|||||||
env VERSION=%{version} bash -x ./build
|
env VERSION=%{version} bash -x ./build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
|
install -d %{buildroot}%{_prefix}/lib/dracut/modules.d
|
||||||
|
install -p -m 0755 bin/*/ignition %{buildroot}%{_prefix}/lib/dracut/modules.d
|
||||||
install -d -p %{buildroot}%{_bindir}
|
install -d -p %{buildroot}%{_bindir}
|
||||||
install -p -m 0755 bin/*/ignition %{buildroot}%{_bindir}
|
|
||||||
install -p -m 0755 bin/*/ignition-validate %{buildroot}%{_bindir}
|
install -p -m 0755 bin/*/ignition-validate %{buildroot}%{_bindir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md doc
|
%doc README.md doc
|
||||||
%{_bindir}/ignition
|
%{_prefix}/lib/dracut
|
||||||
%{_bindir}/ignition-validate
|
%{_bindir}/ignition-validate
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user