Hello community,

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

Package is "yast2-nis-server"

Wed Jul 31 14:19:34 2019 rev:41 rq:707634 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-server/yast2-nis-server.changes        
2018-12-31 09:42:36.686402228 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-nis-server.new.4126/yast2-nis-server.changes  
    2019-07-31 14:19:39.594630609 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:34:55 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-nis-server-4.1.1.tar.bz2

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

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

Other differences:
------------------
++++++ yast2-nis-server.spec ++++++
--- /var/tmp/diff_new_pack.HjsJQc/_old  2019-07-31 14:19:40.042630252 +0200
+++ /var/tmp/diff_new_pack.HjsJQc/_new  2019-07-31 14:19:40.046630250 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-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,10 +17,13 @@
 
 
 Name:           yast2-nis-server
-Version:        4.1.1
+Version:        4.2.0
 Release:        0
+Summary:        YaST2 - Network Information Services (NIS) Server Configuration
+License:        GPL-2.0-only
+Group:          System/YaST
+Url:            https://github.com/yast/yast-nis-server
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  doxygen
@@ -31,64 +34,47 @@
 BuildRequires:  yast2-testsuite
 # SuSEFirewall2 replaced by firewalld (fate#323460)
 BuildRequires:  yast2 >= 4.0.39
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
+
 Requires:       yast2-network
 Requires:       yast2-nis-client
-
 # SuSEFirewall2 replaced by firewalld (fate#323460)
 Requires:       yast2 >= 4.0.39
+Requires:       yast2-ruby-bindings >= 1.0.0
 
 Provides:       yast2-config-nis-server
-Obsoletes:      yast2-config-nis-server
 Provides:       yast2-trans-nis-server
+
+Obsoletes:      yast2-config-nis-server
 Obsoletes:      yast2-nis-server-devel-doc
 Obsoletes:      yast2-trans-nis-server
 
 BuildArch:      noarch
 
-Requires:       yast2-ruby-bindings >= 1.0.0
-
-Summary:        YaST2 - Network Information Services (NIS) Server Configuration
-License:        GPL-2.0-only
-Group:          System/YaST
-
 %description 
 The YaST2 component for NIS server configuration. NIS is a service
 similar to yellow pages.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
-
-# Remove the license from the /usr/share/doc/packages directory,
-# it is also included in the /usr/share/licenses directory by using
-# the %license tag.
-rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/nis_server
-%{yast_yncludedir}/nis_server/*.rb
-%dir %{yast_moduledir}
-%{yast_moduledir}/NisServer.rb
-%dir %{yast_clientdir}
-%{yast_clientdir}/nis_server.rb
-%{yast_clientdir}/nis_server_auto.rb
-%{yast_clientdir}/nis-server.rb
-%dir %{yast_desktopdir}
-%{yast_desktopdir}/nis_server.desktop
-%dir %{yast_scrconfdir}
-%{yast_scrconfdir}/run_ypwhich_m.scr
-%{yast_scrconfdir}/var_yp_securenets.scr
-%{yast_scrconfdir}/var_yp_ypservers.scr
-%{yast_schemadir}/autoyast/rnc/nis_server.rnc
+%{yast_yncludedir}
+%{yast_moduledir}
+%{yast_clientdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
+%{yast_schemadir}
 %{yast_icondir}
-%dir %{yast_docdir}
+%doc %{yast_docdir}
 %license COPYING
 
 %changelog

++++++ yast2-nis-server-4.1.1.tar.bz2 -> yast2-nis-server-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-4.1.1/Dockerfile 
new/yast2-nis-server-4.2.0/Dockerfile
--- old/yast2-nis-server-4.1.1/Dockerfile       2018-12-06 20:28:23.000000000 
+0100
+++ new/yast2-nis-server-4.2.0/Dockerfile       2019-06-04 16:47:02.000000000 
+0200
@@ -1,3 +1,3 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-server-4.1.1/package/yast2-nis-server.changes 
new/yast2-nis-server-4.2.0/package/yast2-nis-server.changes
--- old/yast2-nis-server-4.1.1/package/yast2-nis-server.changes 2018-12-06 
20:28:23.000000000 +0100
+++ new/yast2-nis-server-4.2.0/package/yast2-nis-server.changes 2019-06-04 
16:47:02.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri May 31 12:34:55 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Thu Dec  6 18:21:57 UTC 2018 - [email protected]
 
 - always use absolute path to binaries (bsc#1118291)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-4.1.1/package/yast2-nis-server.spec 
new/yast2-nis-server-4.2.0/package/yast2-nis-server.spec
--- old/yast2-nis-server-4.1.1/package/yast2-nis-server.spec    2018-12-06 
20:28:23.000000000 +0100
+++ new/yast2-nis-server-4.2.0/package/yast2-nis-server.spec    2019-06-04 
16:47:02.000000000 +0200
@@ -12,76 +12,63 @@
 # 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-nis-server
-Version:        4.1.1
+Version:        4.2.0
 Release:        0
+Group:          System/YaST
+License:        GPL-2.0-only
+Summary:        YaST2 - Network Information Services (NIS) Server Configuration
+Url:            https://github.com/yast/yast-nis-server
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0-only
 BuildRequires:  doxygen perl-XML-Writer update-desktop-files yast2-network 
yast2-nis-client yast2-testsuite
 # SuSEFirewall2 replaced by firewalld (fate#323460)
 BuildRequires:  yast2 >= 4.0.39
-BuildRequires:  yast2-devtools >= 3.1.10
-Requires:       yast2-network yast2-nis-client
+BuildRequires:  yast2-devtools >= 4.2.2
 
+Requires:       yast2-network yast2-nis-client
 # SuSEFirewall2 replaced by firewalld (fate#323460)
 Requires:       yast2 >= 4.0.39
+Requires:       yast2-ruby-bindings >= 1.0.0
 
-Provides:      yast2-config-nis-server
-Obsoletes:     yast2-config-nis-server
-Provides:      yast2-trans-nis-server
-Obsoletes:     yast2-trans-nis-server
-Obsoletes:     yast2-nis-server-devel-doc
-
-BuildArchitectures:    noarch
+Provides:       yast2-config-nis-server
+Provides:       yast2-trans-nis-server
 
-Requires:       yast2-ruby-bindings >= 1.0.0
+Obsoletes:      yast2-config-nis-server
+Obsoletes:      yast2-trans-nis-server
+Obsoletes:      yast2-nis-server-devel-doc
 
-Summary:       YaST2 - Network Information Services (NIS) Server Configuration
+BuildArch:      noarch
 
 %description 
 The YaST2 component for NIS server configuration. NIS is a service
 similar to yellow pages.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
-
-# Remove the license from the /usr/share/doc/packages directory,
-# it is also included in the /usr/share/licenses directory by using
-# the %license tag.
-rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
-
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/nis_server
-%{yast_yncludedir}/nis_server/*.rb
-%dir %{yast_moduledir}
-%{yast_moduledir}/NisServer.rb
-%dir %{yast_clientdir}
-%{yast_clientdir}/nis_server.rb
-%{yast_clientdir}/nis_server_auto.rb
-%{yast_clientdir}/nis-server.rb
-%dir %{yast_desktopdir}
-%{yast_desktopdir}/nis_server.desktop
-%dir %{yast_scrconfdir}
-%{yast_scrconfdir}/run_ypwhich_m.scr
-%{yast_scrconfdir}/var_yp_securenets.scr
-%{yast_scrconfdir}/var_yp_ypservers.scr
-%{yast_schemadir}/autoyast/rnc/nis_server.rnc
+%{yast_yncludedir}
+%{yast_moduledir}
+%{yast_clientdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
+%{yast_schemadir}
 %{yast_icondir}
-%dir %{yast_docdir}
+%doc %{yast_docdir}
 %license COPYING
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-server-4.1.1/src/Makefile.am 
new/yast2-nis-server-4.2.0/src/Makefile.am
--- old/yast2-nis-server-4.1.1/src/Makefile.am  2018-12-06 20:28:23.000000000 
+0100
+++ new/yast2-nis-server-4.2.0/src/Makefile.am  2019-06-04 16:47:02.000000000 
+0200
@@ -31,7 +31,7 @@
   autoyast-rnc/nis_server.rnc
 
 desktop_DATA = \
-  desktop/nis_server.desktop
+  desktop/org.opensuse.yast.NISServer.desktop
 
 scalabledir = @icondir@/hicolor/scalable/apps
 scalable_DATA =\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-server-4.1.1/src/desktop/nis_server.desktop 
new/yast2-nis-server-4.2.0/src/desktop/nis_server.desktop
--- old/yast2-nis-server-4.1.1/src/desktop/nis_server.desktop   2018-12-06 
20:28:23.000000000 +0100
+++ new/yast2-nis-server-4.2.0/src/desktop/nis_server.desktop   1970-01-01 
01:00:00.000000000 +0100
@@ -1,24 +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=nis_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-AutoInstClonable=true
-X-SuSE-YaST-AutoInstSchema=nis_server.rnc
-X-SuSE-YaST-Keywords=authentication,network,users
-
-Icon=yast-nis-server
-Exec=xdg-su -c "/sbin/yast2 nis_server"
-
-Name=NIS Server
-GenericName=Configure a NIS server
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-server-4.1.1/src/desktop/org.opensuse.yast.NISServer.desktop 
new/yast2-nis-server-4.2.0/src/desktop/org.opensuse.yast.NISServer.desktop
--- old/yast2-nis-server-4.1.1/src/desktop/org.opensuse.yast.NISServer.desktop  
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-nis-server-4.2.0/src/desktop/org.opensuse.yast.NISServer.desktop  
2019-06-04 16:47:02.000000000 +0200
@@ -0,0 +1,25 @@
+[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=nis_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-AutoInstClonable=true
+X-SuSE-YaST-AutoInstSchema=nis_server.rnc
+X-SuSE-YaST-Keywords=authentication,network,users
+
+Icon=yast-nis-server
+Exec=xdg-su -c "/sbin/yast2 nis_server"
+
+Name=YaST NIS Server
+GenericName=NIS Server
+Comment=Configure a NIS server
+StartupNotify=true


Reply via email to