Accepting request 455359 from home:jengelh:branches:Virtualization:containers

factory review result

OBS-URL: https://build.opensuse.org/request/show/455359
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=7
This commit is contained in:
2017-02-10 18:03:48 +00:00
committed by Git OBS Bridge
parent dc3cba615b
commit 1e16d7ae61
2 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 7 22:25:56 UTC 2017 - jengelh@inai.de
- Trim irrelevant parts from description.
Replace %__macros by their simpler commands.
fdupes should respect partition boundaries.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 6 17:06:05 UTC 2017 - asarai@suse.com Mon Feb 6 17:06:05 UTC 2017 - asarai@suse.com

View File

@@ -48,11 +48,8 @@ ExcludeArch: s390x
%description %description
umoci modifies Open Container images. umoci modifies Open Container images.
umoci intends to be a complete manipulation tool for OCI images. In particular, umoci is a manipulation tool for OCI images. In particular, it is an
it should be seen as a more end-user-focused version of the oci-image-tools alternative to oci-image-tools provided by the OCI.
provided by the OCI. The hope is that all of this tooling will eventually be
merged with the upstream repository, so that it is always kept up-to-date by
the Open Container Initiative community.
%prep %prep
%setup -q %setup -q
@@ -81,16 +78,16 @@ make doc
%install %install
# Install the binary. # Install the binary.
%{__install} -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}" install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}"
# Install all of the docs. # Install all of the docs.
%ifarch %{go_arches} %ifarch %{go_arches}
for file in man/*.1; do for file in man/*.1; do
%{__install} -D -m 0644 $file "%{buildroot}/%{_mandir}/man1/$(basename $file)" install -D -m 0644 $file "%{buildroot}/%{_mandir}/man1/$(basename $file)"
done done
%endif %endif
%fdupes %{buildroot} %fdupes %{buildroot}/%{_prefix}
%check %check
export GOPATH=$HOME/go export GOPATH=$HOME/go