On Fri, Oct 21, 2022 at 5:26 PM Betty Liu <acyanbird@xxxxxxxxx> wrote: > > Hi, I want to request a package in EPEL8 and I follow the steps in the documentation > If <package> isn’t found in Component under "Fedora EPEL" or "Fedora" Products, it should be added to Fedora first > > The package name is webkit2gtk-4.0 and I saw it in Fedora, but not in the RedHat Bugzilla. Can anyone teach me how to add the component to fedora? > _______________________________________________ > epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@xxxxxxxxxxxxxxxxxxxxxxx > Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue The component in bugzilla corresponds to the source package name, not the binary package name. Often times these are the same, but you've run into one of the instances where they are not. One way to check for this is to use the dnf repoquery command, in this case on Fedora since that's where the package is present and query-able. [root@f37-container:~]# dnf repoquery --quiet --info webkit2gtk4.0 | grep --max-count 1 Source Source : webkitgtk-2.38.0-3.fc37.src.rpm Alternatively, you can search for the package name in the Fedora Packages web app. https://packages.fedoraproject.org/search?query=webkit2gtk4.0 This returns one result, which shows webkit2gtk4.0 as a "subpackage" of webkitgtk. That's another way to describe the source/binary relationship. https://packages.fedoraproject.org/pkgs/webkitgtk/webkit2gtk4.0/ Whichever way you discover the source name, use that as the component for your bugzilla request. https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=webkitgtk -- Carl George _______________________________________________ epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue