RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
37 stars 25 forks source link

Update the rpmbuild spec #78

Closed waynesun09 closed 2 years ago

waynesun09 commented 2 years ago

Fix error and warning with rpmlint:

To build rpm, first run:

$ spectool -gR pylero.spec

to download the source file into local build dir.

Then run rpmbuild command with:

$ rpmbuild -ba pylero.spec

Signed-off-by: Wayne Sun gsun@redhat.com