Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2017-07-22 02:31:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Sat Jul 22 02:31:55 2017 rev:337 rq:511637 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2017-07-17 10:31:07.455964064 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2017-07-22 02:31:59.147403795 +0200
@@ -1,0 +2,7 @@
+Thu Jul 20 06:44:42 UTC 2017 - lsle...@suse.cz
+
+- Less strict low memory detection, there might be some rounding
+  in the hwinfo memory size detection (bsc#1045915)
+- 3.3.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.mTZms5/_old  2017-07-22 02:32:00.035278287 +0200
+++ /var/tmp/diff_new_pack.mTZms5/_new  2017-07-22 02:32:00.039277722 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.2.24
+Version:        3.3.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-3.2.24.tar.bz2 -> yast2-packager-3.3.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.2.24/package/yast2-packager.changes 
new/yast2-packager-3.3.0/package/yast2-packager.changes
--- old/yast2-packager-3.2.24/package/yast2-packager.changes    2017-07-11 
18:27:19.967423519 +0200
+++ new/yast2-packager-3.3.0/package/yast2-packager.changes     2017-07-20 
13:40:44.767976013 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Jul 20 06:44:42 UTC 2017 - lsle...@suse.cz
+
+- Less strict low memory detection, there might be some rounding
+  in the hwinfo memory size detection (bsc#1045915)
+- 3.3.0
+
+-------------------------------------------------------------------
 Tue Jul 11 14:41:58 UTC 2017 - lsle...@suse.cz
 
 - Properly handle multiple product renames (bsc#1048141)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.2.24/package/yast2-packager.spec 
new/yast2-packager-3.3.0/package/yast2-packager.spec
--- old/yast2-packager-3.2.24/package/yast2-packager.spec       2017-07-11 
18:27:19.967423519 +0200
+++ new/yast2-packager-3.3.0/package/yast2-packager.spec        2017-07-20 
13:40:44.767976013 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.2.24
+Version:        3.3.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-3.2.24/src/clients/inst_productsources.rb 
new/yast2-packager-3.3.0/src/clients/inst_productsources.rb
--- old/yast2-packager-3.2.24/src/clients/inst_productsources.rb        
2017-07-11 18:27:19.991423519 +0200
+++ new/yast2-packager-3.3.0/src/clients/inst_productsources.rb 2017-07-20 
13:40:44.807976013 +0200
@@ -1736,8 +1736,9 @@
     # display a warning when online repositories are used on a system
     # with low memory (the installer may crash or freeze, see bnc#854755)
     def check_memory_size
-      # less than LOW_MEMORY_MIB RAM
-      if Mode.installation && Yast2::HwDetection.memory < (LOW_MEMORY_MIB << 
20)
+      # less than LOW_MEMORY_MIB RAM, the 64MiB buffer is for possible
+      # rounding in hwinfo memory detection (bsc#1045915)
+      if Mode.installation && Yast2::HwDetection.memory < ((LOW_MEMORY_MIB - 
64) << 20)
         Report.Warning(_("Low memory detected.\n\nUsing online repositories " +
               "during initial installation with less than\n" +
               "%dMiB system memory is not recommended.\n\n" +


Reply via email to