#162 Add pkgname helper?
Closed: Fixed 6 months ago by churchyard. Opened 4 years ago by churchyard.

I have this helper script called pkgname:

1
2
3
4
5
6
#!/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.

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)

6 months ago

Log in to comment on this ticket.

Metadata
Related Pull Requests
  • #163 Merged 4 years ago