https://bugzilla.redhat.com/show_bug.cgi?id=1531288 --- Comment #3 from Carl George <carl@george.computer> --- This latest spec file builds a python3-gssapi RPM, not a python34-gssapi RPM like it should. The sections `%package -n %{python3}-gssapi`, `%description -n %{python3}-gssapi`, and `%files -n %{python3}-gssapi` must be added back. It's fine to remove the _description macro, that just means you'll have duplicate `%description` and `%description -n %{python3}-gssapi` sections. > CFLAGS="%{optflags}" %py3_build That macro already contains the same CFLAGS variable, it's not necessary to specify it again. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx