commit libcontainers-image for openSUSE:Factory

2018-07-27 Thread root
Hello community,

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

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


Package is "libcontainers-image"

Fri Jul 27 10:55:10 2018 rev:5 rq:623083 version:0+git1145

Changes:

--- /work/SRC/openSUSE:Factory/libcontainers-image/libcontainers-image.changes  
2018-06-13 15:40:41.761677851 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-image.new/libcontainers-image.changes 
2018-07-27 10:55:26.821555263 +0200
@@ -1,0 +2,13 @@
+Mon Jul 16 08:11:49 UTC 2018 - vrothb...@suse.com
+
+- Update to commit 66857a7ff6ed0dc8eb70b5532e9add4fd77981c4
+
+- Set "docker.io" by default to registries.conf's search registries
+
+- Install all manpages
+
+- Run spec-cleaner
+
+- Delete superfluous default.yaml
+
+---

Old:

  default.yaml
  libcontainers-image-git.3ab2e31e6ff9fc2b21b81188c1f6cf545658ff4a.tar.xz

New:

  libcontainers-image-git.66857a7ff6ed0dc8eb70b5532e9add4fd77981c4.tar.xz
  registries.conf



Other differences:
--
++ libcontainers-image.spec ++
--- /var/tmp/diff_new_pack.h3tFH5/_old  2018-07-27 10:55:27.289556159 +0200
+++ /var/tmp/diff_new_pack.h3tFH5/_new  2018-07-27 10:55:27.293556166 +0200
@@ -17,7 +17,7 @@
 
 
 %define projectgithub.com/containers/image
-%define commit 3ab2e31e6ff9fc2b21b81188c1f6cf545658ff4a
+%define commit 66857a7ff6ed0dc8eb70b5532e9add4fd77981c4
 # rev_list = git rev-list commit | wc -l
 %define rev_list   1145
 Name:   libcontainers-image
@@ -26,15 +26,17 @@
 Summary:Configuration files, and manpages from 
github.com/containers/image
 License:Apache-2.0
 Group:  System/Management
-Url:https://%{project}
+URL:https://github.com/containers/image
 Source0:%{name}-git.%{commit}.tar.xz
-Source1:default.yaml
+Source1:registries.conf
 BuildRequires:  go-go-md2man
 BuildRequires:  libcontainers-common
 Requires:   libcontainers-common
+BuildArch:  noarch
 
 %description
-Configuration files, and manpages from github.com/containers/image.
+Configuration files, and manpages from github.com/containers/image used by many
+container tools such CRI-O, Podman, Skopeo and Buildah.
 
 %prep
 %setup -q -n %{name}-git.%{commit}
@@ -45,22 +47,23 @@
 do
go-md2man -in $md -out $md
 done
+rename '.5.md' '.5' docs/*
+rename '.md' '.1' docs/*
 
 %install
-install -d %{buildroot}/%{_mandir}/man5
-install -D -m 0644 docs/atomic-signature.md 
%{buildroot}/%{_mandir}/man5/containers-image-signature.5
-install -D -m 0644 docs/registries.conf.5.md 
%{buildroot}/%{_mandir}/man5/containers-image-registries.conf.5
-install -D -m 0644 docs/registries.d.md 
%{buildroot}/%{_mandir}/man5/containers-image-registries.d.5
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
-install -D -m 0644 registries.conf 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers/registries.d
-install -D -m 0644 %{SOURCE1} 
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
+install -D -m 0644 %{SOURCE1} 
%{buildroot}/%{_sysconfdir}/containers/registries.conf
+install -d %{buildroot}/%{_mandir}/man1
+install -d %{buildroot}/%{_mandir}/man5
+install -D -m 0644 docs/*.1 %{buildroot}/%{_mandir}/man1/
+install -D -m 0644 docs/*.5 %{buildroot}/%{_mandir}/man5/
 
 %files
 %config(noreplace) %{_sysconfdir}/containers/registries.conf
 %dir %{_sysconfdir}/containers/registries.d
-%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
-%{_mandir}/man5/containers-image-*
+%{_mandir}/man1/*.1%{?ext_man}
+%{_mandir}/man5/*.5%{?ext_man}
 %license LICENSE
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.h3tFH5/_old  2018-07-27 10:55:27.317556213 +0200
+++ /var/tmp/diff_new_pack.h3tFH5/_new  2018-07-27 10:55:27.317556213 +0200
@@ -5,7 +5,7 @@
 git
 libcontainers-image
 git.%H
-3ab2e31e6ff9fc2b21b81188c1f6cf545658ff4a
+66857a7ff6ed0dc8eb70b5532e9add4fd77981c4
 
 
 

++ libcontainers-image-git.3ab2e31e6ff9fc2b21b81188c1f6cf545658ff4a.tar.xz 
-> libcontainers-image-git.66857a7ff6ed0dc8eb70b5532e9add4fd77981c4.tar.xz 
++
 11612 lines of diff (skipped)

++ registries.conf ++
# For more information on this configuration file, see registries.conf(5).
#
# Registries to search for images that are not fully-qualified.
# i.e. foobar.com/my_image:latest vs my_image:latest
[registries.search]
registries = ["docker.io"]

# Registries that do not use TLS when pulling images or uses self-signed
# certificates.
[registri

commit libcontainers-image for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package libcontainers-image for 
openSUSE:Factory checked in at 2018-06-13 15:39:57

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


Package is "libcontainers-image"

Wed Jun 13 15:39:57 2018 rev:4 rq:616059 version:0+git1145

Changes:

--- /work/SRC/openSUSE:Factory/libcontainers-image/libcontainers-image.changes  
2018-03-05 13:46:16.905652703 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-image.new/libcontainers-image.changes 
2018-06-13 15:40:41.761677851 +0200
@@ -1,0 +2,5 @@
+Fri Jun  8 13:36:17 UTC 2018 - dcass...@suse.com
+
+- Make use of the %license macro 
+
+---



Other differences:
--
++ libcontainers-image.spec ++
--- /var/tmp/diff_new_pack.QxRixi/_old  2018-06-13 15:40:44.049593667 +0200
+++ /var/tmp/diff_new_pack.QxRixi/_new  2018-06-13 15:40:44.057593373 +0200
@@ -61,5 +61,6 @@
 %dir %{_sysconfdir}/containers/registries.d
 %config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
 %{_mandir}/man5/containers-image-*
+%license LICENSE
 
 %changelog





commit libcontainers-image for openSUSE:Factory

2018-03-05 Thread root
Hello community,

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

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


Package is "libcontainers-image"

Mon Mar  5 13:45:50 2018 rev:3 rq:582572 version:0+git1145

Changes:

--- /work/SRC/openSUSE:Factory/libcontainers-image/libcontainers-image.changes  
2018-03-01 12:07:59.157716640 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-image.new/libcontainers-image.changes 
2018-03-05 13:46:16.905652703 +0100
@@ -1,0 +2,7 @@
+Mon Mar  5 09:43:01 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-image.spec ++
--- /var/tmp/diff_new_pack.Emtz3F/_old  2018-03-05 13:46:17.569628676 +0100
+++ /var/tmp/diff_new_pack.Emtz3F/_new  2018-03-05 13:46:17.577628387 +0100
@@ -57,9 +57,9 @@
 install -D -m 0644 %{SOURCE1} 
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
 
 %files
-%config %{_sysconfdir}/containers/registries.conf
+%config(noreplace) %{_sysconfdir}/containers/registries.conf
 %dir %{_sysconfdir}/containers/registries.d
-%config %{_sysconfdir}/containers/registries.d/default.yaml
+%config(noreplace) %{_sysconfdir}/containers/registries.d/default.yaml
 %{_mandir}/man5/containers-image-*
 
 %changelog





commit libcontainers-image for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "libcontainers-image"

Thu Mar  1 12:07:55 2018 rev:2 rq:581031 version:0+git1145

Changes:

--- /work/SRC/openSUSE:Factory/libcontainers-image/libcontainers-image.changes  
2018-02-19 13:00:24.919272813 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-image.new/libcontainers-image.changes 
2018-03-01 12:07:59.157716640 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 16:46:43 UTC 2018 - jmassaguer...@suse.com
+
+- Fix requirement in go-md2man. 
+
+---



Other differences:
--
++ libcontainers-image.spec ++
--- /var/tmp/diff_new_pack.0cPnmL/_old  2018-03-01 12:07:59.721696394 +0100
+++ /var/tmp/diff_new_pack.0cPnmL/_new  2018-03-01 12:07:59.721696394 +0100
@@ -26,10 +26,10 @@
 Summary:Configuration files, and manpages from 
github.com/containers/image
 License:Apache-2.0
 Group:  System/Management
-URL:https://%{project}
+Url:https://%{project}
 Source0:%{name}-git.%{commit}.tar.xz
 Source1:default.yaml
-BuildRequires:  go-md2man
+BuildRequires:  go-go-md2man
 BuildRequires:  libcontainers-common
 Requires:   libcontainers-common