From 3131a64178ebd87a710d3d4b7a79767ada63b602 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Mar 23 2022 13:02:29 +0000 Subject: doc: fix readTaggedRPMs rpmsigs option description Related: https://pagure.io/koji/issue/3231 --- diff --git a/hub/kojihub.py b/hub/kojihub.py index f487443..bfe11e4 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -1437,7 +1437,7 @@ def readTaggedRPMS(tag, package=None, arch=None, event=None, inherit=False, late to an int "N" to get the latest "N" builds. If unspecified, the default value is "False", and Koji will list all builds in the tag. - :param str rpmsigs: Filter on an RPM signature key (eg "FD431D51") + :param bool rpmsigs: query will return one record per rpm/signature combination :param str owner: Filter by build owner name :param str type: Filter by build type. Supported types are 'maven', 'win', and 'image'. @@ -11702,7 +11702,7 @@ class RootExports(object): Koji will list all builds in the tag. :param str package: only rpms of the specified package :param str arch: only rpms of the specified arch - :param str rpmsigs: only rpms of the specified rpmsigs + :param bool rpmsigs: query will return one record per rpm/signature combination :param str owner: only rpms of the specified owner :param str type: only rpms of the given btype (such as maven or image) :param bool strict: If tag doesn't exist, an exception is raised,