Don't assume man pages are compressed with .gz
... and while at this, also remove %doc from man pages as they are all automatically marked as %doc.
This commit is contained in:
parent
de7fb220e2
commit
1716f69410
@ -34,7 +34,7 @@ export PYTHON=%{__python3}
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
%{_bindir}/itstool
|
%{_bindir}/itstool
|
||||||
%{_datadir}/itstool
|
%{_datadir}/itstool
|
||||||
%doc %{_mandir}/man1/itstool.1.gz
|
%{_mandir}/man1/itstool.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 04 2018 Kalev Lember <klember@redhat.com> - 2.0.5-1
|
* Tue Dec 04 2018 Kalev Lember <klember@redhat.com> - 2.0.5-1
|
||||||
|
Loading…
Reference in New Issue
Block a user