Skip to content

Commit 81a9b09

Browse files
committed
Adjust MANIFEST/spec for NEWS.md
1 parent 9aed360 commit 81a9b09

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include COPYING CONTRIBUTING.md MANIFEST.in README.md
1+
include COPYING CONTRIBUTING.md MANIFEST.in README.md NEWS.md
22
include bugzilla.1
33
include xmlrpc-api-notes.txt
44
include python-bugzilla.spec

python-bugzilla.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ popd
8989

9090

9191
%files
92-
%doc COPYING README.md
92+
%doc COPYING README.md NEWS.md
9393
%{python2_sitelib}/*
9494
%{_bindir}/bugzilla
9595
%{_mandir}/man1/bugzilla.1.gz
9696

9797
%if 0%{?with_python3}
9898
%files -n python3-bugzilla
99-
%doc COPYING README.md
99+
%doc COPYING README.md NEWS.md
100100
%{python3_sitelib}/*
101101
%endif # with_python3

0 commit comments

Comments
 (0)