commit libcontainers-storage for openSUSE:Factory

2018-07-27 Thread root
Hello community,

here is the log from the commit of package libcontainers-storage for 
openSUSE:Factory checked in at 2018-07-27 10:55:07

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


Package is "libcontainers-storage"

Fri Jul 27 10:55:07 2018 rev:6 rq:623079 version:0+git26204

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-storage/libcontainers-storage.changes  
2018-06-13 15:46:53.288020800 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-storage.new/libcontainers-storage.changes
 2018-07-27 10:55:25.781553272 +0200
@@ -1,0 +2,9 @@
+Mon Jul 16 07:15:52 UTC 2018 - vrothb...@suse.com
+
+- Update to latest commit 90d0a58ffabb324042e074d33d1f6fbf3185c789
+
+- Do not rename manpages to ensure referential integrity from other manpages
+
+- Run speccleaner
+
+---

Old:

  libcontainers-storage-git.d4bace6a6d19ee11ba1ed30d7d92a58cf3d73b67.tar.xz

New:

  libcontainers-storage-git.90d0a58ffabb324042e074d33d1f6fbf3185c789.tar.xz



Other differences:
--
++ libcontainers-storage.spec ++
--- /var/tmp/diff_new_pack.ey5Xh9/_old  2018-07-27 10:55:26.317554299 +0200
+++ /var/tmp/diff_new_pack.ey5Xh9/_new  2018-07-27 10:55:26.317554299 +0200
@@ -17,7 +17,7 @@
 
 
 %define projectgithub.com/containers/storage
-%define commit d4bace6a6d19ee11ba1ed30d7d92a58cf3d73b67
+%define commit 90d0a58ffabb324042e074d33d1f6fbf3185c789
 # rev_list = git rev-list commit | wc -l
 %define rev_list   26204
 Name:   libcontainers-storage
@@ -26,7 +26,7 @@
 Summary:Configuration files, manpages and tools from 
github.com/containers/storage
 License:Apache-2.0
 Group:  System/Management
-Url:https://%{project}
+URL:https://github.com/containers/storage
 Source0:%{name}-git.%{commit}.tar.xz
 Source1:storage.conf
 BuildRequires:  device-mapper-devel
@@ -64,7 +64,7 @@
go-md2man -in $md -out $md
 done
 rename '.5.md' '.5' docs/*
-rename '.md' '.1' docs/containers-storage-*.md
+rename '.md' '.1' docs/*
 
 %install
 cd $HOME/go/src/%{project}
@@ -78,8 +78,8 @@
 %files
 %{_bindir}/containers-storage
 %config(noreplace) %{_sysconfdir}/containers/storage.conf
-%{_mandir}/man1/containers-storage*
-%{_mandir}/man5/containers-storage*
+%{_mandir}/man1/*.1%{?ext_man}
+%{_mandir}/man5/*.5%{?ext_man}
 %license LICENSE
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.ey5Xh9/_old  2018-07-27 10:55:26.345554352 +0200
+++ /var/tmp/diff_new_pack.ey5Xh9/_new  2018-07-27 10:55:26.345554352 +0200
@@ -5,7 +5,7 @@
 git
 libcontainers-storage
 git.%H
-d4bace6a6d19ee11ba1ed30d7d92a58cf3d73b67
+90d0a58ffabb324042e074d33d1f6fbf3185c789
 
 
 

++ 
libcontainers-storage-git.d4bace6a6d19ee11ba1ed30d7d92a58cf3d73b67.tar.xz -> 
libcontainers-storage-git.90d0a58ffabb324042e074d33d1f6fbf3185c789.tar.xz ++
 13675 lines of diff (skipped)

++ storage.conf ++
--- /var/tmp/diff_new_pack.ey5Xh9/_old  2018-07-27 10:55:26.657554949 +0200
+++ /var/tmp/diff_new_pack.ey5Xh9/_new  2018-07-27 10:55:26.661554957 +0200
@@ -1,3 +1,5 @@
+# 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]
@@ -12,6 +14,8 @@
 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 = [
@@ -23,3 +27,103 @@
 
 # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel 
version
 # override_kernel_check = "false"
+
+# 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
+# 

commit libcontainers-storage for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package libcontainers-storage for 
openSUSE:Factory checked in at 2018-06-13 15:46:50

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


Package is "libcontainers-storage"

Wed Jun 13 15:46:50 2018 rev:5 rq:616231 version:0+git26204

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-storage/libcontainers-storage.changes  
2018-03-05 13:46:18.817583518 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-storage.new/libcontainers-storage.changes
 2018-06-13 15:46:53.288020800 +0200
@@ -1,0 +2,12 @@
+Mon Jun 11 16:02:50 UTC 2018 - mvedov...@suse.com
+
+- Remove unsupported option 'override_kernel_check' from default
+  /etc/containers/storage.conf. 
+  Fixes boo#1094858
+
+---
+Fri Jun  8 13:41:27 UTC 2018 - dcass...@suse.com
+
+- Make use of %license macro 
+
+---



Other differences:
--
++ libcontainers-storage.spec ++
--- /var/tmp/diff_new_pack.xJiuE6/_old  2018-06-13 15:46:54.859963192 +0200
+++ /var/tmp/diff_new_pack.xJiuE6/_new  2018-06-13 15:46:54.863963045 +0200
@@ -80,5 +80,6 @@
 %config(noreplace) %{_sysconfdir}/containers/storage.conf
 %{_mandir}/man1/containers-storage*
 %{_mandir}/man5/containers-storage*
+%license LICENSE
 
 %changelog

++ storage.conf ++
--- /var/tmp/diff_new_pack.xJiuE6/_old  2018-06-13 15:46:55.015957476 +0200
+++ /var/tmp/diff_new_pack.xJiuE6/_new  2018-06-13 15:46:55.015957476 +0200
@@ -22,4 +22,4 @@
 size = ""
 
 # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel 
version
-override_kernel_check = "false"
+# override_kernel_check = "false"




commit libcontainers-storage for openSUSE:Factory

2018-03-05 Thread root
Hello community,

here is the log from the commit of package libcontainers-storage for 
openSUSE:Factory checked in at 2018-03-05 13:45:56

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


Package is "libcontainers-storage"

Mon Mar  5 13:45:56 2018 rev:4 rq:582577 version:0+git26204

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-storage/libcontainers-storage.changes  
2018-03-01 12:07:59.857691512 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-storage.new/libcontainers-storage.changes
 2018-03-05 13:46:18.817583518 +0100
@@ -1,0 +2,7 @@
+Mon Mar  5 09:52:42 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.
+
+---



Other differences:
--
++ libcontainers-storage.spec ++
--- /var/tmp/diff_new_pack.ohfMsO/_old  2018-03-05 13:46:19.465560070 +0100
+++ /var/tmp/diff_new_pack.ohfMsO/_new  2018-03-05 13:46:19.469559926 +0100
@@ -77,7 +77,7 @@
 
 %files
 %{_bindir}/containers-storage
-%config %{_sysconfdir}/containers/storage.conf
+%config(noreplace) %{_sysconfdir}/containers/storage.conf
 %{_mandir}/man1/containers-storage*
 %{_mandir}/man5/containers-storage*
 




commit libcontainers-storage for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libcontainers-storage for 
openSUSE:Factory checked in at 2018-03-01 12:07:57

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


Package is "libcontainers-storage"

Thu Mar  1 12:07:57 2018 rev:3 rq:581032 version:0+git26204

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-storage/libcontainers-storage.changes  
2018-02-20 17:59:50.124181977 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-storage.new/libcontainers-storage.changes
 2018-03-01 12:07:59.857691512 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 16:49:09 UTC 2018 - jmassaguer...@suse.com
+
+- Fix requirement for go-md2man. 
+
+---



Other differences:
--
++ libcontainers-storage.spec ++
--- /var/tmp/diff_new_pack.cMH4De/_old  2018-03-01 12:08:00.325674713 +0100
+++ /var/tmp/diff_new_pack.cMH4De/_new  2018-03-01 12:08:00.329674569 +0100
@@ -26,16 +26,16 @@
 Summary:Configuration files, manpages and tools from 
github.com/containers/storage
 License:Apache-2.0
 Group:  System/Management
-URL:https://%{project}
+Url:https://%{project}
 Source0:%{name}-git.%{commit}.tar.xz
 Source1:storage.conf
 BuildRequires:  device-mapper-devel
-BuildRequires:  go-md2man
-BuildRequires:  golang(API) >= 1.7
+BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  libbtrfs-devel
 BuildRequires:  libcontainers-common
 BuildRequires:  make
+BuildRequires:  golang(API) >= 1.7
 Requires:   libcontainers-common
 # disable stripping of binaries
 %{go_nostrip}




commit libcontainers-storage for openSUSE:Factory

2018-02-20 Thread root
Hello community,

here is the log from the commit of package libcontainers-storage for 
openSUSE:Factory checked in at 2018-02-20 17:57:52

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


Package is "libcontainers-storage"

Tue Feb 20 17:57:52 2018 rev:2 rq:578391 version:0+git26204

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-storage/libcontainers-storage.changes  
2018-02-19 13:00:27.363184674 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-storage.new/libcontainers-storage.changes
 2018-02-20 17:59:50.124181977 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 13:52:22 UTC 2018 - vrothb...@suse.com
+
+- Require golang >= 1.7.
+- Use golang-packaging macro to strip binaries.
+
+---



Other differences:
--
++ libcontainers-storage.spec ++
--- /var/tmp/diff_new_pack.LEfD7Q/_old  2018-02-20 17:59:50.964151746 +0100
+++ /var/tmp/diff_new_pack.LEfD7Q/_new  2018-02-20 17:59:50.968151602 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 %define projectgithub.com/containers/storage
 %define commit d4bace6a6d19ee11ba1ed30d7d92a58cf3d73b67
 # rev_list = git rev-list commit | wc -l
@@ -32,11 +31,14 @@
 Source1:storage.conf
 BuildRequires:  device-mapper-devel
 BuildRequires:  go-md2man
-BuildRequires:  golang(API) >= 1.5
+BuildRequires:  golang(API) >= 1.7
+BuildRequires:  golang-packaging
 BuildRequires:  libbtrfs-devel
 BuildRequires:  libcontainers-common
 BuildRequires:  make
 Requires:   libcontainers-common
+# disable stripping of binaries
+%{go_nostrip}
 
 %description
 Configuration files, manpages and debugging tools from 
github.com/containers/storage.