Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2019-07-31 14:20:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-samba-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-samba-server.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-samba-server"

Wed Jul 31 14:20:27 2019 rev:83 rq:707659 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes    
2018-12-31 09:43:38.430351682 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new.4126/yast2-samba-server.changes
  2019-07-31 14:20:28.518591746 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:38:03 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-samba-server-4.1.3.tar.bz2

New:
----
  yast2-samba-server-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-samba-server.spec ++++++
--- /var/tmp/diff_new_pack.aQDcK0/_old  2019-07-31 14:20:28.990591371 +0200
+++ /var/tmp/diff_new_pack.aQDcK0/_new  2019-07-31 14:20:28.990591371 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-samba-server
 #
-# 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
@@ -17,12 +17,14 @@
 
 
 Name:           yast2-samba-server
-Version:        4.1.3
+Version:        4.2.0
 Release:        0
+Url:            https://github.com/yast/yast-samba-server
+Summary:        YaST2 - Samba Server Configuration
+License:        GPL-2.0-only
+Group:          System/YaST
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
-Url:            https://github.com/yast/yast-samba-server
 
 # Service.Active
 BuildRequires:  libsmbclient-devel
@@ -33,7 +35,7 @@
 BuildRequires:  update-desktop-files
 # Yast2::ServiceWidget
 BuildRequires:  yast2 >= 4.1.0
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ldap
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-samba-client
@@ -47,6 +49,7 @@
 Requires:       yast2-network
 Requires:       yast2-perl-bindings
 # samba-client/routines.rb
+Requires:       yast2-ruby-bindings >= 1.0.0
 Requires:       yast2-samba-client >= 3.1.15
 Requires:       yast2-users
 
@@ -55,34 +58,28 @@
 
 BuildArch:      noarch
 
-Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:        YaST2 - Samba Server Configuration
-License:        GPL-2.0-only
-Group:          System/YaST
-
 %description
 This package contains the YaST2 component for Samba server
 configuration.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/samba-server
-%{yast_yncludedir}/samba-server/*
-%{yast_ydatadir}/*.rb
-%{yast_clientdir}/*.rb
-%{yast_moduledir}/*
-%{yast_desktopdir}/samba-server.desktop
-%{yast_schemadir}/autoyast/rnc/samba-server.rnc
+%{yast_yncludedir}
+%{yast_ydatadir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING

++++++ yast2-samba-server-4.1.3.tar.bz2 -> yast2-samba-server-4.2.0.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-4.1.3/Dockerfile 
new/yast2-samba-server-4.2.0/Dockerfile
--- old/yast2-samba-server-4.1.3/Dockerfile     2018-12-12 14:11:20.000000000 
+0100
+++ new/yast2-samba-server-4.2.0/Dockerfile     2019-06-04 17:37:19.000000000 
+0200
@@ -1,3 +1,6 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
+RUN zypper --non-interactive in --no-recommends \
+  perl-Crypt-SmbHash \
+  yast2-samba-client
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-4.1.3/package/yast2-samba-server.changes 
new/yast2-samba-server-4.2.0/package/yast2-samba-server.changes
--- old/yast2-samba-server-4.1.3/package/yast2-samba-server.changes     
2018-12-12 14:11:20.000000000 +0100
+++ new/yast2-samba-server-4.2.0/package/yast2-samba-server.changes     
2019-06-04 17:37:19.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:38:03 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Wed Dec 12 12:47:46 UTC 2018 - Josef Reidinger <[email protected]>
 
 - always use absolute path to binaries (bsc#1118291)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-4.1.3/package/yast2-samba-server.spec 
new/yast2-samba-server-4.2.0/package/yast2-samba-server.spec
--- old/yast2-samba-server-4.1.3/package/yast2-samba-server.spec        
2018-12-12 14:11:20.000000000 +0100
+++ new/yast2-samba-server-4.2.0/package/yast2-samba-server.spec        
2019-06-04 17:37:19.000000000 +0200
@@ -12,20 +12,20 @@
 # 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/
 #
 
 
 Name:           yast2-samba-server
-Version:        4.1.3
+Version:        4.2.0
 Release:        0
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %{name}-%{version}.tar.bz2
 Url:            https://github.com/yast/yast-samba-server
-
+Summary:        YaST2 - Samba Server Configuration
 Group:          System/YaST
 License:        GPL-2.0-only
+
+Source0:        %{name}-%{version}.tar.bz2
+
 # Service.Active
 BuildRequires:  libsmbclient-devel
 BuildRequires:  perl-Crypt-SmbHash
@@ -35,55 +35,53 @@
 BuildRequires:  update-desktop-files
 # Yast2::ServiceWidget
 BuildRequires:  yast2 >= 4.1.0
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ldap
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-samba-client
 BuildRequires:  yast2-testsuite
 BuildRequires:  yast2-users
 
-Requires:      perl-Crypt-SmbHash
+Requires:       perl-Crypt-SmbHash
 # Yast2::ServiceWidget
-Requires:      yast2 >= 4.1.0
-Requires:      yast2-ldap >= 3.1.2
-Requires:      yast2-perl-bindings
-Requires:      yast2-network
+Requires:       yast2 >= 4.1.0
+Requires:       yast2-ldap >= 3.1.2
+Requires:       yast2-perl-bindings
+Requires:       yast2-network
 # samba-client/routines.rb
-Requires:      yast2-samba-client >= 3.1.15
-Requires:      yast2-users
+Requires:       yast2-samba-client >= 3.1.15
+Requires:       yast2-users
+Requires:       yast2-ruby-bindings >= 1.0.0
 
 # bnc #386473, recommend yast2-samba-server when installaing these packages
-Supplements:   samba
-
-BuildArchitectures:    noarch
-
-Requires:       yast2-ruby-bindings >= 1.0.0
+Supplements:    samba
 
-Summary:       YaST2 - Samba Server Configuration
+BuildArch:      noarch
 
 %description
 This package contains the YaST2 component for Samba server
 configuration.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
-
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/samba-server
-%{yast_yncludedir}/samba-server/*
-%{yast_ydatadir}/*.rb
-%{yast_clientdir}/*.rb
-%{yast_moduledir}/*
-%{yast_desktopdir}/samba-server.desktop
-%{yast_schemadir}/autoyast/rnc/samba-server.rnc
+%{yast_yncludedir}
+%{yast_ydatadir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-4.1.3/src/Makefile.am 
new/yast2-samba-server-4.2.0/src/Makefile.am
--- old/yast2-samba-server-4.1.3/src/Makefile.am        2018-12-12 
14:11:20.000000000 +0100
+++ new/yast2-samba-server-4.2.0/src/Makefile.am        2019-06-04 
17:37:19.000000000 +0200
@@ -43,7 +43,7 @@
   data/add_machine.rb
 
 desktop_DATA = \
-  desktop/samba-server.desktop
+  desktop/org.opensuse.yast.SambaServer.desktop
 
 scalabledir = @icondir@/hicolor/scalable/apps
 scalable_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-4.1.3/src/clients/users_plugin_samba.rb 
new/yast2-samba-server-4.2.0/src/clients/users_plugin_samba.rb
--- old/yast2-samba-server-4.1.3/src/clients/users_plugin_samba.rb      
2018-12-12 14:11:20.000000000 +0100
+++ new/yast2-samba-server-4.2.0/src/clients/users_plugin_samba.rb      
2019-06-04 17:37:19.000000000 +0200
@@ -192,7 +192,7 @@
         )
 
         Wizard.CreateDialog
-        Wizard.SetDesktopIcon("users")
+        Wizard.SetDesktopIcon("org.opensuse.yast.SambaServer")
 
         # dialog caption
         Wizard.SetContentsButtons(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-4.1.3/src/clients/users_plugin_samba_groups.rb 
new/yast2-samba-server-4.2.0/src/clients/users_plugin_samba_groups.rb
--- old/yast2-samba-server-4.1.3/src/clients/users_plugin_samba_groups.rb       
2018-12-12 14:11:20.000000000 +0100
+++ new/yast2-samba-server-4.2.0/src/clients/users_plugin_samba_groups.rb       
2019-06-04 17:37:19.000000000 +0200
@@ -105,7 +105,7 @@
         )
 
         Wizard.CreateDialog
-        Wizard.SetDesktopIcon("users")
+        Wizard.SetDesktopIcon("org.opensuse.yast.SambaServer")
 
         # dialog caption
         Wizard.SetContentsButtons(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-4.1.3/src/desktop/org.opensuse.yast.SambaServer.desktop 
new/yast2-samba-server-4.2.0/src/desktop/org.opensuse.yast.SambaServer.desktop
--- 
old/yast2-samba-server-4.1.3/src/desktop/org.opensuse.yast.SambaServer.desktop  
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-samba-server-4.2.0/src/desktop/org.opensuse.yast.SambaServer.desktop  
    2019-06-04 17:37:19.000000000 +0200
@@ -0,0 +1,27 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Net_advanced;
+
+X-KDE-ModuleType=Library
+X-KDE-HasReadOnlyMode=true
+X-SuSE-YaST-Call=samba-server
+
+X-SuSE-YaST-Group=Net_advanced
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-AutoInst=all
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoInstResource=samba-server
+X-SuSE-YaST-AutoInstClonable=true
+X-SuSE-YaST-AutoInstRequires=lan
+X-SuSE-YaST-AutoInstSchema=samba-server.rnc
+X-SuSE-YaST-Keywords=authentication,samba,windows,network
+
+Icon=yast-samba-server
+Exec=xdg-su -c "/sbin/yast2 samba-server"
+
+Name=YaST Samba Server
+GenericName=Samba Server
+Comment=Configure a Samba server
+StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-4.1.3/src/desktop/samba-server.desktop 
new/yast2-samba-server-4.2.0/src/desktop/samba-server.desktop
--- old/yast2-samba-server-4.1.3/src/desktop/samba-server.desktop       
2018-12-12 14:11:20.000000000 +0100
+++ new/yast2-samba-server-4.2.0/src/desktop/samba-server.desktop       
1970-01-01 01:00:00.000000000 +0100
@@ -1,26 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Net_advanced;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=samba-server
-
-X-SuSE-YaST-Group=Net_advanced
-X-SuSE-YaST-Argument=
-X-SuSE-YaST-RootOnly=true
-X-SuSE-YaST-AutoInst=all
-X-SuSE-YaST-Geometry=
-X-SuSE-YaST-SortKey=
-X-SuSE-YaST-AutoInstResource=samba-server
-X-SuSE-YaST-AutoInstClonable=true
-X-SuSE-YaST-AutoInstRequires=lan
-X-SuSE-YaST-AutoInstSchema=samba-server.rnc
-X-SuSE-YaST-Keywords=authentication,samba,windows,network
-
-Icon=yast-samba-server
-Exec=xdg-su -c "/sbin/yast2 samba-server"
-
-Name=Samba Server
-GenericName=Configure a Samba server
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-4.1.3/src/include/samba-server/wizards.rb 
new/yast2-samba-server-4.2.0/src/include/samba-server/wizards.rb
--- old/yast2-samba-server-4.1.3/src/include/samba-server/wizards.rb    
2018-12-12 14:11:20.000000000 +0100
+++ new/yast2-samba-server-4.2.0/src/include/samba-server/wizards.rb    
2019-06-04 17:37:19.000000000 +0200
@@ -144,7 +144,7 @@
       }
 
       Wizard.CreateDialog
-      Wizard.SetDesktopTitleAndIcon("samba-server")
+      Wizard.SetDesktopTitleAndIcon("org.opensuse.yast.SambaServer")
 
       ret = Sequencer.Run(aliases, sequence)
 


Reply via email to