List advisories with repoquery?
Since repoquery seems to be the only tool that you can use in script (yum/dnf otherwise introduces line breaks in package listings and other clutter even if running with -q)... I'm trying to use it to list all available patches that has an advisory attached to it. Is this possible? Repoquery just seems to support the following query format:
name, arch, epoch, version, release, reponame (repoid), from_repo, evr, debug_name, source_name, source_debug_name, installtime, buildtime, size, downloadsize, installsize, provides, requires, obsoletes, conflicts, sourcerpm, description, summary, license, url, reason
No advisory there.
I'm interesting in an equivalent to:
# yum -q updateinfo list updates RHBA-2023:1570 bugfix NetworkManager-1:1.40.0-6.el8_7.x86_64 RHBA-2023:1570 bugfix NetworkManager-initscripts-updown-1:1.40.0-6.el8_7.noarch RHBA-2023:1570 bugfix NetworkManager-libnm-1:1.40.0-6.el8_7.x86_64 RHBA-2023:1570 bugfix NetworkManager-team-1:1.40.0-6.el8_7.x86_64 RHBA-2023:1570 bugfix NetworkManager-tui-1:1.40.0-6.el8_7.x86_64 RHSA-2023:1140 Moderate/Sec. curl-7.61.1-25.el8_7.3.x86_64
Thanks
Responses