Hello community,

here is the log from the commit of package umoci for openSUSE:Factory checked 
in at 2017-05-24 16:46:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/umoci (Old)
 and      /work/SRC/openSUSE:Factory/.umoci.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "umoci"

Wed May 24 16:46:41 2017 rev:4 rq:491568 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/umoci/umoci.changes      2017-04-13 
10:45:29.849800620 +0200
+++ /work/SRC/openSUSE:Factory/.umoci.new/umoci.changes 2017-05-24 
16:46:42.709440477 +0200
@@ -1,0 +2,6 @@
+Wed Apr 12 09:46:18 UTC 2017 - [email protected]
+
+- remove the go_arches macro because we are using go1.7 which
+  is available in all archs 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ umoci.spec ++++++
--- /var/tmp/diff_new_pack.Bjd55S/_old  2017-05-24 16:46:43.397343623 +0200
+++ /var/tmp/diff_new_pack.Bjd55S/_new  2017-05-24 16:46:43.401343060 +0200
@@ -17,9 +17,6 @@
 # nodebuginfo
 
 
-# Handle all Go arches.
-%{!?go_arches: %global go_arches %ix86 x86_64 aarch64 ppc64le}
-
 # Remove stripping of Go binaries.
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
@@ -36,13 +33,8 @@
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
-%ifarch %{go_arches}
 BuildRequires:  go >= 1.6
 BuildRequires:  go-go-md2man
-%else
-BuildRequires:  gcc6-go >= 6.1
-%endif
-BuildRequires:  fdupes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?is_opensuse}
 ExcludeArch:    s390x
@@ -75,20 +67,16 @@
 make VERSION="$VERSION" umoci
 
 # Build the docs if we have go-md2man.
-%ifarch %{go_arches}
 make doc
-%endif
 
 %install
 # Install the binary.
 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)"
 done
-%endif
 
 %fdupes %{buildroot}/%{_prefix}
 
@@ -100,8 +88,6 @@
 %defattr(-,root,root)
 %doc COPYING README.md man/*.md
 %{_bindir}/%{name}
-%ifarch %{go_arches}
 %{_mandir}/man1/umoci*
-%endif
 
 %changelog



Reply via email to