https://bugzilla.redhat.com/show_bug.cgi?id=1752139
--- Comment #13 from Josh Cogliati jjcogliati-r1@yahoo.com --- (In reply to Robert-André Mauchin from comment #12)
- Your doc subpackage should be noarch:
The doc subpackage is now noarch.
%package doc Summary: Documentation for ucblogo Requires: %{name} = %{version}-%{release} BuildArch: noarch
%description doc This package includes HTML and PDF documentation for ucblogo and the Program Logic Manual (plm)
- Notify upstream about the obsoletes FSF address:
ucblogo.x86_64: E: incorrect-fsf-address /usr/share/doc/ucblogo/README ucblogo.x86_64: E: incorrect-fsf-address /usr/share/licenses/ucblogo/gpl
Upstream will switch to GPL 3 with the next release and fix the addresses.
- Don't mix tabs and spaces, convert everything to spaces or tabs:
ucblogo.src:7: W: mixed-use-of-spaces-and-tabs (spaces: line 7, tab: line 1)
Switched to all spaces.
So besides the fsf address, these are fixed.