Spec URL: https://scoady.fedorapeople.org/python-flask-mod-auth-gssapi/python-flask-mod-auth-gssapi.spec SRPM URL: https://scoady.fedorapeople.org/python-flask-mod-auth-gssapi/python-flask-mod-auth-gssapi-0.2.0-1.fc37.src.rpm Description: A Flask extention to make use of the authentication provided by the mod_auth_gssapi extention of Apache's HTTPd. Fedora Account System Username: scoady
> %global debug_package %{nil} - This is redundant for noarch packages. > Requires: python3-flask > Requires: python3-gssapi - The python dependency generator should handle this. > rm -rf $RPM_BUILD_ROOT - This is no longer necessary. > %doc config/gssproxy.conf > %doc config/systemd-httpd-service.conf > %doc config/httpd.conf > %doc config/tmpfiles.conf - Why don't you shorten this to `%doc config` or better yet install the conf files to the proper location? - Is it possible to run the tests? If not, you should at least run `%py3_check_import flask_mod_auth_gssapi`. - You might want to consider porting this specfile to use the new pyproject-rpm-macros, but this isn't a hard requirement.
@scoady, are you still interested in proceeding with this review?