Learn more about these different git repos.
Other Git URLs
python-epel-rpm-macros and python3-rpm are epel only packages, please block them for f31 in Koji.
When do you need this? any time
When is this no longer needed or useful? N/A
If we cannot complete your request, what is the impact? unknown, possibly dangerous
Actual result:
$ koji list-pkgs --show-blocked --tag f31 --package python3-rpm Package Tag Extra Arches Owner ----------------------- ----------------------- ---------------- --------------- python3-rpm f31 releng $ koji list-pkgs --show-blocked --tag f31 --package python-epel-rpm-macros Package Tag Extra Arches Owner ----------------------- ----------------------- ---------------- --------------- python-epel-rpm-macros f31 releng
Expected result:
$ koji list-pkgs --show-blocked --tag f31 --package python3-rpm (no matching packages) $ koji list-pkgs --show-blocked --tag f31 --package python-epel-rpm-macros (no matching packages)
Or:
$ koji list-pkgs --show-blocked --tag f31 --package python3-rpm Package Tag Extra Arches Owner ----------------------- ----------------------- ---------------- --------------- python3-rpm f31 releng [BLOCKED] $ koji list-pkgs --show-blocked --tag f31 --package python-epel-rpm-macros Package Tag Extra Arches Owner ----------------------- ----------------------- ---------------- --------------- python-epel-rpm-macros f31 releng [BLOCKED]
Just run fedpkg retire on them? And then it will be blocked at some point.
fedpkg retire
no master branch at all.
That rings the bell: https://pagure.io/releng/pull-request/8213
For now I blocked the packages in F31, but ^ should have caught them. I will dig into it and see if we missed something. Thanks.
$ koji block-pkg f31 python-epel-rpm-macros python3-rpm
Thanks!
Metadata Update from @churchyard: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Login to comment on this ticket.