Hello community,

here is the log from the commit of package yast2-docker for openSUSE:Factory 
checked in at 2019-08-01 15:47:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-docker (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-docker.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-docker"

Thu Aug  1 15:47:59 2019 rev:11 rq:707433 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-docker/yast2-docker.changes        
2019-01-03 18:06:29.556147583 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-docker.new.4126/yast2-docker.changes      
2019-08-01 15:48:02.133743924 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:29:13 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-docker-4.1.1.tar.bz2

New:
----
  yast2-docker-4.2.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-docker.spec ++++++
--- /var/tmp/diff_new_pack.wGbBgd/_old  2019-08-01 15:48:02.633743857 +0200
+++ /var/tmp/diff_new_pack.wGbBgd/_new  2019-08-01 15:48:02.633743857 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-docker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -24,24 +24,18 @@
 ######################################################################
 
 Name:           yast2-docker
-Version:        4.1.1
+Version:        4.2.0
 Release:        0
-BuildArch:      noarch
-# ExcludeArch in sync with docker.spec
-ExcludeArch:    %ix86 s390 ppc
+Summary:        YaST2 - GUI for docker management
+License:        GPL-2.0-only OR GPL-3.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-docker
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Requires:       docker >= 1.3
-Requires:       yast2 >= 3.1.0
-Requires:       yast2-ruby-bindings >= 1.2.0
-Requires:       yast2-storage-ng
-Requires:       rubygem(%{rb_default_ruby_abi}:docker-api)
-
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 3.0.5
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ruby-bindings >= 1.2.0
 #for install task
 BuildRequires:  rubygem(yast-rake)
@@ -50,31 +44,36 @@
 # for docker api
 BuildRequires:  rubygem(docker-api)
 
-Summary:        YaST2 - GUI for docker management
-License:        GPL-2.0-only OR GPL-3.0-only
-Group:          System/YaST
-Url:            https://github.com/yast/yast-docker
+Requires:       docker >= 1.3
+Requires:       yast2 >= 3.1.0
+Requires:       yast2-ruby-bindings >= 1.2.0
+Requires:       yast2-storage-ng
+Requires:       rubygem(%{rb_default_ruby_abi}:docker-api)
+
+BuildArch:      noarch
+# ExcludeArch in sync with docker.spec
+ExcludeArch:    %ix86 s390 ppc
 
 %description
 Provides easy to use GUI for running docker containers.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%{yast_dir}/clients/*.rb
-%{yast_dir}/lib/ydocker
-%{yast_desktopdir}/docker-config.desktop
+%{yast_clientdir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
-
-%doc COPYING
+%license COPYING
 %doc README.md
 
 %changelog

++++++ yast2-docker-4.1.1.tar.bz2 -> yast2-docker-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-4.1.1/Dockerfile 
new/yast2-docker-4.2.0/Dockerfile
--- old/yast2-docker-4.1.1/Dockerfile   2018-12-13 17:18:45.000000000 +0100
+++ new/yast2-docker-4.2.0/Dockerfile   2019-06-04 11:26:50.000000000 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 RUN zypper --non-interactive in --force-resolution rubygem-docker-api
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-4.1.1/package/yast2-docker.changes 
new/yast2-docker-4.2.0/package/yast2-docker.changes
--- old/yast2-docker-4.1.1/package/yast2-docker.changes 2018-12-13 
17:18:45.000000000 +0100
+++ new/yast2-docker-4.2.0/package/yast2-docker.changes 2019-06-04 
11:26:50.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:29:13 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Wed Dec 12 12:09:46 UTC 2018 - [email protected]
 
 - Hardening commands execution (part of bsc#1118291).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-4.1.1/package/yast2-docker.spec 
new/yast2-docker-4.2.0/package/yast2-docker.spec
--- old/yast2-docker-4.1.1/package/yast2-docker.spec    2018-12-13 
17:18:45.000000000 +0100
+++ new/yast2-docker-4.2.0/package/yast2-docker.spec    2019-06-04 
11:26:50.000000000 +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/
 #
 
 
@@ -24,23 +24,17 @@
 ######################################################################
 
 Name:           yast2-docker
-Version:        4.1.1
+Version:        4.2.0
 Release:        0
-BuildArch:      noarch
-# ExcludeArch in sync with docker.spec
-ExcludeArch:    %ix86 s390 ppc
+Summary:        YaST2 - GUI for docker management
+Group:          System/YaST
+License:        GPL-2.0 or GPL-3.0
+Url:            https://github.com/yast/yast-docker
 
-BuildRoot:      %{_tmppath}/%{name}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Requires:       yast2 >= 3.1.0
-Requires:       yast2-ruby-bindings >= 1.2.0
-Requires:       yast2-storage-ng
-Requires:       rubygem(%{rb_default_ruby_abi}:docker-api)
-Requires:       docker >= 1.3
-
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ruby-bindings >= 1.2.0
 BuildRequires:  yast2 >= 3.0.5
 #for install task
@@ -50,29 +44,34 @@
 # for docker api
 BuildRequires:  rubygem(docker-api)
 
-Summary:        YaST2 - GUI for docker management
-Group:          System/YaST
-License:        GPL-2.0 or GPL-3.0
-Url:            https://github.com/yast/yast-docker
+Requires:       yast2 >= 3.1.0
+Requires:       yast2-ruby-bindings >= 1.2.0
+Requires:       yast2-storage-ng
+Requires:       rubygem(%{rb_default_ruby_abi}:docker-api)
+Requires:       docker >= 1.3
+
+BuildArch:      noarch
+# ExcludeArch in sync with docker.spec
+ExcludeArch:    %ix86 s390 ppc
 
 %description
 Provides easy to use GUI for running docker containers.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%{yast_dir}/clients/*.rb
-%{yast_dir}/lib/ydocker
-%{yast_desktopdir}/docker-config.desktop
+%{yast_clientdir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
-
-%doc COPYING
+%license COPYING
 %doc README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-4.1.1/src/desktop/docker-config.desktop 
new/yast2-docker-4.2.0/src/desktop/docker-config.desktop
--- old/yast2-docker-4.1.1/src/desktop/docker-config.desktop    2018-12-13 
17:18:45.000000000 +0100
+++ new/yast2-docker-4.2.0/src/desktop/docker-config.desktop    1970-01-01 
01:00:00.000000000 +0100
@@ -1,23 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Virtualization;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=docker
-
-X-SuSE-YaST-Group=Virtualization
-X-SuSE-YaST-Argument=
-X-SuSE-YaST-RootOnly=false
-X-SuSE-YaST-Geometry=
-X-SuSE-YaST-SortKey=
-X-SuSE-YaST-AutoinstResource=
-
-Icon=yast-docker
-Exec=/sbin/yast2 docker
-
-Name=Docker
-GenericName=Docker
-X-KDE-SubstituteUID=true
-StartupNotify=true
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-docker-4.1.1/src/desktop/org.opensuse.yast.Docker.desktop 
new/yast2-docker-4.2.0/src/desktop/org.opensuse.yast.Docker.desktop
--- old/yast2-docker-4.1.1/src/desktop/org.opensuse.yast.Docker.desktop 
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-docker-4.2.0/src/desktop/org.opensuse.yast.Docker.desktop 
2019-06-04 11:26:50.000000000 +0200
@@ -0,0 +1,24 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Virtualization;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=docker
+
+X-SuSE-YaST-Group=Virtualization
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=false
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoinstResource=
+
+Icon=yast-docker
+Exec=/sbin/yast2 docker
+
+Name=YaST Docker
+GenericName=Docker
+Comment=Docker Configuration
+X-KDE-SubstituteUID=true
+StartupNotify=true
+


Reply via email to