swupd-client
swupd-client copied to clipboard
swupd search fails for the transcoding-support bundle
Describe the bug
swupd search transcoding-support
should match the indicated bundle but instead if fails.
To Reproduce Just run the following
$ swupd search transcoding-support
Traceback (most recent call last):
File "/usr/bin/swupd-search", line 626, in <module>
main()
File "/usr/bin/swupd-search", line 599, in main
do_search(term)
File "/usr/bin/swupd-search", line 297, in do_search
if bundle_status[term] == "Deprecated":
KeyError: 'transcoding-support'
Expected behavior it should match and provide info about it.
Environment (please complete the following information):
swupd info
Distribution: Clear Linux OS
Installed version: 32330
Version URL: https://cdn.download.clearlinux.org/update
Content URL: https://cdn.download.clearlinux.org/update
Issue is HW agnostic.