Skip to content

Commit

Permalink
added suggested fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Dec 7, 2016
1 parent 072f431 commit a096220
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package/autoyast2.changes
Expand Up @@ -2,9 +2,9 @@
Wed Dec 7 12:54:27 CET 2016 - schubi@suse.de

- Cloning Software: install_recommended can be set by the
control.xml file (ay_clone_install_recommended_default)
control.xml file (clone_install_recommended_default)
Default is true. (Fate#321764)
- 3.1.151.3.1
- 3.1.151.4

-------------------------------------------------------------------
Thu Dec 1 08:42:33 UTC 2016 - schubi@suse.de
Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.1.151.3.1
Version: 3.1.151.4
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 2 additions & 2 deletions src/modules/AutoinstSoftware.rb
Expand Up @@ -710,9 +710,9 @@ def Export
# OR: Each product (e.g. CASP) can set it in the control.xml file.
s["install_recommended"] = true
unless ProductFeatures.GetFeature("software",
"ay_clone_install_recommended_default").empty?
"clone_install_recommended_default").empty?
s["install_recommended"] = ProductFeatures.GetBooleanFeature("software",
"ay_clone_install_recommended_default")
"clone_install_recommended_default")
end

deep_copy(s)
Expand Down

0 comments on commit a096220

Please sign in to comment.