Skip to content

Commit

Permalink
Merge pull request #49 from yast/sle-9109/online-search
Browse files Browse the repository at this point in the history
[SLE-9109] Packages online search
  • Loading branch information
imobachgs committed Jan 23, 2020
2 parents ed3220b + 92599a5 commit e7b04ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-ycp-ui-bindings.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 23 16:47:02 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Add support for the option to enable the online search
feature in the package selector (jsc#SLE-9109).
- 4.2.9

-------------------------------------------------------------------
Thu Jan 23 12:03:31 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-ycp-ui-bindings.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%define yui_so 11

Name: yast2-ycp-ui-bindings
Version: 4.2.8
Version: 4.2.9
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/YCPDialogParser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2867,6 +2867,7 @@ YCPDialogParser::parsePackageSelector( YWidget * parent, YWidgetOpt & opt,
else if ( sym == YUIOpt_testMode ) modeFlags |= YPkg_TestMode;
else if ( sym == YUIOpt_repoMgr ) modeFlags |= YPkg_RepoMgr;
else if ( sym == YUIOpt_confirmUnsupported ) modeFlags |= YPkg_ConfirmUnsupported;
else if ( sym == YUIOpt_onlineSearch ) modeFlags |= YPkg_OnlineSearch;
else logUnknownOption( term, optList->value(o) );
}
else logUnknownOption( term, optList->value(o) );
Expand Down

0 comments on commit e7b04ac

Please sign in to comment.