Hello community,
here is the log from the commit of package docker-image-migrator for
openSUSE:Factory checked in at 2017-11-15 17:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-image-migrator (Old)
and /work/SRC/openSUSE:Factory/.docker-image-migrator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-image-migrator"
Wed Nov 15 17:03:08 2017 rev:3 rq:541906 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/docker-image-migrator/docker-image-migrator.changes
2016-08-15 10:31:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.docker-image-migrator.new/docker-image-migrator.changes
2017-11-15 17:03:09.908245921 +0100
@@ -1,0 +2,5 @@
+Mon Nov 13 16:12:01 UTC 2017 - [email protected]
+
+- Drop empty pre, preun and postun scripts.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ docker-image-migrator.spec ++++++
--- /var/tmp/diff_new_pack.pr1G9T/_old 2017-11-15 17:03:11.068203448 +0100
+++ /var/tmp/diff_new_pack.pr1G9T/_new 2017-11-15 17:03:11.072203302 +0100
@@ -1,7 +1,7 @@
#
# spec file for package docker-image-migrator
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
Name: docker-image-migrator
Version: 1.0.2
Release: 0
-Summary: No-downtime migration tool for Docker v1 image manifests.
+Summary: No-downtime migration tool for Docker v1 image manifests
License: Apache-2.0
Group: System/Management
Url: https://github.com/docker/v1.10-migrator
@@ -90,8 +90,6 @@
%{__install} -m0755 %{name}-%{version} %{buildroot}%{bindir}/%{name}
%{__install} -m0755 %{migratescriptname}
%{buildroot}%{bindir}/%{migratescriptname}
-%pre
-
%post
cat <<EOF
Please run
@@ -101,10 +99,6 @@
add any extra options, you can specify them as arguments to the script.
EOF
-%preun
-
-%postun
-
%files
%defattr(-,root,root)
%doc README.md LICENSE.code LICENSE.docs