Hello community,

here is the log from the commit of package skopeo for openSUSE:Factory checked 
in at 2018-04-05 15:28:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skopeo (Old)
 and      /work/SRC/openSUSE:Factory/.skopeo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skopeo"

Thu Apr  5 15:28:21 2018 rev:8 rq:593177 version:0.1.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/skopeo/skopeo.changes    2018-02-15 
13:23:15.212885931 +0100
+++ /work/SRC/openSUSE:Factory/.skopeo.new/skopeo.changes       2018-04-05 
15:28:25.671123794 +0200
@@ -1,0 +2,17 @@
+Tue Mar 27 12:14:12 UTC 2018 - vrothb...@suse.com
+
+- Run spec-cleaner on skopeo.spec
+
+- Enable ostree support on Tumbleweed, Leap 15 and SLE 15
+
+- Enable support for containers/storage, which is especially useful to further
+  support Podman and cri-o.
+
+- Update to skopeo v0.1.28:
+  * vendor: bump containers/image and containers/image
+  * Cleanup skopeo man page and README.md
+  * Use credentials from authfile for skopeo commands
+  * Update to a newer containers/storage master
+  * Add global --override-arch and --override-os options
+
+-------------------------------------------------------------------

Old:
----
  skopeo-0.1.26.tar.xz

New:
----
  skopeo-0.1.28.tar.xz

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

Other differences:
------------------
++++++ skopeo.spec ++++++
--- /var/tmp/diff_new_pack.hWhDNk/_old  2018-04-05 15:28:26.239103264 +0200
+++ /var/tmp/diff_new_pack.hWhDNk/_new  2018-04-05 15:28:26.243103120 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package skopeo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,37 +16,31 @@
 #
 # nodebuginfo
 
-# Don't enable ostree by default, as libostree is only available in tumbleweed.
-%bcond_with ostree
-# Don't enable storage by default, as it's not really widely used (and it's
-# also an _incredibly_ dodgy feature -- it effectively is used to hack around
-# Docker's graphdrivers).
-%bcond_with storage
 
+%if 0%{?suse_version} >= 1500
+# Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
+%define with_libostree 1
+%endif
 Name:           skopeo
-Version:        0.1.26
+Version:        0.1.28
 Release:        0
 Summary:        Container image repository tool
 License:        Apache-2.0
 Group:          System/Management
-Url:            https://github.com/projectatomic/skopeo
+URL:            https://github.com/projectatomic/skopeo
 Source:         %{name}-%{version}.tar.xz
-BuildRequires:  go >= 1.5
-BuildRequires:  go-go-md2man
-BuildRequires:  libgpgme-devel
-BuildRequires:  libcontainers-common
-# Required for containers/storage integration.
-%if 0%{with storage}
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  glib2-devel
+BuildRequires:  go >= 1.5
+BuildRequires:  go-go-md2man
 BuildRequires:  libbtrfs-devel >= 3.8
-%endif
-%if 0%{with ostree}
-BuildRequires:  libostree-devel
-%endif
+BuildRequires:  libcontainers-common
+BuildRequires:  libgpgme-devel
 Requires:       libcontainers-common
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:    s390
+%if 0%{?with_libostree}
+BuildRequires:  libostree-devel
+%endif
 
 %description
 skopeo is a command line utility for various operations on container images and
@@ -66,16 +60,13 @@
 %if 0%{?suse_version} <= 1320
        BUILDTAGS+=" libdm_no_deferred_remove"
 %endif
-%if ! 0%{with ostree}
+%if !0%{?with_libostree}
        BUILDTAGS+=" containers_image_ostree_stub"
 %endif
-%if ! 0%{with storage}
-       BUILDTAGS+=" containers_image_storage_stub"
-%endif
 
 # Build.
 go build -buildmode=pie -ldflags "-X main.gitCommit=" -gcflags "" -tags 
"$BUILDTAGS" -o skopeo github.com/projectatomic/skopeo/cmd/skopeo
-make docs
+make %{?_smp_mflags} docs
 
 %install
 # Install the binary.
@@ -86,7 +77,6 @@
 make MANINSTALLDIR="%{buildroot}/%{_mandir}" install-docs
 
 %files
-%defattr(-,root,root)
 %doc LICENSE README.md
 %{_bindir}/%{name}
 %{_mandir}/man1/skopeo.1*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hWhDNk/_old  2018-04-05 15:28:26.279101818 +0200
+++ /var/tmp/diff_new_pack.hWhDNk/_new  2018-04-05 15:28:26.279101818 +0200
@@ -3,8 +3,8 @@
     <param name="url">https://github.com/projectatomic/skopeo</param>
     <param name="scm">git</param>
     <param name="filename">skopeo</param>
-    <param name="versionformat">0.1.26</param>
-    <param name="revision">v0.1.26</param>
+    <param name="versionformat">0.1.28</param>
+    <param name="revision">v0.1.28</param>
     <param name="exclude">.git</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ skopeo-0.1.26.tar.xz -> skopeo-0.1.28.tar.xz ++++++
++++ 9523 lines of diff (skipped)


Reply via email to