Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2020-10-18 16:22:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Sun Oct 18 16:22:12 2020 rev:403 rq:841251 version:4.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2020-09-24 16:13:08.620832585 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new.3486/yast2-packager.changes  
2020-10-18 16:22:43.984525855 +0200
@@ -1,0 +2,7 @@
+Mon Oct 12 11:39:08 CEST 2020 - sch...@suse.de
+
+- VNC installation: Removed xorg-x11 package from the needed
+  package list (bsc#1172459).
+- 4.3.9
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-4.3.8.tar.bz2

New:
----
  yast2-packager-4.3.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.TfSGfe/_old  2020-10-18 16:22:45.836526679 +0200
+++ /var/tmp/diff_new_pack.TfSGfe/_new  2020-10-18 16:22:45.836526679 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.3.8
+Version:        4.3.9
 Release:        0
 Summary:        YaST2 - Package Library
 License:        GPL-2.0-or-later

++++++ yast2-packager-4.3.8.tar.bz2 -> yast2-packager-4.3.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.3.8/package/yast2-packager.changes 
new/yast2-packager-4.3.9/package/yast2-packager.changes
--- old/yast2-packager-4.3.8/package/yast2-packager.changes     2020-09-21 
11:07:35.000000000 +0200
+++ new/yast2-packager-4.3.9/package/yast2-packager.changes     2020-10-12 
13:20:37.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Oct 12 11:39:08 CEST 2020 - sch...@suse.de
+
+- VNC installation: Removed xorg-x11 package from the needed
+  package list (bsc#1172459).
+- 4.3.9
+
+-------------------------------------------------------------------
 Mon Sep 21 08:30:04 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
 
 - Fixed WFM.Args call to not produce an error message in the y2log
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.3.8/package/yast2-packager.spec 
new/yast2-packager-4.3.9/package/yast2-packager.spec
--- old/yast2-packager-4.3.8/package/yast2-packager.spec        2020-09-21 
11:07:35.000000000 +0200
+++ new/yast2-packager-4.3.9/package/yast2-packager.spec        2020-10-12 
13:20:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.3.8
+Version:        4.3.9
 Release:        0
 Summary:        YaST2 - Package Library
 License:        GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.3.8/src/modules/Packages.rb 
new/yast2-packager-4.3.9/src/modules/Packages.rb
--- old/yast2-packager-4.3.8/src/modules/Packages.rb    2020-09-21 
11:07:35.000000000 +0200
+++ new/yast2-packager-4.3.9/src/modules/Packages.rb    2020-10-12 
13:20:37.000000000 +0200
@@ -25,7 +25,7 @@
     RESOLVABLE_TYPES = [:product, :patch, :package, :pattern, :language].freeze
 
     # Minimum set of packages tags required to enable VNC server
-    VNC_BASE_TAGS = ["xorg-x11", "xorg-x11-Xvnc", "xorg-x11-fonts"].freeze
+    VNC_BASE_TAGS = ["xorg-x11-Xvnc", "xorg-x11-fonts"].freeze
     # Additional packages tags needed to run second stage in graphical mode
     AUTOYAST_X11_TAGS = ["libyui-qt", "yast2-x11"].freeze
     # Default window manager for VNC if none is installed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.3.8/test/packages_test.rb 
new/yast2-packager-4.3.9/test/packages_test.rb
--- old/yast2-packager-4.3.8/test/packages_test.rb      2020-09-21 
11:07:35.000000000 +0200
+++ new/yast2-packager-4.3.9/test/packages_test.rb      2020-10-12 
13:20:37.000000000 +0200
@@ -686,7 +686,7 @@
 
   describe "#vnc_packages" do
     let(:packages) { Yast::Packages.vnc_packages.sort.uniq }
-    let(:base_packages) { ["xorg-x11", "xorg-x11-Xvnc", "xorg-x11-fonts"] }
+    let(:base_packages) { ["xorg-x11-Xvnc", "xorg-x11-fonts"] }
     let(:base_packages_and_wm) { ["icewm"] + base_packages }
     let(:autoyast_x11_packages) { ["libyui-qt6", "yast2-x11"] }
 


Reply via email to