8000 Fixed rpm spec to remove changelog from documentation · pythonthings/q@95d3aed · GitHub
[go: up one dir, main page]

Skip to content

Commit 95d3aed

Browse files
committed
Fixed rpm spec to remove changelog from documentation
1 parent ef0ce7c commit 95d3aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/q-text-as-data.spec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gzip ${RPM_BUILD_ROOT}%{_mandir}/man1/q.1
3737
%files
3838
%defattr(-,root,root,-)
3939
%{_bindir}/q
40-
%doc README.markdown doc/AUTHORS doc/CHANGELOG.markdown doc/IMPLEMENTATION.markdown doc/LICENSE doc/RATIONALE.markdown doc/THANKS doc/USAGE.markdown
40+
%doc README.markdown doc/AUTHORS doc/IMPLEMENTATION.markdown doc/LICENSE doc/RATIONALE.markdown doc/THANKS doc/USAGE.markdown
4141
%attr(755,root,root) %{_datadir}/q-text-as-data/q
4242
%{_datadir}/q-text-as-data
4343
%doc %_mandir/man1/q.1.gz

0 commit comments

Comments
 (0)
0