Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpm build doc update #96

Closed
waynesun09 opened this issue Sep 13, 2022 · 1 comment
Closed

rpm build doc update #96

waynesun09 opened this issue Sep 13, 2022 · 1 comment
Labels
wontfix This will not be worked on

Comments

@waynesun09
Copy link
Collaborator

waynesun09 commented Sep 13, 2022

The disutils python rpm build is deprecated related to issue

#72

Run
$ python setup.py bdist_rpm

will fail.

User could build rpm from repo could use:

$ spectool -gR pylero.spec
$ rpmbuild -ba pylero.spec

which directly run the rpmbuild command with the release tar.gz file.

Need fix the python rpmbuild cmd with new supported tool like pysrpm, more info check:

pypa/setuptools#1988

@waynesun09
Copy link
Collaborator Author

No plan to add back this part as we release in Pypi and also Fedora EPEL

@waynesun09 waynesun09 added the wontfix This will not be worked on label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant