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 <[email protected]>
+
+- Add oci-hooks(5) manpage from libpod.
+
+-------------------------------------------------------------------
+Mon Nov 12 08:14:08 UTC 2018 - Valentin Rothberg <[email protected]>
+
+- 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.222281093 +0100
@@ -5,7 +5,7 @@
 <param name="scm">git</param>
 <param name="filename">storage</param>
 <param name="versionformat"></param>
-<param name="revision">17c7d1fee5603ccf6dd97edc14162fc1510e7e23</param>
+<param name="revision">c57ac62f89f5496ae16a6273554f26301aa188e7</param>
 </service>
 
 <service name="tar_scm" mode="disabled">
@@ -13,7 +13,15 @@
 <param name="scm">git</param>
 <param name="filename">image</param>
 <param name="versionformat"></param>
-<param name="revision">ba6ac83aaf1d58c9f8904a9f202a3456d1ddba84</param>
+<param name="revision">4b6d9cf918c1e79a605265568c93cb35185ad25d</param>
+</service>
+
+<service name="tar_scm" mode="disabled">
+<param name="url">https://github.com/containers/libpod.git</param>
+<param name="scm">git</param>
+<param name="filename">libpod</param>
+<param name="versionformat"></param>
+<param name="revision">v0.11.1</param>
 </service>
 
 <service name="recompress" mode="disabled">


Reply via email to