-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
1
-
False
-
-
False
-
None
-
Testable
https://pagure.io/releng/issue/12865
- Describe the issue
I recently unretired libtsm https://bugzilla.redhat.com/show_bug.cgi?id=2373136
But I can't push to the repository:
```bash
$fedpkg push
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Branch refs/heads/rawhide is unsupported. Cannot push to a disabled branch (maybe eol?).
remote: Denied push for ref 'refs/heads/rawhide' for user 'jfalempe'
remote: All changes have been rejected
```
I think it's because it's blocked in koji:
```bash
$koji list-pkgs --owner jfalempe --show-blocked
Package Tag Extra Arches Owner
----------------------- ----------------------- ---------------- ---------------
libtsm f43 jfalempe [BLOCKED]
```
I tried to run:
```bash
koji unblock-pkg f43 libtsm
2025-08-05 16:20:44,705 [ERROR] koji: ActionNotAllowed: policy violation (package_list)
```
But I don't have the right to do so.