From 1e16d7ae618229c9db6ca7290fb78e8a408412c0bddda7a626ecd40b118bd9ed Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Fri, 10 Feb 2017 18:03:48 +0000 Subject: [PATCH] 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 --- umoci.changes | 7 +++++++ umoci.spec | 13 +++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/umoci.changes b/umoci.changes index 89bec33..e1ee5f9 100644 --- a/umoci.changes +++ b/umoci.changes @@ -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 diff --git a/umoci.spec b/umoci.spec index c4db4dc..5729884 100644 --- a/umoci.spec +++ b/umoci.spec @@ -48,11 +48,8 @@ ExcludeArch: s390x %description umoci modifies Open Container images. -umoci intends to be a complete manipulation tool for OCI images. In particular, -it should be seen as a more end-user-focused version of the oci-image-tools -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. +umoci is a manipulation tool for OCI images. In particular, it is an +alternative to oci-image-tools provided by the OCI. %prep %setup -q @@ -81,16 +78,16 @@ make doc %install # Install the binary. -%{__install} -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}" +install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}" # Install all of the docs. %ifarch %{go_arches} 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 %endif -%fdupes %{buildroot} +%fdupes %{buildroot}/%{_prefix} %check export GOPATH=$HOME/go