Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package skopeo for openSUSE:Factory checked 
in at 2021-06-05 23:30:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skopeo (Old)
 and      /work/SRC/openSUSE:Factory/.skopeo.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skopeo"

Sat Jun  5 23:30:26 2021 rev:19 rq:896369 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/skopeo/skopeo.changes    2021-01-26 
14:44:50.187263271 +0100
+++ /work/SRC/openSUSE:Factory/.skopeo.new.1898/skopeo.changes  2021-06-05 
23:30:45.040356438 +0200
@@ -1,0 +2,13 @@
+Wed May 19 18:04:11 UTC 2021 - r...@fthiessen.de
+
+- Update to version 1.2.3:
+  * Fix for login / logout registry argument
+  * Upgrade dsnet/compress to avoid vulnerable xz version
+  * Enable 'OptimizeDestinationImageAlreadyExists' feature
+  * 020-copy.bats: check that we set the manifest type correctly
+  * Set User-Agent to skopeo/$VERSION
+  * Rebase against master and improve comment about gpgme-config
+  * Fix Makefile to handle PREFIX correctly
+- Add bash-completion package
+
+-------------------------------------------------------------------

Old:
----
  skopeo-1.2.1.tar.xz

New:
----
  skopeo-1.2.3.tar.xz

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

Other differences:
------------------
++++++ skopeo.spec ++++++
--- /var/tmp/diff_new_pack.yowe3o/_old  2021-06-05 23:30:45.488357217 +0200
+++ /var/tmp/diff_new_pack.yowe3o/_new  2021-06-05 23:30:45.488357217 +0200
@@ -24,7 +24,7 @@
 %define with_libostree 1
 %endif
 Name:           skopeo
-Version:        1.2.1
+Version:        1.2.3
 Release:        0
 Summary:        Container image repository tool
 License:        Apache-2.0
@@ -33,6 +33,7 @@
 Source:         %{name}-%{version}.tar.xz
 Source1:        skopeo.rpmlintrc
 Requires:       libcontainers-common
+BuildRequires:  bash
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  glib2-devel
 BuildRequires:  go-go-md2man
@@ -51,8 +52,16 @@
 and fetch images layers. skopeo can copy container images between various
 storage mechanisms.
 
+%package bash-completion
+Summary:        Bash completion for skopeo
+
+%description bash-completion
+This package contains the bash completion for skopeo.
+
 %prep
 %setup -q
+# No shbang for completions
+sed -i 's|#! /bin/bash|# bash completion for skopeo|' completions/bash/skopeo
 
 %build
 mkdir -p .gopath/src/github.com/containers
@@ -73,14 +82,13 @@
 
 # Build.
 GO111MODULE=on go build -mod=vendor "-buildmode=pie" -ldflags "-X 
main.gitCommit=" -gcflags "" -tags "$BUILDTAGS" -o skopeo %{project}/cmd/skopeo
-make %{?_smp_mflags} docs
+make %{?_smp_mflags} docs PREFIX=%{_prefix}
 
 %install
-# Install the binary.
-make INSTALLDIR="%{buildroot}/%{_bindir}" install-binary
-
-# Install the docs.
-make MANINSTALLDIR="%{buildroot}/%{_mandir}" install-docs
+%make_install PREFIX=%{_prefix}
+# Drop unneeded files
+rm -rv %{buildroot}/etc/containers
+rm -rv %{buildroot}/policy.json
 
 %files
 %doc README.md
@@ -88,4 +96,7 @@
 %{_bindir}/%{name}
 %{_mandir}/man1/skopeo*.1*
 
+%files bash-completion
+%{_datadir}/bash-completion/completions/*
+
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yowe3o/_old  2021-06-05 23:30:45.516357266 +0200
+++ /var/tmp/diff_new_pack.yowe3o/_new  2021-06-05 23:30:45.516357266 +0200
@@ -5,7 +5,7 @@
     <param name="filename">skopeo</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">v1.2.1</param>
+    <param name="revision">v1.2.3</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.yowe3o/_old  2021-06-05 23:30:45.532357293 +0200
+++ /var/tmp/diff_new_pack.yowe3o/_new  2021-06-05 23:30:45.532357293 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/containers/skopeo</param>
-              <param 
name="changesrevision">bdb117ded6d37f0a6b0a2e28ba3213c20264ab43</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">f15564f705d353835cdc0f69f7df92168b7d6667</param></service></servicedata>
\ No newline at end of file

++++++ skopeo-1.2.1.tar.xz -> skopeo-1.2.3.tar.xz ++++++
++++ 138047 lines of diff (skipped)

++++++ skopeo.rpmlintrc ++++++
--- /var/tmp/diff_new_pack.yowe3o/_old  2021-06-05 23:30:46.740359394 +0200
+++ /var/tmp/diff_new_pack.yowe3o/_new  2021-06-05 23:30:46.740359394 +0200
@@ -1,2 +1,4 @@
 # rpm cannot find the libcontainers-common dependency
 addFilter ("^skopeo.* W: explicit-lib-dependency libcontainers-common")
+# same package but on OBS not SLE OBS
+addFilter ("E: SUSE_Backports_policy-SLE_conflict")

Reply via email to