* Added runC man pages.
* Recommended criu, since it's required for the checkpoint and restore functionality. OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=4
This commit is contained in:
parent
b67aa431ac
commit
723532a2f2
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 27 14:50:32 UTC 2016 - asarai@suse.de
|
||||||
|
|
||||||
|
* Added runC man pages.
|
||||||
|
* Recommended criu, since it's required for the checkpoint and restore
|
||||||
|
functionality.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 27 10:14:32 UTC 2016 - asarai@suse.de
|
Sun Mar 27 10:14:32 UTC 2016 - asarai@suse.de
|
||||||
|
|
||||||
|
16
runc.spec
16
runc.spec
@ -37,12 +37,14 @@ Source: %{name}-%{version}.tar.xz
|
|||||||
Patch0: seccomp-use-pkg-config.patch
|
Patch0: seccomp-use-pkg-config.patch
|
||||||
%ifarch %go_arches
|
%ifarch %go_arches
|
||||||
BuildRequires: go >= 1.5
|
BuildRequires: go >= 1.5
|
||||||
|
BuildRequires: go-go-md2man
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc5-go >= 5.0
|
BuildRequires: gcc5-go >= 5.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libapparmor-devel
|
BuildRequires: libapparmor-devel
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
Recommends: criu
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -73,9 +75,19 @@ export BUILDTAGS="$BUILDTAGS seccomp"
|
|||||||
# Build runc.
|
# Build runc.
|
||||||
%go_tool build %GO_BUILD_FLAGS -tags "$BUILDTAGS" -x -o %{name}-%{version} github.com/opencontainers/%{name}
|
%go_tool build %GO_BUILD_FLAGS -tags "$BUILDTAGS" -x -o %{name}-%{version} github.com/opencontainers/%{name}
|
||||||
|
|
||||||
|
# Build man pages, this can only be done on arches where we can build go-md2man.
|
||||||
|
%ifarch %go_arches
|
||||||
|
man/md2man-all.sh
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__install} -D -m755 %{name}-%{version} %{buildroot}/%{_bindir}/%{name}
|
%{__install} -D -m755 %{name}-%{version} %{buildroot}/%{_bindir}/%{name}
|
||||||
|
|
||||||
|
%ifarch %go_arches
|
||||||
|
%{__install} -d -m755 %{buildroot}%{_mandir}/man8
|
||||||
|
%{__install} -m644 man/man8/runc*.8 %{buildroot}%{_mandir}/man8
|
||||||
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
@ -84,3 +96,7 @@ export BUILDTAGS="$BUILDTAGS seccomp"
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.md LICENSE
|
%doc README.md LICENSE
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
|
%ifarch %go_arches
|
||||||
|
%{_mandir}/man8/runc*.8.gz
|
||||||
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user