Bug 1012652

Summary: [RFE][4.x] Add an option to filter out i686 or x86_64 packages
Product: [Fedora] Fedora Reporter: Heiko Adams <bugzilla>
Component: yumex-dnfAssignee: Tim Lauridsen <tla>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: tla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-21 05:03:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Heiko Adams 2013-09-26 19:38:38 UTC
For users who don't use multilib and have only installed packages for their architecture (i696 or x86_64) it's annoying to have allways all architectures listed in the results.

So it would be usefull to have an option to filter out i686 or x86_64 packages from the results so they only contain noarch and i686 or x86_64 packages if that option is active. 

For being backward compatible that option should be disabled by default

Comment 1 Tim Lauridsen 2013-09-27 04:32:37 UTC
Sound like it could be a useful addition

there are two ways to go:

1. make a show the best match arch only (noarch & x86_64) on x86_64

2. make a arch filter to select the archs you what to show

1. is for the case where you want to search for stuff to install and dont care about the i686 packages.

2. is for the case where you want to find installed i686 packages to get rid of them.

Comment 2 Tim Lauridsen 2013-10-02 18:25:05 UTC
I have implemented a initial arch filter in yumex-nextgen

Check for details how to test here:
https://github.com/timlau/yumex/tree/future

Just click on the header of the arch column to select the arch to show.

Comment 3 Heiko Adams 2013-10-02 20:26:12 UTC
Yeah, looks good!