Accepting request 1063398 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1063398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rootlesskit?expand=0&rev=4
This commit is contained in:
commit
ac72508b9c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 5 23:41:04 UTC 2023 - Takashi Tamura <tamuratak.9876@gmail.com>
|
||||
|
||||
- Install rootlesskit-docker-proxy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 24 16:43:43 UTC 2022 - andrea.manzini@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rootlesskit
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -46,16 +46,19 @@ the real root on the host from potential container-breakout attacks.
|
||||
%build
|
||||
go build -mod=vendor -buildmode=pie -o _output/rootlesskit %{provider_prefix}/cmd/rootlesskit
|
||||
go build -mod=vendor -buildmode=pie -o _output/rootlessctl %{provider_prefix}/cmd/rootlessctl
|
||||
go build -mod=vendor -buildmode=pie -o _output/rootlesskit-docker-proxy %{provider_prefix}/cmd/rootlesskit-docker-proxy
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}/
|
||||
install -m 0755 _output/rootlesskit %{buildroot}%{_bindir}/rootlesskit
|
||||
install -m 0755 _output/rootlessctl %{buildroot}%{_bindir}/rootlessctl
|
||||
install -m 0755 _output/rootlesskit-docker-proxy %{buildroot}%{_bindir}/rootlesskit-docker-proxy
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md docs/*.md
|
||||
%{_bindir}/rootlesskit
|
||||
%{_bindir}/rootlessctl
|
||||
%{_bindir}/rootlesskit-docker-proxy
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user