#162 Add pkgname helper?
Closed: Fixed by churchyard. Opened by churchyard.

I have this helper script called pkgname:

#!/usr/bin/python3
import fileinput
for line in fileinput.input():
    print(line.rsplit("-", 2)[0])

Would you accept this in the fedora-packager project?


Bike shedding: pkgname might be ambiguous. Should it be rpmname?

I will like pkgname seems appropriate compared to rpmname.

will do pkgname

https://pagure.io/fedora-packager/pull-request/163 has been merged coupe months ago.

Is there an ETA on a new release?

Soon. we want to finish sorting out the changes we want to land to help the new account system and then do a release. I'd say in the next week or two. Sorry for the delay.

Metadata Update from @churchyard:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata
Related Pull Requests