We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aed360 commit 81a9b09Copy full SHA for 81a9b09
2 files changed
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include COPYING CONTRIBUTING.md MANIFEST.in README.md
+include COPYING CONTRIBUTING.md MANIFEST.in README.md NEWS.md
2
include bugzilla.1
3
include xmlrpc-api-notes.txt
4
include python-bugzilla.spec
python-bugzilla.spec
@@ -89,13 +89,13 @@ popd
89
90
91
%files
92
-%doc COPYING README.md
+%doc COPYING README.md NEWS.md
93
%{python2_sitelib}/*
94
%{_bindir}/bugzilla
95
%{_mandir}/man1/bugzilla.1.gz
96
97
%if 0%{?with_python3}
98
%files -n python3-bugzilla
99
100
%{python3_sitelib}/*
101
%endif # with_python3
0 commit comments