Hello community,
here is the log from the commit of package yast2-installation for
openSUSE:Factory checked in at 2014-06-02 07:04:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2014-05-17 22:01:57.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes
2014-06-02 07:04:31.000000000 +0200
@@ -1,0 +2,18 @@
+Thu May 29 08:23:21 UTC 2014 - [email protected]
+
+- better error message for accepting the license (bnc#875183)
+- 3.1.87
+
+-------------------------------------------------------------------
+Wed May 28 11:00:51 CEST 2014 - [email protected]
+
+- close port 6000 during installation (bnc#879262)
+- 3.1.86
+
+-------------------------------------------------------------------
+Wed May 21 10:32:51 UTC 2014 - [email protected]
+
+- do not call reipl multiple times (patch by Ihno)
+- 3.1.85
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-3.1.84.tar.bz2
New:
----
yast2-installation-3.1.87.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.khqLXu/_old 2014-06-02 07:04:32.000000000 +0200
+++ /var/tmp/diff_new_pack.khqLXu/_new 2014-06-02 07:04:32.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation
-Version: 3.1.84
+Version: 3.1.87
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-installation-3.1.84.tar.bz2 -> yast2-installation-3.1.87.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.84/package/yast2-installation.changes
new/yast2-installation-3.1.87/package/yast2-installation.changes
--- old/yast2-installation-3.1.84/package/yast2-installation.changes
2014-05-16 14:30:44.000000000 +0200
+++ new/yast2-installation-3.1.87/package/yast2-installation.changes
2014-05-29 10:25:43.000000000 +0200
@@ -1,4 +1,22 @@
-------------------------------------------------------------------
+Thu May 29 08:23:21 UTC 2014 - [email protected]
+
+- better error message for accepting the license (bnc#875183)
+- 3.1.87
+
+-------------------------------------------------------------------
+Wed May 28 11:00:51 CEST 2014 - [email protected]
+
+- close port 6000 during installation (bnc#879262)
+- 3.1.86
+
+-------------------------------------------------------------------
+Wed May 21 10:32:51 UTC 2014 - [email protected]
+
+- do not call reipl multiple times (patch by Ihno)
+- 3.1.85
+
+-------------------------------------------------------------------
Fri May 16 12:19:30 UTC 2014 - [email protected]
- reduced time-out for downloading release notes when behind
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.84/package/yast2-installation.spec
new/yast2-installation-3.1.87/package/yast2-installation.spec
--- old/yast2-installation-3.1.84/package/yast2-installation.spec
2014-05-16 14:30:44.000000000 +0200
+++ new/yast2-installation-3.1.87/package/yast2-installation.spec
2014-05-29 10:25:43.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation
-Version: 3.1.84
+Version: 3.1.87
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.84/src/clients/inst_complex_welcome.rb
new/yast2-installation-3.1.87/src/clients/inst_complex_welcome.rb
--- old/yast2-installation-3.1.84/src/clients/inst_complex_welcome.rb
2014-05-16 14:30:44.000000000 +0200
+++ new/yast2-installation-3.1.87/src/clients/inst_complex_welcome.rb
2014-05-29 10:25:43.000000000 +0200
@@ -333,7 +333,7 @@
return true
else
UI.SetFocus(Id(:license_agreement))
- Report.Message(_("License needs to be accepted"))
+ Report.Message(_("You must accept the license to install this
product"))
return false
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.84/src/clients/yast_inf_finish.rb
new/yast2-installation-3.1.87/src/clients/yast_inf_finish.rb
--- old/yast2-installation-3.1.84/src/clients/yast_inf_finish.rb
2014-05-16 14:30:44.000000000 +0200
+++ new/yast2-installation-3.1.87/src/clients/yast_inf_finish.rb
2014-05-29 10:25:43.000000000 +0200
@@ -103,9 +103,7 @@
# call command
WFM.Execute(path(".local.bash_output"), @cmd)
if !UI.TextMode
- Builtins.y2milestone(
- "Printing message about loading kernel via kexec"
- )
+ Builtins.y2milestone("Printing message about loading kernel via
kexec")
SCR.Write(
path(".dev.tty.stderr"),
_(
@@ -124,19 +122,6 @@
end
end
- # FATE #304940: Change YaST2-Module for s390 Disk adaptors from
- # hwconfig scheme to udev-scheme
- if Arch.s390
- @reipl_client = "reipl_finish"
-
- if WFM.ClientExists(@reipl_client)
- @changed = Convert.to_boolean(WFM.call(@reipl_client))
- Ops.set(@linuxrc, "Root", "halt") if @changed == true
- else
- Builtins.y2error("No such client: %1", @reipl_client)
- end
- end
-
Ops.set(@linuxrc, "Language", Language.language)
Ops.set(@linuxrc, "Keytable", Keyboard.keymap)
@@ -161,32 +146,20 @@
def LoadKexec
# command for reading kernel_params
- cmd = Builtins.sformat(
- "ls '%1/kernel_params' |tr -d '\n'",
- String.Quote(Directory.vardir)
- )
- Builtins.y2milestone(
- "Checking existing file kernel_params via command %1",
- cmd
- )
+ cmd = Builtins.sformat("ls '%1/kernel_params' |tr -d '\n'",
String.Quote(Directory.vardir))
+ Builtins.y2milestone("Checking existing file kernel_params via command
%1", cmd)
out = Convert.to_map(WFM.Execute(path(".local.bash_output"), cmd))
cmd = Builtins.sformat("%1/kernel_params", Directory.vardir)
# check output
if Ops.get_string(out, "stdout", "") != cmd
- Builtins.y2milestone(
- "File kernel_params was not found, output: %1",
- out
- )
+ Builtins.y2milestone("File kernel_params was not found, output: %1",
out)
return false
end
# command for reading kernel_params
- cmd = Builtins.sformat(
- "cat '%1/kernel_params' |tr -d '\n'",
- String.Quote(Directory.vardir)
- )
+ cmd = Builtins.sformat("cat '%1/kernel_params' |tr -d '\n'",
String.Quote(Directory.vardir))
Builtins.y2milestone("Reading kernel arguments via command %1", cmd)
# read data from /var/lib/YaST2/kernel_params
out = Convert.to_map(WFM.Execute(path(".local.bash_output"), cmd))
@@ -199,11 +172,7 @@
kernel_args = Ops.get_string(out, "stdout", "")
# check if kernel_params contains any data
if Ops.less_than(Builtins.size(kernel_args), 2)
- Builtins.y2error(
- "%1/kernel_params is empty, kernel_params=%2 ",
- Directory.vardir,
- kernel_args
- )
+ Builtins.y2error("%1/kernel_params is empty, kernel_params=%2 ",
Directory.vardir, kernel_args)
return false
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-3.1.84/startup/YaST2.call
new/yast2-installation-3.1.87/startup/YaST2.call
--- old/yast2-installation-3.1.84/startup/YaST2.call 2014-05-16
14:30:44.000000000 +0200
+++ new/yast2-installation-3.1.87/startup/YaST2.call 2014-05-29
10:25:43.000000000 +0200
@@ -74,7 +74,7 @@
if [ ! -z "$NEED_XSERVER" ];then
export DISPLAY=:0
[ -z $Xstartpath ] || ln -snf $Xbindir/XFree86 /var/X11R6/bin/X
- $Xexecutable -br -deferglyphs 16 2>/dev/tty8 1>&2 vt07 &
+ $Xexecutable -br -nolisten tcp -deferglyphs 16 2>/dev/tty8 1>&2
vt07 &
xserver_pid=$!
wait_for_x11
if [ "$server_running" = 1 ];then
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]