1
0
Fork 0
fedora-cybersec/pwntools/create_srpm.sh
Carlos Mogas da Silva f34e2f6440 Add pwntools
This is basicaly the same spec file as used in the official
Fedora with just a version bump to the lastest.
2021-05-21 17:40:22 +01:00

6 lines
118 B
Bash
Executable file

#!/bin/bash
rpmbuild --define "_topdir `pwd`" -bs python-pwntools.spec
mv SRPMS/* .
rmdir BUILDROOT RPMS SRPMS BUILD