Bug #19356
openSearching an errata with "!" displays incorrect results
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1269021
Description of problem:
-----------------------
I tried to exclude a or some package(s) by searching but got incorrect results.
There are 587 installable errata in my test Satellite client.
When I try to exclude kernel by searching with 'package_name != kernel',
kernel erratas are not excluded.
However, when I try to exclude bind by searching with 'package_name != bind',
bind erratas are excluded.
I tried some of packages to exclude.
I tried these below and it looked they worked fine as I expected.
'package_name !~ bind'
'package_name !~ bind or ~ ypbind'
'package_name !~ pam'
'package_name !~ pam or ~ spamassassin or ~ pam_passwdqc'
'package_name !~ net-snmp'
'package_name !~ tzdata'
'package_name !~ sqlite'
'package_name !~ selinux-policy'
'package_name !~ python'
'package_name !~ sudo'
'package_name !~ dovecot'
'package_name !~ grep'
'package_name !~ openssl'
'package_name !~ cpuspeed'
:
:
I tired these below and it didn't look they worked. I don't know
why those erratas are not excluded.
'package_name !~ lvm2'
'package_name !~ kernel'
'package_name !~ sssd'
Version-Release number of selected component (if applicable):
--------------------------------------------------------------
Red Hat Satellite Version 6.1.2
How reproducible:
-----------------
always
Steps to Reproduce:
-------------------
1.Navigate to Web UI -> Content -> Errata Tab (or)
Navigate to Hosts -> Content Hosts -> Select a Content host -> Errata Tab
2.Search for package_name !~ kernel
Actual results:
---------------
kernel erratas are not excluded.
Expected results:
-----------------
kernel erratas are excluded.
Additional info:
----------------
Updated by John Mitsch about 8 years ago
- Translation missing: en.field_release set to 114