commit libcontainers-common for openSUSE:Factory

2020-10-18 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-10-18 16:18:12

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.3486 (New)


Package is "libcontainers-common"

Sun Oct 18 16:18:12 2020 rev:29 rq:841614 version:20200727

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-08-28 21:16:56.580195526 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.3486/libcontainers-common.changes
  2020-10-18 16:18:16.300406714 +0200
@@ -1,0 +2,5 @@
+Tue Oct 13 15:53:05 UTC 2020 - Jan Engelhardt 
+
+- Simplify %setup statements.
+
+---



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.8Aygj4/_old  2020-10-18 16:18:16.992407022 +0200
+++ /var/tmp/diff_new_pack.8Aygj4/_new  2020-10-18 16:18:16.996407023 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcontainers-common
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 # commonver - version from containers/common
 %define commonver 0.14.6
 
@@ -31,7 +32,7 @@
 Version:20200727
 Release:0
 Summary:Configuration files common to github.com/containers
-License:Apache-2.0 and GPL-3.0+
+License:Apache-2.0 AND GPL-3.0-or-later
 Group:  System/Management
 URL:https://github.com/containers
 Source0:image-%{imagever}.tar.xz
@@ -59,12 +60,8 @@
 github.com/containers libraries, such as Buildah, CRI-O, Podman and Skopeo.
 
 %prep
-%setup -q -T -D -b 0 -n image-%{imagever}
-%setup -q -T -D -b 1 -n storage-%{storagever}
-%setup -q -T -D -b 7 -n podman-%{podmanver}
-%setup -q -T -D -b 9 -n common-%{commonver}
+%setup -Tcq -b0 -b1 -b7 -b9
 # copy the LICENSE file in the build root
-cd ..
 cp %{SOURCE2} .
 
 %build




commit libcontainers-common for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-08-28 21:15:54

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.3399 (New)


Package is "libcontainers-common"

Fri Aug 28 21:15:54 2020 rev:28 rq:830231 version:20200727

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-08-06 17:30:43.125074564 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.3399/libcontainers-common.changes
  2020-08-28 21:16:56.580195526 +0200
@@ -31 +31 @@
-  (jsc#SLE-12122)
+  (jsc#SLE-12122, bsc#1175821) 



Other differences:
--



commit libcontainers-common for openSUSE:Factory

2020-08-06 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-08-06 17:30:11

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.3399 (New)


Package is "libcontainers-common"

Thu Aug  6 17:30:11 2020 rev:27 rq:824277 version:20200727

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-07-30 09:59:11.407176310 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.3399/libcontainers-common.changes
  2020-08-06 17:30:43.125074564 +0200
@@ -1,0 +2,5 @@
+Mon Aug  3 17:10:46 UTC 2020 - Callum Farmer 
+
+- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
+
+---



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.xE3hBB/_old  2020-08-06 17:30:44.233074837 +0200
+++ /var/tmp/diff_new_pack.xE3hBB/_new  2020-08-06 17:30:44.241074839 +0200
@@ -111,6 +111,7 @@
 install -D -m 0644 %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE6} 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
 install -D -m 0644 %{SOURCE8} 
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
+sed -e 's-@LIBEXECDIR@-%{_libexecdir}-g' -i %{SOURCE10}
 install -D -m 0644 %{SOURCE10} 
%{buildroot}/%{_datadir}/containers/containers.conf
 install -D -m 0644 podman-%{podmanver}/seccomp.json 
%{buildroot}/%{_datadir}/containers/seccomp.json
 install -D -m 0644 podman-%{podmanver}/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json

++ containers.conf ++
--- /var/tmp/diff_new_pack.xE3hBB/_old  2020-08-06 17:30:44.341074864 +0200
+++ /var/tmp/diff_new_pack.xE3hBB/_new  2020-08-06 17:30:44.341074864 +0200
@@ -241,7 +241,7 @@
 
 # Path to directory where CNI plugin binaries are located.
 #
-cni_plugin_dirs = ["/usr/lib/cni"]
+cni_plugin_dirs = ["@LIBEXECDIR@/cni"]
 
 # Path to the directory where CNI configuration files are located.
 #




commit libcontainers-common for openSUSE:Factory

2020-07-30 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-07-30 09:58:12

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.3592 (New)


Package is "libcontainers-common"

Thu Jul 30 09:58:12 2020 rev:26 rq:823346 version:20200727

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-06-23 21:03:34.525645218 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.3592/libcontainers-common.changes
  2020-07-30 09:59:11.407176310 +0200
@@ -1,0 +2,18 @@
+Tue Jul 28 13:22:02 UTC 2020 - Ralf Haferkamp 
+
+- Added containers/common tarball for containers.conf(5) man page
+- Install containers.conf default configuration in
+  /usr/share/containers
+- libpod repository on github got renamed to podman
+- Update to image 5.5.1
+  - Add documentation for credHelpera
+  - Add defaults for using the rootless policy path
+- Update libpod/podman to 2.0.3
+  - docs: user namespace can't be shared in pods
+  - Switch references from libpod.conf to containers.conf
+  - Allow empty host port in --publish flag
+  - update document login see config.json as valid
+- Update storage to 1.20.2
+  - Add back skip_mount_home
+
+---

Old:

  image-5.4.4.tar.xz
  libpod-1.9.3.tar.xz
  storage-1.19.1.tar.xz

New:

  common-0.14.6.tar.xz
  containers.conf
  image-5.5.1.tar.xz
  podman-2.0.3.tar.xz
  storage-1.20.2.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.WBbXXo/_old  2020-07-30 09:59:27.019190307 +0200
+++ /var/tmp/diff_new_pack.WBbXXo/_new  2020-07-30 09:59:27.023190310 +0200
@@ -15,17 +15,20 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-# libpodver - version from containers/libpod
-%define libpodver 1.9.3
+# commonver - version from containers/common
+%define commonver 0.14.6
+
+# podman - version from containers/podman
+%define podmanver 2.0.3
 
 # storagever - version from containers/storage
-%define storagever 1.19.1
+%define storagever 1.20.2
 
 # imagever - version from containers/image
-%define imagever 5.4.4
+%define imagever 5.5.1
 
 Name:   libcontainers-common
-Version:20200603
+Version:20200727
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0 and GPL-3.0+
@@ -38,8 +41,10 @@
 Source4:storage.conf
 Source5:mounts.conf
 Source6:registries.conf
-Source7:libpod-%{libpodver}.tar.xz
+Source7:podman-%{podmanver}.tar.xz
 Source8:default.yaml
+Source9:common-%{commonver}.tar.xz
+Source10:   containers.conf
 BuildRequires:  go-go-md2man
 Provides:   libcontainers-image
 Provides:   libcontainers-storage
@@ -56,7 +61,8 @@
 %prep
 %setup -q -T -D -b 0 -n image-%{imagever}
 %setup -q -T -D -b 1 -n storage-%{storagever}
-%setup -q -T -D -b 7 -n libpod-%{libpodver}
+%setup -q -T -D -b 7 -n podman-%{podmanver}
+%setup -q -T -D -b 9 -n common-%{commonver}
 # copy the LICENSE file in the build root
 cd ..
 cp %{SOURCE2} .
@@ -82,12 +88,16 @@
 rename '.5.md' '.5' docs/*
 rename '.md' '.1' docs/*
 cd ..
-# compile subset of containers/libpod manpages
-cd libpod-%{libpodver}
+# compile subset of containers/podman manpages
+cd podman-%{podmanver}
 go-md2man -in docs/source/markdown/containers-mounts.conf.5.md -out 
docs/source/markdown/containers-mounts.conf.5 
 go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
 cd ..
 
+cd common-%{commonver}
+make docs
+cd ..
+
 %install
 cd ..
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
@@ -101,8 +111,9 @@
 install -D -m 0644 %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE6} 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
 install -D -m 0644 %{SOURCE8} 
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
-install -D -m 0644 libpod-%{libpodver}/seccomp.json 
%{buildroot}/%{_datadir}/containers/seccomp.json
-install -D -m 0644 libpod-%{libpodver}/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
+install -D -m 0644 %{SOURCE10} 
%{buildroot}/%{_datadir}/containers/containers.conf
+install -D -m 0644 podman-%{podmanver}/seccomp.json 
%{buildroot}/%{_datadir}/containers/seccomp.json
+install -D -m 0644 podman-%{podmanver}/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
 
 install -d %{buildroot}/%{_mandir}/man1
 install -d %{buildroot}/%{_mandir}/man5
@@ -110,8 +121,9 @@
 install -D -m 0644 image-%{imagever}/docs/*.5 

commit libcontainers-common for openSUSE:Factory

2020-06-23 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-06-23 21:03:10

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.2956 (New)


Package is "libcontainers-common"

Tue Jun 23 21:03:10 2020 rev:25 rq:815925 version:20200603

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-06-08 23:47:01.213917538 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.2956/libcontainers-common.changes
  2020-06-23 21:03:34.525645218 +0200
@@ -1,0 +2,9 @@
+Fri Jun 19 09:57:44 UTC 2020 - Ralf Haferkamp 
+
+- Remove remaining difference between SLE and openSUSE package and
+  ship the some mounts.conf default configuration on both platforms.
+  As the sources for the mount point do not exist on openSUSE by
+  default this config will basically have no effect on openSUSE.
+  (jsc#SLE-12122)
+
+---



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.tQoTBo/_old  2020-06-23 21:03:36.353651100 +0200
+++ /var/tmp/diff_new_pack.tQoTBo/_new  2020-06-23 21:03:36.357651112 +0200
@@ -88,15 +88,6 @@
 go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
 cd ..
 
-%if 0%{?is_opensuse}
-# no default mounts
-%else
-cat >>%{SOURCE5} <

commit libcontainers-common for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-06-08 23:46:20

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.3606 (New)


Package is "libcontainers-common"

Mon Jun  8 23:46:20 2020 rev:24 rq:811340 version:20200603

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-05-14 23:23:44.528843190 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.3606/libcontainers-common.changes
  2020-06-08 23:47:01.213917538 +0200
@@ -1,0 +2,22 @@
+Wed Jun  3 14:37:20 UTC 2020 - Ralf Haferkamp 
+
+- Update to image 5.4.4
+  - Remove registries.conf VERSION 2 references from man page
+  - Intial authfile man page
+  - Add $HOME/.config/containers/certs.d to perHostCertDirPath
+  - Add $HOME/.config/containers/registries.conf to config path
+  - registries.conf.d: add stances for the registries.conf
+- update to libpod 1.9.3
+  - userns: support --userns=auto
+  - Switch to using --time as opposed to --timeout to better match Docker
+  - Add support for specifying CNI networks in podman play kube
+  - man pages: fix inconsistencies
+- Update to storage 1.19.1
+  - userns: add support for auto
+  - store: change the default user to containers
+  - config: honor XDG_CONFIG_HOME
+- Remove the /var/lib/ca-certificates/pem/SUSE.pem workaround again.
+  It never ended up in SLES and a different way to fix the underlying
+  problem is being worked on.
+
+---

Old:

  image-5.2.1.tar.xz
  libpod-1.8.0.tar.xz
  storage-1.16.1.tar.xz

New:

  image-5.4.4.tar.xz
  libpod-1.9.3.tar.xz
  storage-1.19.1.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.MPHPwC/_old  2020-06-08 23:47:04.449927520 +0200
+++ /var/tmp/diff_new_pack.MPHPwC/_new  2020-06-08 23:47:04.457927545 +0200
@@ -16,16 +16,16 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.8.0
+%define libpodver 1.9.3
 
 # storagever - version from containers/storage
-%define storagever 1.16.1
+%define storagever 1.19.1
 
 # imagever - version from containers/image
-%define imagever 5.2.1
+%define imagever 5.4.4
 
 Name:   libcontainers-common
-Version:20200306
+Version:20200603
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0 and GPL-3.0+
@@ -94,7 +94,6 @@
 cat >>%{SOURCE5}  image-5.4.4.tar.xz ++
 6182 lines of diff (skipped)

++ libpod-1.8.0.tar.xz -> libpod-1.9.3.tar.xz ++
 271066 lines of diff (skipped)

++ storage-1.16.1.tar.xz -> storage-1.19.1.tar.xz ++
 85020 lines of diff (skipped)




commit libcontainers-common for openSUSE:Factory

2020-05-14 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-05-14 23:23:40

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.2738 (New)


Package is "libcontainers-common"

Thu May 14 23:23:40 2020 rev:23 rq:805286 version:20200306

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-03-11 18:32:23.822900534 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.2738/libcontainers-common.changes
  2020-05-14 23:23:44.528843190 +0200
@@ -1,0 +2,15 @@
+Wed May 13 12:45:58 UTC 2020 - Richard Brown 
+
+- Add registry.opensuse.org as default registry [bsc#1171578] 
+
+---
+Fri Apr 24 08:35:54 UTC 2020 - Ralf Haferkamp 
+
+- Add /var/lib/ca-certificates/pem/SUSE.pem to the SLES mounts.
+  This for making container-suseconnect working in the public
+  cloud on-demand images. It needs that file for being able to
+  verify the server certificates of the RMT servers hosted
+  in the public cloud.
+  (https://github.com/SUSE/container-suseconnect/issues/41)
+  
+---



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.qdMhRD/_old  2020-05-14 23:23:45.516845346 +0200
+++ /var/tmp/diff_new_pack.qdMhRD/_new  2020-05-14 23:23:45.520845355 +0200
@@ -94,6 +94,7 @@
 cat >>%{SOURCE5} <

commit libcontainers-common for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2020-03-11 18:32:21

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.3160 (New)


Package is "libcontainers-common"

Wed Mar 11 18:32:21 2020 rev:22 rq:782131 version:20200306

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-12-18 14:45:41.657866601 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.3160/libcontainers-common.changes
  2020-03-11 18:32:23.822900534 +0100
@@ -1,0 +2,14 @@
+Fri Mar  6 11:14:24 UTC 2020 - Ralf Haferkamp 
+
+- New snaphot (bsc#1165917)
+- Update to image 5.2.1
+  * Add documentation about rewriting docker.io registries
+  * Add registries warning to registries.conf
+- Update to libpod 1.8.0
+  * Fixed some spelling errors in oci-hooks documentations
+  * include containers-mounts.conf(5) man-page into the package
+- Update to storage 1.16.1
+  * Add `rootless_storage_path` directive to storage.conf
+  * Add better documentation for the mount_program in overlay driver
+
+---

Old:

  image-5.0.0.tar.xz
  libpod-1.6.3.tar.xz
  storage-1.15.3.tar.xz

New:

  image-5.2.1.tar.xz
  libpod-1.8.0.tar.xz
  storage-1.16.1.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.3TrfzV/_old  2020-03-11 18:32:27.114902554 +0100
+++ /var/tmp/diff_new_pack.3TrfzV/_new  2020-03-11 18:32:27.142902571 +0100
@@ -16,16 +16,16 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.6.3
+%define libpodver 1.8.0
 
 # storagever - version from containers/storage
-%define storagever 1.15.3
+%define storagever 1.16.1
 
 # imagever - version from containers/image
-%define imagever 5.0.0
+%define imagever 5.2.1
 
 Name:   libcontainers-common
-Version:20191211
+Version:20200306
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0 and GPL-3.0+
@@ -84,6 +84,7 @@
 cd ..
 # compile subset of containers/libpod manpages
 cd libpod-%{libpodver}
+go-md2man -in docs/source/markdown/containers-mounts.conf.5.md -out 
docs/source/markdown/containers-mounts.conf.5 
 go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
 cd ..
 
@@ -119,6 +120,7 @@
 install -D -m 0644 storage-%{storagever}/docs/*.1 %{buildroot}/%{_mandir}/man1/
 install -D -m 0644 storage-%{storagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/
 install -D -m 0644 libpod-%{libpodver}/pkg/hooks/docs/oci-hooks.5 
%{buildroot}/%{_mandir}/man5/
+install -D -m 0644 
libpod-%{libpodver}/docs/source/markdown/containers-mounts.conf.5 
%{buildroot}/%{_mandir}/man5/
 
 %post
 # If installing, check if /var/lib/containers (or /var/lib in its defect) is 
btrfs and set driver

++ _service ++
--- /var/tmp/diff_new_pack.3TrfzV/_old  2020-03-11 18:32:27.690902907 +0100
+++ /var/tmp/diff_new_pack.3TrfzV/_new  2020-03-11 18:32:27.698902912 +0100
@@ -4,24 +4,24 @@
 https://github.com/containers/storage.git
 git
 storage
-1.15.3
-v1.15.3
+1.16.1
+v1.16.1
 
 
 
 https://github.com/containers/image.git
 git
 image
-5.0.0
-v5.0.0
+5.2.1
+v5.2.1
 
 
 
 https://github.com/containers/libpod.git
 git
 libpod
-1.6.3
-v1.6.3
+1.8.0
+v1.8.0
 
 
 

++ image-5.0.0.tar.xz -> image-5.2.1.tar.xz ++
 4181 lines of diff (skipped)

++ libpod-1.6.3.tar.xz -> libpod-1.8.0.tar.xz ++
 266545 lines of diff (skipped)

++ storage-1.15.3.tar.xz -> storage-1.16.1.tar.xz ++
 336810 lines of diff (skipped)




commit libcontainers-common for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-12-18 14:43:05

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.4691 (New)


Package is "libcontainers-common"

Wed Dec 18 14:43:05 2019 rev:21 rq:756022 version:20191211

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-10-23 15:46:56.742441364 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.4691/libcontainers-common.changes
  2019-12-18 14:45:41.657866601 +0100
@@ -1,0 +2,22 @@
+Wed Dec 11 16:13:32 UTC 2019 - Richard Brown 
+
+- Update to image 5.0.0
+  - Clean up various imports primarily so that imports of packages that aren't 
in the standard library are all in one section.
+  - Update to major version v5
+  - return resp error message
+  - copy.Image(): select the CopySystemImage image using the source context
+  - Add manifest list support
+  - docker: handle http 429 status codes
+  - allow for .dockercfg files to reside in non-home directories
+  - Use the correct module path in (make test-skopeo)
+- Update to libpod 1.6.3
+  - Handling of the libpod.conf configuration file has seen major changes. 
Most significantly, rootless users will no longer automatically receive a 
complete configuration file when they first use Podman, and will instead only 
receive differences from the global configuration.
+  - Initial support for the CNI DNS plugin, which allows containers to resolve 
the IPs of other containers via DNS name, has been added
+  - Podman now supports anonymous named volumes, created by specifying only a 
destination to the -v flag to the podman create and podman run commands
+  - Named volumes now support uid and gid options in --opt o=... to set UID 
and GID of the created volume
+- Update to storage 1.15.3 
+  - overlay: allow storing images with more than 127 layers
+  - Lazy initialize the layer store
+  - tarlogger: drop state mutex
+
+---

Old:

  image-4.0.0.tar.xz
  libpod-1.6.0.tar.xz
  storage-1.13.4.tar.xz

New:

  image-5.0.0.tar.xz
  libpod-1.6.3.tar.xz
  storage-1.15.3.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.Re4d7W/_old  2019-12-18 14:45:45.493868356 +0100
+++ /var/tmp/diff_new_pack.Re4d7W/_new  2019-12-18 14:45:45.513868365 +0100
@@ -16,16 +16,16 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.6.0
+%define libpodver 1.6.3
 
 # storagever - version from containers/storage
-%define storagever 1.13.4
+%define storagever 1.15.3
 
 # imagever - version from containers/image
-%define imagever 4.0.0
+%define imagever 5.0.0
 
 Name:   libcontainers-common
-Version:20190923
+Version:20191211
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0 and GPL-3.0+

++ _service ++
--- /var/tmp/diff_new_pack.Re4d7W/_old  2019-12-18 14:45:46.045868608 +0100
+++ /var/tmp/diff_new_pack.Re4d7W/_new  2019-12-18 14:45:46.073868621 +0100
@@ -4,24 +4,24 @@
 https://github.com/containers/storage.git
 git
 storage
-1.13.4
-v1.13.4
+1.15.3
+v1.15.3
 
 
 
 https://github.com/containers/image.git
 git
 image
-4.0.0
-v4.0.0
+5.0.0
+v5.0.0
 
 
 
 https://github.com/containers/libpod.git
 git
 libpod
-1.6.0
-v1.6.0
+1.6.3
+v1.6.3
 
 
 

++ image-4.0.0.tar.xz -> image-5.0.0.tar.xz ++
 6258 lines of diff (skipped)

++ libpod-1.6.0.tar.xz -> libpod-1.6.3.tar.xz ++
 123845 lines of diff (skipped)

++ storage-1.13.4.tar.xz -> storage-1.15.3.tar.xz ++
 92391 lines of diff (skipped)




commit libcontainers-common for openSUSE:Factory

2019-10-23 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-10-23 15:46:54

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.2352 (New)


Package is "libcontainers-common"

Wed Oct 23 15:46:54 2019 rev:20 rq:734519 version:20190923

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-09-30 15:50:35.898621881 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.2352/libcontainers-common.changes
  2019-10-23 15:46:56.742441364 +0200
@@ -1,0 +2,35 @@
+Wed Oct  2 08:29:50 UTC 2019 - Sascha Grunert 
+
+- Update to image 4.0.0
+  - Add http response to log
+  - Add tests for parsing OpenShift kubeconfig files
+  - Compress: define some consts for the compression algos
+  - Compression: add support for the zstd
+  - Compression: allow to specify the compression format
+  - Copy: add nil checks
+  - Copy: compression: default to gzip
+  - Copy: don't lose annotations of BlobInfo
+  - Copy: fix options.DestinationCtx nil check
+  - Copy: use a bigger buffer for the compression
+  - Fix cross-compilation by vendoring latest c/storage
+  - Internal/testing/explicitfilepath-tmpdir: handle unset TMPDIR
+  - Keyctl: clean up after tests
+  - Make container tools work with go+openssl
+  - Make test-skopeo: replace c/image module instead of copying code
+  - Media type checks
+  - Move keyctl to internal & func remove auth from keyring
+  - Replace vendor.conf by go.mod
+  - Update dependencies
+  - Update test certificates
+  - Update to mergo v0.3.5
+  - Vendor.conf: update reference for containers/storage
+- Update to storage 1.13.4
+  - Update generated files
+  - ImageBigData: distinguish between no-such-image and no-such-item
+  - ImageSize: don't get tripped up by images with no layers
+  - tarlogger: disable raw accouting
+- Update to libpod 1.6.0
+  - Nothing changed regarding the OCI hooks documentation provided by this
+package
+
+---

Old:

  image-3.0.2.tar.xz
  libpod-1.5.1.tar.xz
  storage-1.13.2.tar.xz

New:

  image-4.0.0.tar.xz
  libpod-1.6.0.tar.xz
  storage-1.13.4.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.gW08ct/_old  2019-10-23 15:46:58.834443625 +0200
+++ /var/tmp/diff_new_pack.gW08ct/_new  2019-10-23 15:46:58.846443638 +0200
@@ -16,13 +16,13 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.5.1
+%define libpodver 1.6.0
 
 # storagever - version from containers/storage
-%define storagever 1.13.2
+%define storagever 1.13.4
 
 # imagever - version from containers/image
-%define imagever 3.0.2
+%define imagever 4.0.0
 
 Name:   libcontainers-common
 Version:20190923

++ _service ++
--- /var/tmp/diff_new_pack.gW08ct/_old  2019-10-23 15:46:58.942443742 +0200
+++ /var/tmp/diff_new_pack.gW08ct/_new  2019-10-23 15:46:58.946443746 +0200
@@ -4,24 +4,24 @@
 https://github.com/containers/storage.git
 git
 storage
-1.13.2
-v1.13.2
+1.13.4
+v1.13.4
 
 
 
 https://github.com/containers/image.git
 git
 image
-3.0.2
-v3.0.2
+4.0.0
+v4.0.0
 
 
 
 https://github.com/containers/libpod.git
 git
 libpod
-1.5.1
-v1.5.1
+1.6.0
+v1.6.0
 
 
 

++ image-3.0.2.tar.xz -> image-4.0.0.tar.xz ++
 3987 lines of diff (skipped)

++ libpod-1.5.1.tar.xz -> libpod-1.6.0.tar.xz ++
 106876 lines of diff (skipped)

++ storage-1.13.2.tar.xz -> storage-1.13.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/storage-1.13.2/Makefile new/storage-1.13.4/Makefile
--- old/storage-1.13.2/Makefile 2019-08-09 20:42:40.0 +0200
+++ new/storage-1.13.4/Makefile 2019-09-30 11:01:22.0 +0200
@@ -1,4 +1,5 @@
 export GO111MODULE=off
+export GOPROXY=https://proxy.golang.org
 
 .PHONY: \
all \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/storage-1.13.2/VERSION new/storage-1.13.4/VERSION
--- old/storage-1.13.2/VERSION  2019-08-09 20:42:40.0 +0200
+++ new/storage-1.13.4/VERSION  2019-09-30 11:01:22.0 +0200
@@ -1 +1 @@
-1.13.3-dev
+1.13.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/storage-1.13.2/cmd/containers-storage/create.go 
new/storage-1.13.4/cmd/containers-storage/create.go
--- old/storage-1.13.2/cmd/containers-storage/create.go 2019-08-09 
20:42:40.0 +0200
+++ new/storage-1.13.4/cmd/containers-storage/create.go 2019-09-30 
11:01:22.0 +0200
@@ -148,7 +148,10 @@
}

commit libcontainers-common for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-09-30 15:50:34

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.2352 (New)


Package is "libcontainers-common"

Mon Sep 30 15:50:34 2019 rev:19 rq:732772 version:20190923

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-08-10 23:44:13.555633910 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.2352/libcontainers-common.changes
  2019-09-30 15:50:35.898621881 +0200
@@ -1,0 +2,16 @@
+Mon Sep 23 15:28:02 UTC 2019 - Richard Brown 
+
+- Update to image 1.4.4
+  - Hard-code the kernel keyring use to be disabled for now
+- Update to libpod 1.5.1
+  - The hostname of pods is now set to the pod's name
+  - Minor bugfixes
+- Update to storage 1.12.16
+  - Ignore ro mount options in btrfs and windows drivers
+
+---
+Mon Sep 23 12:01:53 UTC 2019 - Richard Brown 
+
+- Check /var/lib/containers if possible before setting btrfs backend 
(bsc#1151028)
+
+---

Old:

  image-3.0.0.tar.xz
  libpod-1.4.4.tar.xz
  storage-1.12.16.tar.xz

New:

  image-3.0.2.tar.xz
  libpod-1.5.1.tar.xz
  storage-1.13.2.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.YrYt3s/_old  2019-09-30 15:50:37.306618134 +0200
+++ /var/tmp/diff_new_pack.YrYt3s/_new  2019-09-30 15:50:37.310618123 +0200
@@ -16,16 +16,16 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.4.4
+%define libpodver 1.5.1
 
 # storagever - version from containers/storage
-%define storagever 1.12.16
+%define storagever 1.13.2
 
 # imagever - version from containers/image
-%define imagever 3.0.0
+%define imagever 3.0.2
 
 Name:   libcontainers-common
-Version:20190802
+Version:20190923
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0 and GPL-3.0+
@@ -121,9 +121,11 @@
 install -D -m 0644 libpod-%{libpodver}/pkg/hooks/docs/oci-hooks.5 
%{buildroot}/%{_mandir}/man5/
 
 %post
-# If installing, check if /var/lib is btrfs and set driver to "btrfs" if true
+# If installing, check if /var/lib/containers (or /var/lib in its defect) is 
btrfs and set driver
+# to "btrfs" if true
 if [ $1 -eq 1 ] ; then
-  if [ "`findmnt -o FSTYPE -l --target /var/lib|grep -v FSTYPE`" = "btrfs" ]; 
then
+  fstype=$((findmnt -o FSTYPE -l --target /var/lib/containers || findmnt -o 
FSTYPE -l --target /var/lib) | grep -v FSTYPE)
+  if [ "$fstype" = "btrfs" ]; then
 sed -i 's/driver = ""/driver = "btrfs"/g' 
%{_sysconfdir}/containers/storage.conf
   fi
 fi

++ _service ++
--- /var/tmp/diff_new_pack.YrYt3s/_old  2019-09-30 15:50:37.358617995 +0200
+++ /var/tmp/diff_new_pack.YrYt3s/_new  2019-09-30 15:50:37.358617995 +0200
@@ -4,24 +4,24 @@
 https://github.com/containers/storage.git
 git
 storage
-1.12.16
-v1.12.16
+1.13.2
+v1.13.2
 
 
 
 https://github.com/containers/image.git
 git
 image
-3.0.0
-v3.0.0
+3.0.2
+v3.0.2
 
 
 
 https://github.com/containers/libpod.git
 git
 libpod
-1.4.4
-v1.4.4
+1.5.1
+v1.5.1
 
 
 

++ image-3.0.0.tar.xz -> image-3.0.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/image-3.0.0/ostree/ostree_src.go 
new/image-3.0.2/ostree/ostree_src.go
--- old/image-3.0.0/ostree/ostree_src.go2019-08-02 11:13:02.0 
+0200
+++ new/image-3.0.2/ostree/ostree_src.go2019-08-08 00:54:04.0 
+0200
@@ -59,9 +59,15 @@
return nil
 }
 
-func (s *ostreeImageSource) getLayerSize(blob string) (int64, error) {
+func (s *ostreeImageSource) getBlobUncompressedSize(blob string, isCompressed 
bool) (int64, error) {
+   var metadataKey string
+   if isCompressed {
+   metadataKey = "docker.uncompressed_size"
+   } else {
+   metadataKey = "docker.size"
+   }
b := fmt.Sprintf("ociimage/%s", blob)
-   found, data, err := readMetadata(s.repo, b, "docker.size")
+   found, data, err := readMetadata(s.repo, b, metadataKey)
if err != nil || !found {
return 0, err
}
@@ -275,8 +281,8 @@
}
 
}
-   compressedBlob, found := s.compressed[info.Digest]
-   if found {
+   compressedBlob, isCompressed := s.compressed[info.Digest]
+   if isCompressed {
blob = compressedBlob.Hex()
}
branch := fmt.Sprintf("ociimage/%s", blob)
@@ -289,7 +295,7 @@
s.repo 

commit libcontainers-common for openSUSE:Factory

2019-08-10 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-08-10 23:44:05

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.9556 (New)


Package is "libcontainers-common"

Sat Aug 10 23:44:05 2019 rev:18 rq:721685 version:20190802

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-08-07 13:59:17.304854264 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.9556/libcontainers-common.changes
  2019-08-10 23:44:13.555633910 +0200
@@ -1,0 +2,11 @@
+Wed Aug  7 10:35:07 UTC 2019 - Sascha Grunert 
+
+- Add missing licenses to spec file
+
+---
+Tue Aug  6 11:42:17 UTC 2019 - Marco Vedovati 
+
+- Add a default registries.d configuration file, used to specify images 
+  signatures storage location.
+
+---

New:

  default.yaml



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.tBiSoF/_old  2019-08-10 23:44:14.743633699 +0200
+++ /var/tmp/diff_new_pack.tBiSoF/_new  2019-08-10 23:44:14.747633699 +0200
@@ -28,7 +28,7 @@
 Version:20190802
 Release:0
 Summary:Configuration files common to github.com/containers
-License:Apache-2.0
+License:Apache-2.0 and GPL-3.0+
 Group:  System/Management
 URL:https://github.com/containers
 Source0:image-%{imagever}.tar.xz
@@ -39,6 +39,7 @@
 Source5:mounts.conf
 Source6:registries.conf
 Source7:libpod-%{libpodver}.tar.xz
+Source8:default.yaml
 BuildRequires:  go-go-md2man
 Provides:   libcontainers-image
 Provides:   libcontainers-storage
@@ -107,6 +108,7 @@
 install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE6} 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
+install -D -m 0644 %{SOURCE8} 
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
 install -D -m 0644 libpod-%{libpodver}/seccomp.json 
%{buildroot}/%{_datadir}/containers/seccomp.json
 install -D -m 0644 libpod-%{libpodver}/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
 
@@ -141,6 +143,7 @@
 %{_datadir}/containers/mounts.conf
 %config(noreplace) %{_sysconfdir}/containers/registries.conf
 %config(noreplace) %{_sysconfdir}/containers/seccomp.json
+%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
 %{_datadir}/containers/seccomp.json
 
 %{_mandir}/man1/*.1%{?ext_man}

++ default.yaml ++
# This is a default registries.d configuration file.  You may
# add to this file or create additional files in registries.d/.
#
# sigstore: indicates a location that is read and write
# sigstore-staging: indicates a location that is only for write
#
# sigstore and sigstore-staging take a value of the following:
#   sigstore:  {schema}://location
#
# For reading signatures, schema may be http, https, or file.
# For writing signatures, schema may only be file.

# This is the default signature write location for docker registries.
default-docker:
#  sigstore: file:///var/lib/containers/sigstore
  sigstore-staging: file:///var/lib/containers/sigstore

# The 'docker' indicator here is the start of the configuration
# for docker registries.
#
# docker:
#
#   privateregistry.com:
#sigstore: http://privateregistry.com/sigstore/
#sigstore-staging: /mnt/nfs/privateregistry/sigstore




commit libcontainers-common for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-08-07 13:59:15

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.9556 (New)


Package is "libcontainers-common"

Wed Aug  7 13:59:15 2019 rev:17 rq:720584 version:20190802

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-07-22 12:17:11.943714934 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.9556/libcontainers-common.changes
  2019-08-07 13:59:17.304854264 +0200
@@ -1,0 +2,54 @@
+Fri Aug  2 09:46:10 UTC 2019 - Sascha Grunert 
+
+- Update to image v3.0.0
+  - Add "Env" to ImageInspectInfo
+  - Add API function TryUpdatingCache
+  - Add ability to install man pages
+  - Add user registry auth to kernel keyring
+  - Fix policy.json.md -> containers-policy.json.5.md references
+  - Fix typo in docs/containers-registries.conf.5.md
+  - Remove pkg/sysregistries
+  - Touch up transport man page
+  - Try harder in storageImageDestination.TryReusingBlob
+  - Use the same HTTP client for contacting the bearer token server and the
+registry
+  - ci: change GOCACHE to a writeable path
+  - config.go: improve debug message
+  - config.go: log where credentials come from
+  - docker client: error if registry is blocked
+  - docker: allow deleting OCI images
+  - docker: delete: support all MIME types
+  - ostree: default is no OStree support
+  - ostree: improve error message
+  - progress bar: use spinners for unknown blob sizes
+  - use 'containers_image_ostree' as build tag
+  - use keyring when authfile empty
+- Update to storage v1.12.16
+  - Add cirrus vendor check
+  - Add storage options to IgnoreChownErrors
+  - Add support for UID as well as UserName in /etc/subuid files.
+  - Add support for ignoreChownErrors to vfs
+  - Add support for installing man pages
+  - Fix cross-compilation
+  - Keep track of the UIDs and GIDs used in applied layers
+  - Move lockfiles to their own package
+  - Remove merged directory when it is unmounted
+  - Switch to go modules
+  - Switch to golangci-lint
+  - Update generated files
+  - Use same variable name on both commands
+  - cirrus: ubuntu: try removing cryptsetup-initramfs
+  - compression: add support for the zstd algorithm
+  - getLockfile(): use the absolute path
+  - loadMounts(): reset counts before merging just-loaded data
+  - lockfile: don't bother releasing a lock when closing a file
+  - locking test updates
+  - locking: take read locks on read-only stores
+  - make local-cross more reliable for CI
+  - overlay: cache the results of supported/using-metacopy/use-naive-diff
+feature tests
+  - overlay: fix small piece of repeated work
+  - utils: fix check for missing conf file
+  - zstd: use github.com/klauspost/compress directly
+
+---

Old:

  image-2.0.0.tar.xz
  storage-1.12.13.tar.xz

New:

  image-3.0.0.tar.xz
  storage-1.12.16.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.oCG4an/_old  2019-08-07 13:59:17.976854256 +0200
+++ /var/tmp/diff_new_pack.oCG4an/_new  2019-08-07 13:59:17.976854256 +0200
@@ -19,13 +19,13 @@
 %define libpodver 1.4.4
 
 # storagever - version from containers/storage
-%define storagever 1.12.13
+%define storagever 1.12.16
 
 # imagever - version from containers/image
-%define imagever 2.0.0
+%define imagever 3.0.0
 
 Name:   libcontainers-common
-Version:20190401
+Version:20190802
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.oCG4an/_old  2019-08-07 13:59:18.032854255 +0200
+++ /var/tmp/diff_new_pack.oCG4an/_new  2019-08-07 13:59:18.032854255 +0200
@@ -4,16 +4,16 @@
 https://github.com/containers/storage.git
 git
 storage
-1.12.13
-v1.12.13
+1.12.16
+v1.12.16
 
 
 
 https://github.com/containers/image.git
 git
 image
-2.0.0
-v2.0.0
+3.0.0
+v3.0.0
 
 
 

++ image-2.0.0.tar.xz -> image-3.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/image-2.0.0/.travis.Dockerfile 
new/image-3.0.0/.travis.Dockerfile
--- old/image-2.0.0/.travis.Dockerfile  2019-06-13 19:43:06.0 +0200
+++ new/image-3.0.0/.travis.Dockerfile  2019-08-02 11:13:02.0 +0200
@@ -3,8 +3,8 @@
 RUN apt-get -qq update && \
 apt-get install -y sudo docker.io git make btrfs-tools libdevmapper-dev 
libgpgme-dev libostree-dev
 
-ADD https://storage.googleapis.com/golang/go1.11.1.linux-amd64.tar.gz /tmp
+ADD 

commit libcontainers-common for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-07-22 12:17:10

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.4126 (New)


Package is "libcontainers-common"

Mon Jul 22 12:17:10 2019 rev:16 rq:714085 version:20190401

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-06-24 21:48:30.235880008 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.4126/libcontainers-common.changes
  2019-07-22 12:17:11.943714934 +0200
@@ -1,0 +2,96 @@
+Mon Jul  8 13:18:20 UTC 2019 - Sascha Grunert 
+
+- Update to libpod v1.4.4
+  - Fixed a bug where rootless Podman would attempt to use the
+entire root configuration if no rootless configuration was
+present for the user, breaking rootless Podman for new
+installations
+  - Fixed a bug where rootless Podman's pause process would block
+SIGTERM, preventing graceful system shutdown and hanging until
+the system's init send SIGKILL
+  - Fixed a bug where running Podman as root with sudo -E would not
+work after running rootless Podman at least once
+  - Fixed a bug where options for tmpfs volumes added with the
+--tmpfs flag were being ignored
+  - Fixed a bug where images with no layers could not properly be
+displayed and removed by Podman
+  - Fixed a bug where locks were not properly freed on failure to
+create a container or pod
+  - Podman now has greatly improved support for containers using
+multiple OCI runtimes. Containers now remember if they were
+created with a different runtime using --runtime and will
+always use that runtime
+  - The cached and delegated options for volume mounts are now
+allowed for Docker compatability (#3340)
+  - The podman diff command now supports the --latest flag
+  - Fixed a bug where podman cp on a single file would create a
+directory at the target and place the file in it (#3384)
+  - Fixed a bug where podman inspect --format '{{.Mounts}}' would
+print a hexadecimal address instead of a container's mounts
+  - Fixed a bug where rootless Podman would not add an entry to
+container's /etc/hosts files for their own hostname (#3405)
+  - Fixed a bug where podman ps --sync would segfault (#3411)
+  - Fixed a bug where podman generate kube would produce an invalid
+ports configuration (#3408)
+  - Podman now performs much better on systems with heavy I/O load
+  - The --cgroup-manager flag to podman now shows the correct
+default setting in help if the default was overridden by
+libpod.conf
+  - For backwards compatability, setting --log-driver=json-file in
+podman run is now supported as an alias for
+--log-driver=k8s-file. This is considered deprecated, and
+json-file will be moved to a new implementation in the future
+([#3363](https://github.com/containers/libpod/issues/3363))
+  - Podman's default libpod.conf file now allows the crun OCI
+runtime to be used if it is installed
+  - Fixed a bug where Podman could not run containers using an
+older version of Systemd as init (#3295)
+  - Updated vendored Buildah to v1.9.0 to resolve a critical bug
+with Dockerfile RUN instructions
+  - The error message for running podman kill on containers that
+are not running has been improved
+  - The Podman remote client can now log to a file if syslog is not
+available
+  - The MacOS dmg file is experimental, use at your own risk.
+  - The podman exec command now sets its error code differently
+based on whether the container does not exist, and the command
+in the container does not exist
+  - The podman inspect command on containers now outputs Mounts
+JSON that matches that of docker inspect, only including
+user-specified volumes and differentiating bind mounts and
+named volumes
+  - The podman inspect command now reports the path to a
+container's OCI spec with the OCIConfigPath key (only included
+when the container is initialized or running)
+  - The podman run --mount command now supports the
+bind-nonrecursive option for bind mounts (#3314)
+  - Fixed a bug where podman play kube would fail to create
+containers due to an unspecified log driver
+  - Fixed a bug where Podman would fail to build with musl libc
+(#3284)
+  - Fixed a bug where rootless Podman using slirp4netns networking
+in an environment with no nameservers on the host other than
+localhost would result in nonfunctional networking (#3277)
+  - Fixed a bug where podman import would not properly set
+environment variables, discarding their values and retaining
+only keys
+  - Fixed a bug where Podman would fail to run when built with
+

commit libcontainers-common for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-06-24 21:48:28

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.4615 (New)


Package is "libcontainers-common"

Mon Jun 24 21:48:28 2019 rev:15 rq:709116 version:20190401

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-06-07 12:18:30.592787717 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.4615/libcontainers-common.changes
  2019-06-24 21:48:30.235880008 +0200
@@ -1,0 +2,106 @@
+Tue Jun 11 07:06:13 UTC 2019 - Sascha Grunert 
+
+- Update to libpod v1.4.0
+  - The podman checkpoint and podman restore commands can now be
+used to migrate containers between Podman installations on
+different systems
+  - The podman cp command now supports a pause flag to pause
+containers while copying into them
+  - The remote client now supports a configuration file for
+pre-configuring connections to remote Podman installations
+  - Fixed CVE-2019-10152 - The podman cp command improperly
+dereferenced symlinks in host context
+  - Fixed a bug where podman commit could improperly set
+environment variables that contained = characters
+  - Fixed a bug where rootless Podman would sometimes fail to start
+containers with forwarded ports
+  - Fixed a bug where podman version on the remote client could
+segfault
+  - Fixed a bug where podman container runlabel would use
+/proc/self/exe instead of the path of the Podman command when
+printing the command being executed
+  - Fixed a bug where filtering images by label did not work
+  - Fixed a bug where specifying a bing mount or tmpfs mount over
+an image volume would cause a container to be unable to start
+  - Fixed a bug where podman generate kube did not work with
+containers with named volumes
+  - Fixed a bug where rootless Podman would receive permission
+denied errors accessing conmon.pid
+  - Fixed a bug where podman cp with a folder specified as target
+would replace the folder, as opposed to copying into it
+  - Fixed a bug where rootless Podman commands could double-unlock
+a lock, causing a crash
+  - Fixed a bug where Podman incorrectly set tmpcopyup on /dev/
+mounts, causing errors when using the Kata containers runtime
+  - Fixed a bug where podman exec would fail on older kernels
+  - The podman commit command is now usable with the Podman remote
+client
+  - The --signature-policy flag (used with several image-related
+commands) has been deprecated
+  - The podman unshare command now defines two environment
+variables in the spawned shell: CONTAINERS_RUNROOT and
+CONTAINERS_GRAPHROOT, pointing to temporary and permanent
+storage for rootless containers
+  - Updated vendored containers/storage and containers/image
+libraries with numerous bugfixes
+  - Updated vendored Buildah to v1.8.3
+  - Podman now requires Conmon v0.2.0
+  - The podman cp command is now aliased as podman container cp
+  - Rootless Podman will now default init_path using root Podman's
+configuration files (/etc/containers/libpod.conf and
+/usr/share/containers/libpod.conf) if not overridden in the
+rootless configuration
+- Update to image v1.5.1
+  - Vendor in latest containers/storage
+  - docker/docker_client: Drop redundant Domain(ref.ref) call
+  - pkg/blobinfocache: Split implementations into subpackages
+  - copy: progress bar: show messages on completion
+  - docs: rename manpages to *.5.command
+  - add container-certs.d.md manpage
+  - pkg/docker/config: Bring auth tests from
+docker/docker_client_test
+  - Don't allocate a sync.Mutex separately
+- Update to storage v1.12.10
+  - Add function to parse out mount options from graphdriver
+  - Merge the disparate parts of all of the Unix-like lockfiles
+  - Fix unix-but-not-Linux compilation
+  - Return XDG_RUNTIME_DIR as RootlessRuntimeDir if set
+  - Cherry-pick moby/moby #39292 for CVE-2018-15664 fixes
+  - lockfile: add RecursiveLock() API
+  - Update generated files
+  - Fix crash on tesing of aufs code
+  - Let consumers know when Layers and Images came from read-only stores
+  - chown: do not change owner for the mountpoint
+  - locks: correctly mark updates to the layers list
+  - CreateContainer: don't worry about mapping layers unless necessary
+  - docs: fix manpage for containers-storage.conf
+  - docs: sort configuration options alphabetically
+  - docs: document OSTree file deduplication
+  - Add missing options to man page for containers-storage
+  - overlay: use the layer idmapping if present
+  - vfs: prefer layer custom idmappings
+  - layers: propagate down the idmapping settings
+  - 

commit libcontainers-common for openSUSE:Factory

2019-06-07 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-06-07 12:18:29

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.4811 (New)


Package is "libcontainers-common"

Fri Jun  7 12:18:29 2019 rev:14 rq:707630 version:20190401

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-04-04 12:02:28.189365108 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.4811/libcontainers-common.changes
  2019-06-07 12:18:30.592787717 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 14:27:15 UTC 2019 - Richard Brown 
+
+- Add util-linux and grep as Requires(post) to ensure btrfs config gets made 
correctly
+
+---



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.NuDoNx/_old  2019-06-07 12:18:31.092787559 +0200
+++ /var/tmp/diff_new_pack.NuDoNx/_new  2019-06-07 12:18:31.100787556 +0200
@@ -44,6 +44,8 @@
 Provides:   libcontainers-storage
 Obsoletes:  libcontainers-image
 Obsoletes:  libcontainers-storage
+Requires(post): util-linux
+Requires(post): grep
 BuildArch:  noarch
 
 %description




commit libcontainers-common for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-04-04 12:02:23

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.3908 (New)


Package is "libcontainers-common"

Thu Apr  4 12:02:23 2019 rev:13 rq:690415 version:20190401

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-03-01 20:26:34.622052549 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.3908/libcontainers-common.changes
  2019-04-04 12:02:28.189365108 +0200
@@ -1,0 +2,13 @@
+Mon Apr  1 14:24:17 UTC 2019 - Richard Brown 
+
+- Update to libpod v1.2.0
+  * Rootless Podman can now be used with a single UID and GID, without 
requiring a full 65536 UIDs/GIDs to be allocated in /etc/subuid and /etc/subgid
+  * Move pkg/util default storage functions from libpod to containers/storage
+- Update to image v1.5
+  * Minor behind the scene bugfixes, no user facing changes
+- Update to storage v1.12.1
+  * Move pkg/util default storage functions from libpod to containers/storage
+  * containers/storage no longer depends on containers/image
+- Version 20190401
+
+---

Old:

  image-1.3.tar.xz
  libpod-1.1.0.tar.xz
  storage-1.10.tar.xz

New:

  image-1.5.tar.xz
  libpod-1.2.0.tar.xz
  storage-1.12.1.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.kuixG5/_old  2019-04-04 12:02:32.885368870 +0200
+++ /var/tmp/diff_new_pack.kuixG5/_new  2019-04-04 12:02:32.889368873 +0200
@@ -16,16 +16,16 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.1.0
+%define libpodver 1.2.0
 
 # storagever - version from containers/storage
-%define storagever 1.10
+%define storagever 1.12.1
 
 # imagever - version from containers/image
-%define imagever 1.3
+%define imagever 1.5
 
 Name:   libcontainers-common
-Version:20190219
+Version:20190401
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.kuixG5/_old  2019-04-04 12:02:32.929368905 +0200
+++ /var/tmp/diff_new_pack.kuixG5/_new  2019-04-04 12:02:32.933368908 +0200
@@ -4,24 +4,24 @@
 https://github.com/containers/storage.git
 git
 storage
-1.10
-v1.10
+1.12.1
+v1.12.1
 
 
 
 https://github.com/containers/image.git
 git
 image
-1.3
-v1.3
+1.5
+v1.5
 
 
 
 https://github.com/containers/libpod.git
 git
 libpod
-1.1.0
-v1.1.0
+1.2.0
+v1.2.0
 
 
 

++ image-1.3.tar.xz -> image-1.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/image-1.3/.travis.yml new/image-1.5/.travis.yml
--- old/image-1.3/.travis.yml   2018-12-21 15:36:20.0 +0100
+++ new/image-1.5/.travis.yml   2019-02-26 15:39:32.0 +0100
@@ -21,7 +21,7 @@
   -e TRAVIS=$TRAVIS -e TRAVIS_COMMIT_RANGE=$TRAVIS_COMMIT_RANGE
   -e TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST -e 
TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG
   -e TRAVIS_BRANCH=$TRAVIS_BRANCH -e TRAVIS_COMMIT=$TRAVIS_COMMIT
-  -e GOPATH=/gopath -e TRASH_CACHE=/gopath/.trashcache -e HOME=/gopath
+  -e GOPATH=/gopath -e TRASH_CACHE=/gopath/.trashcache
   -v /etc/passwd:/etc/passwd -v /etc/sudoers:/etc/sudoers -v 
/etc/sudoers.d:/etc/sudoers.d
   -v /var/run:/var/run:z -v $HOME/gopath:/gopath:Z
   -w /gopath/src/github.com/containers/image image-test bash -c 
"PATH=$PATH:/gopath/bin make cross tools .gitvalidation validate test 
test-skopeo SUDO=sudo BUILDTAGS=\"$BUILDTAGS\""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/image-1.3/MAINTAINERS new/image-1.5/MAINTAINERS
--- old/image-1.3/MAINTAINERS   2018-12-21 15:36:20.0 +0100
+++ new/image-1.5/MAINTAINERS   2019-02-26 15:39:32.0 +0100
@@ -3,3 +3,4 @@
 Miloslav Trmac  (@mtrmac)
 Dan Walsh  (@dwalsh)
 Nalin Dahyabhai  (@nalind)
+Valentin Rothberg  (@vrothberg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/image-1.3/copy/copy.go new/image-1.5/copy/copy.go
--- old/image-1.3/copy/copy.go  2018-12-21 15:36:20.0 +0100
+++ new/image-1.5/copy/copy.go  2019-02-26 15:39:32.0 +0100
@@ -6,24 +6,29 @@
"fmt"
"io"
"io/ioutil"
+   "os"
"reflect"
"runtime"
"strings"
"sync"
"time"
 
+   "github.com/containers/image/docker/reference"
"github.com/containers/image/image"
+   "github.com/containers/image/manifest"
"github.com/containers/image/pkg/blobinfocache"

commit libcontainers-common for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-03-01 20:26:33

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.28833 (New)


Package is "libcontainers-common"

Fri Mar  1 20:26:33 2019 rev:12 rq:679865 version:20190219

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-02-24 16:52:57.708977869 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.28833/libcontainers-common.changes
 2019-03-01 20:26:34.622052549 +0100
@@ -1,0 +2,7 @@
+Wed Feb 27 14:51:55 UTC 2019 - Richard Brown 
+
+- Update to libpod v1.1.0
+   * Rootless Podman can now forward ports into containers (using the same -p 
and -P flags as root Podman)
+   * Rootless Podman will now pull some configuration options (for example, 
OCI runtime path) from the default root libpod.conf if they are not explicitly 
set in the user's own libpod.conf
+
+---

Old:

  libpod-1.0.1.tar.xz

New:

  libpod-1.1.0.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.Sz168x/_old  2019-03-01 20:26:36.058052202 +0100
+++ /var/tmp/diff_new_pack.Sz168x/_new  2019-03-01 20:26:36.058052202 +0100
@@ -16,7 +16,7 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.0.1
+%define libpodver 1.1.0
 
 # storagever - version from containers/storage
 %define storagever 1.10

++ _service ++
--- /var/tmp/diff_new_pack.Sz168x/_old  2019-03-01 20:26:36.094052193 +0100
+++ /var/tmp/diff_new_pack.Sz168x/_new  2019-03-01 20:26:36.094052193 +0100
@@ -20,8 +20,8 @@
 https://github.com/containers/libpod.git
 git
 libpod
-1.0.1
-v1.0.1
+1.1.0
+v1.1.0
 
 
 

++ libpod-1.0.1.tar.xz -> libpod-1.1.0.tar.xz ++
 543130 lines of diff (skipped)




commit libcontainers-common for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-02-24 16:52:51

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.28833 (New)


Package is "libcontainers-common"

Sun Feb 24 16:52:51 2019 rev:11 rq:677418 version:20190219

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-02-04 15:33:07.587102808 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.28833/libcontainers-common.changes
 2019-02-24 16:52:57.708977869 +0100
@@ -1,0 +2,11 @@
+Tue Feb 19 15:34:54 UTC 2019 - Richard Brown 
+
+- Upgrade to storage v1.10
+  * enable parallel blob reads
+  * Teach images to hold multiple manifests
+  * Move structs for storage.conf to pkg/config
+- Upgrade to libpod v1.0.1
+  * Do not unmarshal into c.config.Spec
+  * spec: add nosuid,noexec,nodev to ro bind mount
+
+---

Old:

  libpod-1.0.0.tar.xz
  storage-1.8.tar.xz

New:

  libpod-1.0.1.tar.xz
  storage-1.10.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.Wh80Gn/_old  2019-02-24 16:53:00.592976516 +0100
+++ /var/tmp/diff_new_pack.Wh80Gn/_new  2019-02-24 16:53:00.596976514 +0100
@@ -16,16 +16,16 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.0.0
+%define libpodver 1.0.1
 
 # storagever - version from containers/storage
-%define storagever 1.8
+%define storagever 1.10
 
 # imagever - version from containers/image
 %define imagever 1.3
 
 Name:   libcontainers-common
-Version:20190125
+Version:20190219
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.Wh80Gn/_old  2019-02-24 16:53:00.632976497 +0100
+++ /var/tmp/diff_new_pack.Wh80Gn/_new  2019-02-24 16:53:00.632976497 +0100
@@ -4,24 +4,24 @@
 https://github.com/containers/storage.git
 git
 storage
-
-c57ac62f89f5496ae16a6273554f26301aa188e7
+1.10
+v1.10
 
 
 
 https://github.com/containers/image.git
 git
 image
-
-4b6d9cf918c1e79a605265568c93cb35185ad25d
+1.3
+v1.3
 
 
 
 https://github.com/containers/libpod.git
 git
 libpod
-
-v0.11.1
+1.0.1
+v1.0.1
 
 
 

++ image-1.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/image-1.3/.gitignore new/image-1.3/.gitignore
--- old/image-1.3/.gitignore2018-12-21 15:36:20.0 +0100
+++ new/image-1.3/.gitignore1970-01-01 01:00:00.0 +0100
@@ -1,12 +0,0 @@
-vendor
-tools.timestamp
-
-# Idea IDE
-*.iml
-.idea
-
-# Visual Studio Code
-.vscode/*
-
-# trash
-trash.lock
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/image-1.3/signature/fixtures/.gitignore 
new/image-1.3/signature/fixtures/.gitignore
--- old/image-1.3/signature/fixtures/.gitignore 2018-12-21 15:36:20.0 
+0100
+++ new/image-1.3/signature/fixtures/.gitignore 1970-01-01 01:00:00.0 
+0100
@@ -1,6 +0,0 @@
-/*.gpg~
-/.gpg-v21-migrated
-/private-keys-v1.d
-/random_seed
-/gnupg_spawn_agent_sentinel.lock
-/.#*

++ libpod-1.0.0.tar.xz -> libpod-1.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpod-1.0.0/.gitignore new/libpod-1.0.1/.gitignore
--- old/libpod-1.0.0/.gitignore 2019-01-11 21:17:03.0 +0100
+++ new/libpod-1.0.1/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,19 +0,0 @@
-/.artifacts/
-/_output/
-/conmon/conmon.o
-/docs/*.[158]
-/docs/*.[158].gz
-*.o
-*.orig
-/pause/pause.o
-/bin/
-/test/bin2img/bin2img
-/test/checkseccomp/checkseccomp
-/test/copyimg/copyimg
-/build/
-.nfs*
-.ropeproject
-__pycache__
-/cmd/podman/varlink/ioprojectatomicpodman.go
-/cmd/podman/varlink/iopodman.go
-.gopathok
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpod-1.0.0/API.md new/libpod-1.0.1/API.md
--- old/libpod-1.0.0/API.md 2019-01-11 21:17:03.0 +0100
+++ new/libpod-1.0.1/API.md 2019-02-11 14:57:41.0 +0100
@@ -57,6 +57,8 @@
 
 [func ImageExists(name: string) int](#ImageExists)
 
+[func ImagesPrune(all: bool) []string](#ImagesPrune)
+
 [func ImportImage(source: string, reference: string, message: string, changes: 
[]string) string](#ImportImage)
 
 [func InspectContainer(name: string) string](#InspectContainer)
@@ -543,6 +545,12 @@
   "exists": 1
 }
 ~~~
+### func ImagesPrune
+
+
+method ImagesPrune(all: [bool](https://godoc.org/builtin#bool)) 
[[]string](#[]string)
+ImagesPrune removes all unused 

commit libcontainers-common for openSUSE:Factory

2019-02-04 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-02-04 15:33:02

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.28833 (New)


Package is "libcontainers-common"

Mon Feb  4 15:33:02 2019 rev:10 rq:670715 version:20190125

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-01-30 11:43:15.071830299 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.28833/libcontainers-common.changes
 2019-02-04 15:33:07.587102808 +0100
@@ -1,0 +2,5 @@
+Sat Feb  2 11:07:30 UTC 2019 - Richard Brown 
+
+- Restore non-upstream storage.conf, needed by CRI-O 
+
+---

New:

  storage.conf



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.zDGJkB/_old  2019-02-04 15:33:09.747101765 +0100
+++ /var/tmp/diff_new_pack.zDGJkB/_new  2019-02-04 15:33:09.751101763 +0100
@@ -35,6 +35,7 @@
 Source1:storage-%{storagever}.tar.xz
 Source2:LICENSE
 Source3:policy.json
+Source4:storage.conf
 Source5:mounts.conf
 Source6:registries.conf
 Source7:libpod-%{libpodver}.tar.xz
@@ -90,7 +91,7 @@
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers/registries.d
 
 install -D -m 0644 %{SOURCE3} 
%{buildroot}/%{_sysconfdir}/containers/policy.json
-install -D -m 0644 storage-%{storagever}/storage.conf 
%{buildroot}/%{_sysconfdir}/containers/storage.conf
+install -D -m 0644 %{SOURCE4} 
%{buildroot}/%{_sysconfdir}/containers/storage.conf
 install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE6} 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
@@ -104,7 +105,7 @@
 install -D -m 0644 libpod-%{libpodver}/pkg/hooks/docs/oci-hooks.5 
%{buildroot}/%{_mandir}/man5/
 
 %post
-# If installing, check if /var/lib is btrfs and set it driver to "btrfs" if not
+# If installing, check if /var/lib is btrfs and set driver to "btrfs" if true
 if [ $1 -eq 1 ] ; then
   if [ "`findmnt -o FSTYPE -l --target /var/lib|grep -v FSTYPE`" = "btrfs" ]; 
then
 sed -i 's/driver = ""/driver = "btrfs"/g' 
%{_sysconfdir}/containers/storage.conf

++ storage.conf ++
# This file is is the configuration file for all tools
# that use the containers/storage library.
# See man 5 containers-storage.conf for more information
# The "container storage" table contains all of the server options.
[storage]

# Default Storage Driver
driver = ""

# Temporary storage location
runroot = "/var/run/containers/storage"

# Primary Read/Write location of container storage
graphroot = "/var/lib/containers/storage"

[storage.options]
# Storage options to be passed to underlying storage drivers

# AdditionalImageStores is used to pass paths to additional Read/Only image 
stores
# Must be comma separated list.
additionalimagestores = [
]

# Size is used to set a maximum size of the container image.  Only supported by
# certain container storage drivers.
size = ""

# Path to an helper program to use for mounting the file system instead of 
mounting it
# directly.
#mount_program = "/usr/bin/fuse-overlayfs"

# OverrideKernelCheck tells the driver to ignore kernel checks based on kernel 
version
# override_kernel_check = "false"

# mountopt specifies comma separated list of extra mount options
# mountopt = "nodev"

# Remap-UIDs/GIDs is the mapping from UIDs/GIDs as they should appear inside of
# a container, to UIDs/GIDs as they should appear outside of the container, and
# the length of the range of UIDs/GIDs.  Additional mapped sets can be listed
# and will be heeded by libraries, but there are limits to the number of
# mappings which the kernel will allow when you later attempt to run a
# container.
#
# remap-uids = 0:1668442479:65536
# remap-gids = 0:1668442479:65536

# Remap-User/Group is a name which can be used to look up one or more UID/GID
# ranges in the /etc/subuid or /etc/subgid file.  Mappings are set up starting
# with an in-container ID of 0 and the a host-level ID taken from the lowest
# range that matches the specified name, and using the length of that range.
# Additional ranges are then assigned, using the ranges which specify the
# lowest host-level IDs first, to the lowest not-yet-mapped container-level ID,
# until all of the entries have been used for maps.
#
# remap-user = "storage"
# remap-group = "storage"

# If specified, use OSTree to deduplicate files with the overlay backend
ostree_repo = ""

# Set to skip a PRIVATE 

commit libcontainers-common for openSUSE:Factory

2019-01-30 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-01-30 11:43:13

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.28833 (New)


Package is "libcontainers-common"

Wed Jan 30 11:43:13 2019 rev:9 rq:668672 version:20190125

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-01-15 09:08:46.650657093 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.28833/libcontainers-common.changes
 2019-01-30 11:43:15.071830299 +0100
@@ -1,0 +2,22 @@
+Fri Jan 25 14:30:45 UTC 2019 - Richard Brown 
+
+- Upgrade to storage v1.8
+  * Check for the OS when setting btrfs/libdm/ostree tags
+- Upgrade to image v1.3
+  * vendor: use github.com/klauspost/pgzip instead of compress/gzip
+  * vendor latest ostree
+- Refactor specfile to use versioned tarballs
+- Established package versioning scheme (ISODATE of change)
+- Remove non-upstream storage.conf
+- Set btrfs as default driver if /var/lib is on btrfs [boo#1123119]
+- Version 20190125
+
+---
+Thu Jan 17 14:20:49 UTC 2019 - Richard Brown 
+
+- Upgrade to storage v1.6
+  * Remove private mount from zfs driver
+  * Update zfs driver to be closer to moby driver
+  * Use mount options when mounting the chown layer.
+
+---

Old:

  image.tar.xz
  libpod.tar.xz
  storage.conf
  storage.tar.xz

New:

  image-1.3.tar.xz
  libpod-1.0.0.tar.xz
  storage-1.8.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.IMP0fs/_old  2019-01-30 11:43:16.263828918 +0100
+++ /var/tmp/diff_new_pack.IMP0fs/_new  2019-01-30 11:43:16.267828914 +0100
@@ -15,22 +15,29 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+# libpodver - version from containers/libpod
+%define libpodver 1.0.0
+
+# storagever - version from containers/storage
+%define storagever 1.8
+
+# imagever - version from containers/image
+%define imagever 1.3
 
 Name:   libcontainers-common
-Version:0.0.1
+Version:20190125
 Release:0
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0
 Group:  System/Management
 URL:https://github.com/containers
-Source0:image.tar.xz
-Source1:storage.tar.xz
+Source0:image-%{imagever}.tar.xz
+Source1:storage-%{storagever}.tar.xz
 Source2:LICENSE
 Source3:policy.json
-Source4:storage.conf
 Source5:mounts.conf
 Source6:registries.conf
-Source7:libpod.tar.xz
+Source7:libpod-%{libpodver}.tar.xz
 BuildRequires:  go-go-md2man
 Provides:   libcontainers-image
 Provides:   libcontainers-storage
@@ -43,9 +50,9 @@
 github.com/containers libraries, such as Buildah, CRI-O, Podman and Skopeo.
 
 %prep
-%setup -q -T -D -b 0 -n image
-%setup -q -T -D -b 1 -n storage
-%setup -q -T -D -b 7 -n storage
+%setup -q -T -D -b 0 -n image-%{imagever}
+%setup -q -T -D -b 1 -n storage-%{storagever}
+%setup -q -T -D -b 7 -n libpod-%{libpodver}
 # copy the LICENSE file in the build root
 cd ..
 cp %{SOURCE2} .
@@ -54,7 +61,7 @@
 cd ..
 pwd
 # compile containers/image manpages
-cd image
+cd image-%{imagever}
 for md in docs/*.md
 do
go-md2man -in $md -out $md
@@ -63,7 +70,7 @@
 rename '.md' '.1' docs/*
 cd ..
 # compile containers/storage manpages
-cd storage
+cd storage-%{storagever}
 for md in docs/*.5.md
 do
go-md2man -in $md -out $md
@@ -71,7 +78,7 @@
 rename '.5.md' '.5' docs/*
 cd ..
 # compile subset of containers/libpod manpages
-cd libpod
+cd libpod-%{libpodver}
 go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
 cd ..
 
@@ -83,18 +90,26 @@
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers/registries.d
 
 install -D -m 0644 %{SOURCE3} 
%{buildroot}/%{_sysconfdir}/containers/policy.json
-install -D -m 0644 %{SOURCE4} 
%{buildroot}/%{_sysconfdir}/containers/storage.conf
+install -D -m 0644 storage-%{storagever}/storage.conf 
%{buildroot}/%{_sysconfdir}/containers/storage.conf
 install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE6} 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
-install -D -m 0644 libpod/seccomp.json 
%{buildroot}/%{_datadir}/containers/seccomp.json
-install -D -m 0644 libpod/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
+install -D -m 0644 

commit libcontainers-common for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-01-15 09:08:46

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.28833 (New)


Package is "libcontainers-common"

Tue Jan 15 09:08:46 2019 rev:8 rq:665312 version:0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2019-01-08 12:16:14.685051470 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.28833/libcontainers-common.changes
 2019-01-15 09:08:46.650657093 +0100
@@ -1,0 +2,12 @@
+Sun Jan 13 15:39:42 UTC 2019 - Richard Brown 
+
+- Upgrade to libpod v1.0.0
+  * Fixed a bug where storage.conf was sometimes ignored for rootless 
containers
+
+---
+Tue Jan  8 11:35:41 UTC 2019 - Richard Brown 
+
+- Upgrade to libpod v0.12.1.2 and storage v1.4
+  * No significant functional or packaging changes
+
+---



Other differences:
--
++ libpod.tar.xz ++
 47291 lines of diff (skipped)

++ storage.tar.xz ++
 15565 lines of diff (skipped)




commit libcontainers-common for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-01-08 12:16:13

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.28833 (New)


Package is "libcontainers-common"

Tue Jan  8 12:16:13 2019 rev:7 rq:663216 version:0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2018-12-10 12:28:23.902523376 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.28833/libcontainers-common.changes
 2019-01-08 12:16:14.685051470 +0100
@@ -1,0 +2,5 @@
+Sun Jan  6 22:11:02 UTC 2019 - Richard Brown 
+
+- storage.conf - restore btrfs as the default driver 
+
+---



Other differences:
--
++ storage.conf ++
--- /var/tmp/diff_new_pack.gr5ks1/_old  2019-01-08 12:16:15.369050827 +0100
+++ /var/tmp/diff_new_pack.gr5ks1/_new  2019-01-08 12:16:15.369050827 +0100
@@ -5,7 +5,7 @@
 [storage]
 
 # Default Storage Driver
-driver = ""
+driver = "btrfs"
 
 # Temporary storage location
 runroot = "/var/run/containers/storage"




commit libcontainers-common for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2018-12-10 12:28:23

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.19453 (New)


Package is "libcontainers-common"

Mon Dec 10 12:28:23 2018 rev:6 rq:656023 version:0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2018-11-26 10:12:28.550283054 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.19453/libcontainers-common.changes
 2018-12-10 12:28:23.902523376 +0100
@@ -1,0 +2,11 @@
+Fri Dec  7 10:54:37 UTC 2018 - Richard Brown 
+
+- Update to latest libpod and storage to support cri-o 1.13 
+
+---
+Wed Dec  5 14:45:37 UTC 2018 - Richard Brown 
+
+- Use seccomp.json from github.com/containers/libpod, instead of
+  installing the tar.xz on users systems (boo#1118444)
+
+---



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.FZVVqy/_old  2018-12-10 12:28:25.298521981 +0100
+++ /var/tmp/diff_new_pack.FZVVqy/_new  2018-12-10 12:28:25.302521977 +0100
@@ -87,7 +87,7 @@
 install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE6} 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
-install -D -m 0644 %{SOURCE7} %{buildroot}/%{_datadir}/containers/seccomp.json
+install -D -m 0644 libpod/seccomp.json 
%{buildroot}/%{_datadir}/containers/seccomp.json
 install -D -m 0644 libpod/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
 
 install -d %{buildroot}/%{_mandir}/man1

++ libpod.tar.xz ++
 22726 lines of diff (skipped)

++ storage.tar.xz ++
 6554 lines of diff (skipped)




commit libcontainers-common for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2018-11-26 10:12:24

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new.19453 (New)


Package is "libcontainers-common"

Mon Nov 26 10:12:24 2018 rev:5 rq:648418 version:0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2018-09-05 13:46:21.186036008 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.19453/libcontainers-common.changes
 2018-11-26 10:12:28.550283054 +0100
@@ -1,0 +2,14 @@
+Mon Nov 12 09:21:37 UTC 2018 - Valentin Rothberg 
+
+- Add oci-hooks(5) manpage from libpod.
+
+---
+Mon Nov 12 08:14:08 UTC 2018 - Valentin Rothberg 
+
+- Use seccomp.json from github.com/containers/libpod to align with the
+  upstream defaults.
+
+- Update to the latest image and storage to pull in improvements to the
+  manpages.
+
+---

Old:

  seccomp.json

New:

  libpod.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.E3c94B/_old  2018-11-26 10:12:30.170281154 +0100
+++ /var/tmp/diff_new_pack.E3c94B/_new  2018-11-26 10:12:30.174281149 +0100
@@ -30,7 +30,7 @@
 Source4:storage.conf
 Source5:mounts.conf
 Source6:registries.conf
-Source7:seccomp.json
+Source7:libpod.tar.xz
 BuildRequires:  go-go-md2man
 Provides:   libcontainers-image
 Provides:   libcontainers-storage
@@ -45,6 +45,7 @@
 %prep
 %setup -q -T -D -b 0 -n image
 %setup -q -T -D -b 1 -n storage
+%setup -q -T -D -b 7 -n storage
 # copy the LICENSE file in the build root
 cd ..
 cp %{SOURCE2} .
@@ -69,6 +70,10 @@
 done
 rename '.5.md' '.5' docs/*
 cd ..
+# compile subset of containers/libpod manpages
+cd libpod
+go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
+cd ..
 
 %install
 cd ..
@@ -83,12 +88,13 @@
 install -D -m 0644 %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/containers/mounts.conf
 install -D -m 0644 %{SOURCE6} 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
 install -D -m 0644 %{SOURCE7} %{buildroot}/%{_datadir}/containers/seccomp.json
-install -D -m 0644 %{SOURCE7} 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
+install -D -m 0644 libpod/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
 
 install -d %{buildroot}/%{_mandir}/man1
 install -d %{buildroot}/%{_mandir}/man5
 install -D -m 0644 image/docs/*.1 %{buildroot}/%{_mandir}/man1/
 install -D -m 0644 storage/docs/*.5 %{buildroot}/%{_mandir}/man5/
+install -D -m 0644 libpod/pkg/hooks/docs/oci-hooks.5 
%{buildroot}/%{_mandir}/man5/
 
 %files
 %dir %{_sysconfdir}/containers

++ _service ++
--- /var/tmp/diff_new_pack.E3c94B/_old  2018-11-26 10:12:30.218281097 +0100
+++ /var/tmp/diff_new_pack.E3c94B/_new  2018-11-26 10:12:30.81093 +0100
@@ -5,7 +5,7 @@
 git
 storage
 
-17c7d1fee5603ccf6dd97edc14162fc1510e7e23
+c57ac62f89f5496ae16a6273554f26301aa188e7
 
 
 
@@ -13,7 +13,15 @@
 git
 image
 
-ba6ac83aaf1d58c9f8904a9f202a3456d1ddba84
+4b6d9cf918c1e79a605265568c93cb35185ad25d
+
+
+
+https://github.com/containers/libpod.git
+git
+libpod
+
+v0.11.1
 
 
 




commit libcontainers-common for openSUSE:Factory

2018-09-05 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2018-09-05 13:46:19

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new (New)


Package is "libcontainers-common"

Wed Sep  5 13:46:19 2018 rev:4 rq:631824 version:0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2018-04-17 11:09:20.321421874 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new/libcontainers-common.changes
   2018-09-05 13:46:21.186036008 +0200
@@ -1,0 +2,26 @@
+Mon Aug 27 14:24:51 UTC 2018 - vrothb...@suse.com
+
+- storage.conf: comment out options that are not supported by btrfs.
+  This simplifies switching the driver as it avoids the whack-a-mole
+  of commenting out "unsupported" options.
+
+---
+Mon Aug 27 08:48:16 UTC 2018 - vrothb...@suse.com
+
+- Consolidate libcontainers-{common,image,storage} into one package,
+  libcontainers-common. That's the way upstream intended all libraries from
+  github.com/containers to be packaged. It facilitates updating and maintaining
+  the package, as all configs and manpages come from a central source.
+
+  Note that the `storage` binary that previously has been provided by the
+  libcontainers-storage package is not provided anymore as, despite the claims
+  in the manpages, it is not intended for production use.
+
+---
+Mon Aug 13 11:44:31 UTC 2018 - vrothb...@suse.com
+
+- Make libcontainers-common arch independent.
+
+- Add LICENSE.
+
+---

New:

  LICENSE
  _service
  image.tar.xz
  mounts.conf
  registries.conf
  seccomp.json
  storage.conf
  storage.tar.xz



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.rh7feF/_old  2018-09-05 13:46:21.738036933 +0200
+++ /var/tmp/diff_new_pack.rh7feF/_new  2018-09-05 13:46:21.746036947 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,33 +22,93 @@
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0
 Group:  System/Management
-Url:https://github.com/containers
-Source0:policy.json
+URL:https://github.com/containers
+Source0:image.tar.xz
+Source1:storage.tar.xz
+Source2:LICENSE
+Source3:policy.json
+Source4:storage.conf
+Source5:mounts.conf
+Source6:registries.conf
+Source7:seccomp.json
+BuildRequires:  go-go-md2man
+Provides:   libcontainers-image
+Provides:   libcontainers-storage
+Obsoletes:  libcontainers-image
+Obsoletes:  libcontainers-storage
+BuildArch:  noarch
 
 %description
-Configuration files common to github.com/containers, a collection of golang
-libraries, configuration files, manpages, and debugging tools used by various
-tools, such as skopeo, cri-o and podman.
+Configuration files and manpages shared by tools that are based on the
+github.com/containers libraries, such as Buildah, CRI-O, Podman and Skopeo.
 
 %prep
-# nothing to do
+%setup -q -T -D -b 0 -n image
+%setup -q -T -D -b 1 -n storage
+# copy the LICENSE file in the build root
+cd ..
+cp %{SOURCE2} .
 
 %build
-# nothing to do
+cd ..
+pwd
+# compile containers/image manpages
+cd image
+for md in docs/*.md
+do
+   go-md2man -in $md -out $md
+done
+rename '.5.md' '.5' docs/*
+rename '.md' '.1' docs/*
+cd ..
+# compile containers/storage manpages
+cd storage
+for md in docs/*.5.md
+do
+   go-md2man -in $md -out $md
+done
+rename '.5.md' '.5' docs/*
+cd ..
 
 %install
+cd ..
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers/oci/hooks.d
-install -D -m 0644 %{SOURCE0} 
%{buildroot}/%{_sysconfdir}/containers/policy.json
-install -d -m 0755 %{buildroot}/%{_prefix}/share/containers/oci/hooks.d
+install -d -m 0755 %{buildroot}/%{_datadir}/containers/oci/hooks.d
+install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers/registries.d
+
+install -D -m 0644 %{SOURCE3} 
%{buildroot}/%{_sysconfdir}/containers/policy.json
+install -D -m 0644 %{SOURCE4} 
%{buildroot}/%{_sysconfdir}/containers/storage.conf
+install -D -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/containers/mounts.conf
+install -D -m 0644 %{SOURCE5} 

commit libcontainers-common for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2018-04-17 11:09:20

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new (New)


Package is "libcontainers-common"

Tue Apr 17 11:09:20 2018 rev:3 rq:595965 version:0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2018-03-24 16:05:29.096899884 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new/libcontainers-common.changes
   2018-04-17 11:09:20.321421874 +0200
@@ -1,0 +2,7 @@
+Thu Apr 12 09:36:39 UTC 2018 - fcaste...@suse.com
+
+- Added /usr/share/containers/oci/hooks.d and /etc/containers/oci/hooks.d
+  to the package. These are used by tools like cri-o and podman to store
+  custom hooks.
+
+---



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.zgJiW2/_old  2018-04-17 11:09:20.833398005 +0200
+++ /var/tmp/diff_new_pack.zgJiW2/_new  2018-04-17 11:09:20.833398005 +0200
@@ -38,10 +38,17 @@
 
 %install
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
+install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers/oci/hooks.d
 install -D -m 0644 %{SOURCE0} 
%{buildroot}/%{_sysconfdir}/containers/policy.json
+install -d -m 0755 %{buildroot}/%{_prefix}/share/containers/oci/hooks.d
 
 %files
 %dir %{_sysconfdir}/containers
+%dir %{_sysconfdir}/containers/oci
+%dir %{_sysconfdir}/containers/oci/hooks.d
+%dir %{_prefix}/share/containers
+%dir %{_prefix}/share/containers/oci
+%dir %{_prefix}/share/containers/oci/hooks.d
 %config(noreplace) %{_sysconfdir}/containers/policy.json
 
 %changelog




commit libcontainers-common for openSUSE:Factory

2018-03-24 Thread root
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2018-03-24 16:05:27

Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-common.new (New)


Package is "libcontainers-common"

Sat Mar 24 16:05:27 2018 rev:2 rq:587881 version:0.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2018-02-15 13:23:09.893079185 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new/libcontainers-common.changes
   2018-03-24 16:05:29.096899884 +0100
@@ -1,0 +2,9 @@
+Mon Mar  5 09:30:12 UTC 2018 - vrothb...@suse.com
+
+- Configuration files should generally be tagged as %config(noreplace) in order
+  to keep the modified config files and to avoid losing data when the package
+  is being updated.
+
+  feature#crio
+
+---



Other differences:
--
++ libcontainers-common.spec ++
--- /var/tmp/diff_new_pack.wrnGKj/_old  2018-03-24 16:05:30.596845812 +0100
+++ /var/tmp/diff_new_pack.wrnGKj/_new  2018-03-24 16:05:30.600845667 +0100
@@ -22,7 +22,7 @@
 Summary:Configuration files common to github.com/containers
 License:Apache-2.0
 Group:  System/Management
-URL:https://github.com/containers
+Url:https://github.com/containers
 Source0:policy.json
 
 %description
@@ -42,6 +42,6 @@
 
 %files
 %dir %{_sysconfdir}/containers
-%config %{_sysconfdir}/containers/policy.json
+%config(noreplace) %{_sysconfdir}/containers/policy.json
 
 %changelog