Hello,
I'd like to build a libdnf plugin on CentOS 8 for which I'd need the libdnf-devel package. I've checked all repositories under /etc/yum.repos.d but it does not seem to be in any of them.
I can see it was built as a subpackage at
https://koji.mbox.centos.org/koji/buildinfo?buildID=6375
but the "download" link pointing to
https://koji.mbox.centos.org/pkgs/packages/libdnf/0.39.1/2.el8/x86_64/libdnf...
gives
403 Forbidden Request forbidden by administrative rules.
For the record, it does not seem to be in RHEL 8 CRB either, it's likely just in the build roots ... but for CentOS 8, did it land somewhere accessible?
Thank you,
Am 03.02.20 um 11:28 schrieb Jan Pazdziora:
Hello,
I'd like to build a libdnf plugin on CentOS 8 for which I'd need the libdnf-devel package. I've checked all repositories under /etc/yum.repos.d but it does not seem to be in any of them.
I can see it was built as a subpackage at
https://koji.mbox.centos.org/koji/buildinfo?buildID=6375
but the "download" link pointing to
https://koji.mbox.centos.org/pkgs/packages/libdnf/0.39.1/2.el8/x86_64/libdnf...
gives
403 Forbidden Request forbidden by administrative rules.
For the record, it does not seem to be in RHEL 8 CRB either, it's likely just in the build roots ... but for CentOS 8, did it land somewhere accessible?
JFYI: https://lists.centos.org/pipermail/centos-devel/2019-November/018082.html
-- Leon
On Mon, Feb 03, 2020 at 12:00:19PM +0100, Leon Fauster via CentOS-devel wrote:
Am 03.02.20 um 11:28 schrieb Jan Pazdziora:
but the "download" link pointing to
https://koji.mbox.centos.org/pkgs/packages/libdnf/0.39.1/2.el8/x86_64/libdnf...
gives
403 Forbidden Request forbidden by administrative rules.
For the record, it does not seem to be in RHEL 8 CRB either, it's likely just in the build roots ... but for CentOS 8, did it land somewhere accessible?
JFYI: https://lists.centos.org/pipermail/centos-devel/2019-November/018082.html
Thanks. If I understand it correctly, that discussion / plan did not reach conclusion or got implemented.
At this point, I'm not really looking for repository per se, I'm okay even fetching the rpm from some direct URL when I know the NEVRA, similar to the Koji link.