Hello community,

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

Package is "yast2-configuration-management"

Wed Jul 31 14:23:40 2019 rev:12 rq:716958 version:4.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-configuration-management/yast2-configuration-management.changes
    2019-03-06 19:02:20.145091822 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-configuration-management.new.4126/yast2-configuration-management.changes
  2019-07-31 14:23:41.338416995 +0200
@@ -1,0 +2,15 @@
+Fri Jul 19 09:24:05 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:27:52 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-configuration-management-4.1.6.tar.bz2

New:
----
  yast2-configuration-management-4.2.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-configuration-management.spec ++++++
--- /var/tmp/diff_new_pack.gd1sXQ/_old  2019-07-31 14:23:41.674416614 +0200
+++ /var/tmp/diff_new_pack.gd1sXQ/_new  2019-07-31 14:23:41.674416614 +0200
@@ -17,17 +17,19 @@
 
 
 Name:           yast2-configuration-management
-Version:        4.1.6
+Version:        4.2.1
 Release:        0
+Url:            https://github.com/yast/yast-migration
+Summary:        YaST2 - YaST Configuration Management
+License:        GPL-2.0-only
+Group:          System/YaST
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Url:            http://github.com/yast/yast-migration
-
 # CWM DateField and TimeField widgets
+BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 4.1.53
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-installation
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake)
@@ -38,35 +40,29 @@
 
 BuildArch:      noarch
 
-Summary:        YaST2 - YaST Configuration Management
-License:        GPL-2.0-only
-Group:          System/YaST
-
 %description
 This package contains the YaST2 component for Configuration Management 
Provisioning.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%{yast_clientdir}/*.rb
-%{yast_libdir}/y2configuration_management
-%{yast_desktopdir}/*.desktop
-%{yast_schemadir}/autoyast/rnc/*.rnc
+%{yast_clientdir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
 %{yast_icondir}
-
-%dir %{yast_docdir}
+%doc %{yast_docdir}
 %license COPYING
-%doc %{yast_docdir}/README.md
-%doc %{yast_docdir}/CONTRIBUTING.md
 
 %changelog

++++++ yast2-configuration-management-4.1.6.tar.bz2 -> 
yast2-configuration-management-4.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-configuration-management-4.1.6/Dockerfile 
new/yast2-configuration-management-4.2.1/Dockerfile
--- old/yast2-configuration-management-4.1.6/Dockerfile 2019-03-04 
10:25:34.000000000 +0100
+++ new/yast2-configuration-management-4.2.1/Dockerfile 2019-07-19 
11:36:52.000000000 +0200
@@ -1,2 +1,2 @@
-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-configuration-management-4.1.6/package/yast2-configuration-management.changes
 
new/yast2-configuration-management-4.2.1/package/yast2-configuration-management.changes
--- 
old/yast2-configuration-management-4.1.6/package/yast2-configuration-management.changes
     2019-03-04 10:25:34.000000000 +0100
+++ 
new/yast2-configuration-management-4.2.1/package/yast2-configuration-management.changes
     2019-07-19 11:36:52.000000000 +0200
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Fri Jul 19 09:24:05 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+-------------------------------------------------------------------
+Fri May 31 12:27:52 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+-------------------------------------------------------------------
 Thu Feb 28 19:22:52 UTC 2019 - Imobach Gonzalez Sosa <[email protected]>
 
 - Fix $visibleIf condition evaluation when the left value is "false"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-configuration-management-4.1.6/package/yast2-configuration-management.spec
 
new/yast2-configuration-management-4.2.1/package/yast2-configuration-management.spec
--- 
old/yast2-configuration-management-4.1.6/package/yast2-configuration-management.spec
        2019-03-04 10:25:34.000000000 +0100
+++ 
new/yast2-configuration-management-4.2.1/package/yast2-configuration-management.spec
        2019-07-19 11:36:52.000000000 +0200
@@ -12,25 +12,27 @@
 # 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-configuration-management
-Version:        4.1.6
+Version:        4.2.1
 Release:        0
+Url:            https://github.com/yast/yast-migration
+Summary:        YaST2 - YaST Configuration Management
+License:        GPL-2.0-only
+Group:          System/YaST
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Url:            http://github.com/yast/yast-migration
-
 # CWM DateField and TimeField widgets
 BuildRequires:  yast2 >= 4.1.53
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-installation
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake)
+BuildRequires:  update-desktop-files
 
 # CWM DateField and TimeField widgets
 Requires:       yast2 => 4.1.53
@@ -38,35 +40,29 @@
 
 BuildArch:      noarch
 
-Summary:        YaST2 - YaST Configuration Management
-License:        GPL-2.0-only
-Group:          System/YaST
-
 %description
 This package contains the YaST2 component for Configuration Management 
Provisioning.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%{yast_clientdir}/*.rb
-%{yast_libdir}/y2configuration_management
-%{yast_desktopdir}/*.desktop
-%{yast_schemadir}/autoyast/rnc/*.rnc
+%{yast_clientdir}
+%{yast_libdir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_schemadir}
 %{yast_icondir}
-
-%dir %{yast_docdir}
+%doc %{yast_docdir}
 %license COPYING
-%doc %{yast_docdir}/README.md
-%doc %{yast_docdir}/CONTRIBUTING.md
 
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-configuration-management-4.1.6/src/desktop/configuration_management.desktop
 
new/yast2-configuration-management-4.2.1/src/desktop/configuration_management.desktop
--- 
old/yast2-configuration-management-4.1.6/src/desktop/configuration_management.desktop
       2019-03-04 10:25:34.000000000 +0100
+++ 
new/yast2-configuration-management-4.2.1/src/desktop/configuration_management.desktop
       1970-01-01 01:00:00.000000000 +0100
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
-X-SuSE-YaST-Call=configuration_management
-
-X-SuSE-YaST-Group=Misc
-X-SuSE-YaST-AutoInst=all
-X-SuSE-YaST-AutoInstClonable=false
-X-SuSE-YaST-AutoInstRequires=lan
-X-SuSE-YaST-AutoInstSchema=configuration_management.rnc
-X-SuSE-YaST-AutoInstResource=configuration_management
-X-SuSE-YaST-AutoInstClient=configuration_management_auto
-X-SuSE-YaST-Keywords=salt,privisioning,configuration_management
-
-Icon=yast-configuration-management
-Exec=/usr/bin/xdg-su -c "/sbin/yast2 configuration_management"
-
-Name=YaST2 Configuration Management
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-configuration-management-4.1.6/src/desktop/org.opensuse.yast.ConfigurationManagement.desktop
 
new/yast2-configuration-management-4.2.1/src/desktop/org.opensuse.yast.ConfigurationManagement.desktop
--- 
old/yast2-configuration-management-4.1.6/src/desktop/org.opensuse.yast.ConfigurationManagement.desktop
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-configuration-management-4.2.1/src/desktop/org.opensuse.yast.ConfigurationManagement.desktop
      2019-07-19 11:36:52.000000000 +0200
@@ -0,0 +1,20 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
+X-SuSE-YaST-Call=configuration_management
+
+X-SuSE-YaST-Group=Misc
+X-SuSE-YaST-AutoInst=all
+X-SuSE-YaST-AutoInstClonable=false
+X-SuSE-YaST-AutoInstRequires=lan
+X-SuSE-YaST-AutoInstSchema=configuration_management.rnc
+X-SuSE-YaST-AutoInstResource=configuration_management
+X-SuSE-YaST-AutoInstClient=configuration_management_auto
+X-SuSE-YaST-Keywords=salt,privisioning,configuration_management
+
+Icon=yast-configuration-management
+Exec=/usr/bin/xdg-su -c "/sbin/yast2 configuration_management"
+
+Name=YaST Configuration Management
+GenericName=Configuration Management
+Comment= Manage System Configuration


Reply via email to