Skip to content

Commit

Permalink
fixed semantics of SCR call for zKVM detection (bsc#961485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Jan 12, 2016
1 parent fcc5224 commit a8595d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/general/src/modules/Arch.rb
Expand Up @@ -458,7 +458,7 @@ def is_kvm
def is_zkvm
if @_is_zkvm.nil?
# using different check than on x86 as recommended by IBM
@_is_zkvm = s390 && Yast::WFM.Execute(".local.bash", "egrep 'Control Program: KVM' /proc/sysinfo") == 0
@_is_zkvm = s390 && Yast::WFM.Execute(path(".local.bash"), "egrep 'Control Program: KVM' /proc/sysinfo") == 0
end

@_is_zkvm
Expand Down
6 changes: 6 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 12 13:43:04 UTC 2016 - jsrain@suse.cz

- fixed semantics of SCR call for zKVM detection (bsc#961485)
- 3.1.163

-------------------------------------------------------------------
Fri Dec 11 08:53:27 UTC 2015 - jsrain@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 3.1.162
Version: 3.1.163
Release: 0
Url: https://github.com/yast/yast-yast2

Expand Down

0 comments on commit a8595d5

Please sign in to comment.