Hello community,
here is the log from the commit of package yast2-installation for
openSUSE:Factory checked in at 2014-03-11 09:24:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-01 14:38:24.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes
2014-03-11 09:24:26.000000000 +0100
@@ -1,0 +2,34 @@
+Mon Mar 10 13:01:48 UTC 2014 - [email protected]
+
+- don't hide ReleaseNotes button going back fron inst proposal
+ (bnc#867389)
+- 3.1.52
+
+-------------------------------------------------------------------
+Fri Mar 7 16:00:42 UTC 2014 - [email protected]
+
+- run scc_finish client if present (FATE#312012)
+- 3.1.51
+
+-------------------------------------------------------------------
+Thu Mar 6 09:15:24 UTC 2014 - [email protected]
+
+- fix malformed string exception if cio ignore is disabled
+ (bnc#866995)
+- 3.1.50
+
+-------------------------------------------------------------------
+Tue Mar 4 09:13:41 UTC 2014 - [email protected]
+
+- call proper bash agent otherwise cio ignore feature do not work
+ (bnc#866614)
+- 3.1.49
+
+-------------------------------------------------------------------
+Mon Mar 3 12:57:24 UTC 2014 - [email protected]
+
+- do not crash if there is no general section in autoyast profile
+ (BNC#866529)
+- 3.1.48
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-3.1.47.tar.bz2
New:
----
yast2-installation-3.1.52.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.s4XpBS/_old 2014-03-11 09:24:27.000000000 +0100
+++ /var/tmp/diff_new_pack.s4XpBS/_new 2014-03-11 09:24:27.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation
-Version: 3.1.47
+Version: 3.1.52
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-installation-3.1.47.tar.bz2 -> yast2-installation-3.1.52.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.47/package/yast2-installation.changes
new/yast2-installation-3.1.52/package/yast2-installation.changes
--- old/yast2-installation-3.1.47/package/yast2-installation.changes
2014-02-27 16:14:09.000000000 +0100
+++ new/yast2-installation-3.1.52/package/yast2-installation.changes
2014-03-10 15:25:07.000000000 +0100
@@ -1,4 +1,38 @@
-------------------------------------------------------------------
+Mon Mar 10 13:01:48 UTC 2014 - [email protected]
+
+- don't hide ReleaseNotes button going back fron inst proposal
+ (bnc#867389)
+- 3.1.52
+
+-------------------------------------------------------------------
+Fri Mar 7 16:00:42 UTC 2014 - [email protected]
+
+- run scc_finish client if present (FATE#312012)
+- 3.1.51
+
+-------------------------------------------------------------------
+Thu Mar 6 09:15:24 UTC 2014 - [email protected]
+
+- fix malformed string exception if cio ignore is disabled
+ (bnc#866995)
+- 3.1.50
+
+-------------------------------------------------------------------
+Tue Mar 4 09:13:41 UTC 2014 - [email protected]
+
+- call proper bash agent otherwise cio ignore feature do not work
+ (bnc#866614)
+- 3.1.49
+
+-------------------------------------------------------------------
+Mon Mar 3 12:57:24 UTC 2014 - [email protected]
+
+- do not crash if there is no general section in autoyast profile
+ (BNC#866529)
+- 3.1.48
+
+-------------------------------------------------------------------
Thu Feb 27 15:08:12 CET 2014 - [email protected]
- reset proposal after rescanning storage (bnc#865579)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.47/package/yast2-installation.spec
new/yast2-installation-3.1.52/package/yast2-installation.spec
--- old/yast2-installation-3.1.47/package/yast2-installation.spec
2014-02-27 16:14:09.000000000 +0100
+++ new/yast2-installation-3.1.52/package/yast2-installation.spec
2014-03-10 15:25:07.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation
-Version: 3.1.47
+Version: 3.1.52
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-3.1.47/src/clients/inst_finish.rb
new/yast2-installation-3.1.52/src/clients/inst_finish.rb
--- old/yast2-installation-3.1.47/src/clients/inst_finish.rb 2014-02-27
16:14:09.000000000 +0100
+++ new/yast2-installation-3.1.52/src/clients/inst_finish.rb 2014-03-10
15:25:07.000000000 +0100
@@ -154,6 +154,8 @@
"x11",
"proxy",
"pkg",
+ # product registration step is optional
+ WFM.ClientExists("scc_finish") ? "scc" : "",
"driver_update1",
"random",
# bnc #340733
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.47/src/clients/inst_proposal.rb
new/yast2-installation-3.1.52/src/clients/inst_proposal.rb
--- old/yast2-installation-3.1.47/src/clients/inst_proposal.rb 2014-02-27
16:14:09.000000000 +0100
+++ new/yast2-installation-3.1.52/src/clients/inst_proposal.rb 2014-03-10
15:25:07.000000000 +0100
@@ -277,11 +277,9 @@
write_settings if !@skip
- Wizard.HideReleaseNotesButton
return :next
end
when :back
- Wizard.HideReleaseNotesButton
Wizard.SetNextButton(:next, Label.NextButton) if Stage.initial
return :back
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.47/src/lib/installation/cio_ignore.rb
new/yast2-installation-3.1.52/src/lib/installation/cio_ignore.rb
--- old/yast2-installation-3.1.47/src/lib/installation/cio_ignore.rb
2014-02-27 16:14:09.000000000 +0100
+++ new/yast2-installation-3.1.52/src/lib/installation/cio_ignore.rb
2014-03-10 15:25:07.000000000 +0100
@@ -67,7 +67,7 @@
# TRANSLATORS: Installation overview
# IMPORTANT: Please, do not change the HTML link <a
href="...">...</a>, only visible text
(_(
- "Blacklist devices disabled (<a href=\"%1\">enable</a>)."
+ "Blacklist devices disabled (<a href=\"%s\">enable</a>)."
) % CIO_ENABLE_LINK)
end
@@ -111,7 +111,7 @@
:autoinst
]
- YAST_BASH_PATH = Yast::Path.new ".target.bash"
+ YAST_BASH_PATH = Yast::Path.new ".target.bash_output"
def initialize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-3.1.47/src/lib/installation/minimal_installation.rb
new/yast2-installation-3.1.52/src/lib/installation/minimal_installation.rb
--- old/yast2-installation-3.1.47/src/lib/installation/minimal_installation.rb
2014-02-27 16:14:09.000000000 +0100
+++ new/yast2-installation-3.1.52/src/lib/installation/minimal_installation.rb
2014-03-10 15:25:07.000000000 +0100
@@ -17,7 +17,7 @@
if Yast::Mode.autoinst
Yast.import "Profile"
profile = Yast::Profile.current
- if profile["general"]["minimal-configuration"]
+ if profile["general"] && profile["general"]["minimal-configuration"]
@enabled = true
else
@enabled = false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-3.1.47/test/cio_ignore_test.rb
new/yast2-installation-3.1.52/test/cio_ignore_test.rb
--- old/yast2-installation-3.1.47/test/cio_ignore_test.rb 2014-02-27
16:14:09.000000000 +0100
+++ new/yast2-installation-3.1.52/test/cio_ignore_test.rb 2014-03-10
15:25:07.000000000 +0100
@@ -21,6 +21,16 @@
expect(result).to have_key("help")
expect(result).to have_key("preformatted_proposal")
end
+
+ it "change its content based on cio ignore proposal value" do
+ ::Installation::CIOIgnore.instance.enabled = false
+
+ result = subject.run("MakeProposal")
+
+ expect(result).to have_key("links")
+ expect(result).to have_key("help")
+ expect(result["preformatted_proposal"]).to include("disabled")
+ end
end
describe "first parameter \"Description\"" do
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]