#3061 queryRPMSigs only accepts RPM IDs (ints), not RPM names
Closed: Fixed 2 years ago by tkopecek. Opened 2 years ago by ktdreyer.

If I have a list of RPMs and I want to make sure they're all signed, my client must look up the individual RPM ID numbers with a series of getRPM calls, and then pass those ID numbers into queryRPMSigs.

For example, the koji list-signed command does this for RPMs. When the user passes an RPM name to list-signed, the CLI calls getRPM in order to get the rpm ID, and then passes that into queryRPMSigs.

It would be more efficient if callers could pass RPM names into queryRPMSigs.

(For backwards compatibility, we need to be careful around string handling here. For example, what happens when I pass a string-ify'd int today?)


Metadata Update from @jcupova:
- Custom field Size adjusted to None

2 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.27

2 years ago

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

2 years ago

Metadata Update from @mfilip:
- Issue tagged with: testing-done

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #3064 Merged 2 years ago