https://bugzilla.redhat.com/show_bug.cgi?id=1565848
--- Comment #27 from Darryl T. Agostinelli dagostinelli@gmail.com --- A small comment.
- You can compact this:
%if 0%{?fedora} BuildRequires: python3-lit %endif
To this: %{?fedora:BuildRequires: python3-lit}
- Re: EPEL
it is not being submitted for EPEL
Of course that is your choice, though supporting EPEL can increase your package's reach. What's the issue?