summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2020-05-14 10:08:35 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2020-05-14 10:43:41 +0100
commit54e99c9ec4714dae59c892c2ee22a2483303867b (patch)
tree65162de35c3fe10b8916c8aa1808e96d9139a182
parent8cbcbf2a84c57aac737520016800207232bb8364 (diff)
downloadlibvirt-python-54e99c9ec4714dae59c892c2ee22a2483303867b.tar.gz
Drop largely empty and unused NEWS file
We bundle a git generated ChangeLog file in the dist, and never add any entries to the NEWS file. Fixes #2 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r--MANIFEST.in1
-rw-r--r--NEWS9
-rw-r--r--libvirt-python.spec.in2
3 files changed, 1 insertions, 11 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index af86f5b..da7cbae 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,4 @@
include AUTHORS
-include NEWS
include COPYING
include COPYING.LESSER
include ChangeLog
diff --git a/NEWS b/NEWS
deleted file mode 100644
index b92cdf4..0000000
--- a/NEWS
+++ /dev/null
@@ -1,9 +0,0 @@
- Libvirt Python News
- ===================
-
-
-Release 1.2.0
-=============
-
- - Split off from main libvirt package
- - Allow to compile against multiple versions of libvirt
diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in
index 33d2775..eca6801 100644
--- a/libvirt-python.spec.in
+++ b/libvirt-python.spec.in
@@ -85,7 +85,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
%{__python3} setup.py test
%files -n python3-libvirt
-%doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/
+%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
%{python3_sitearch}/libvirt.py*
%{python3_sitearch}/libvirtaio.py*
%{python3_sitearch}/libvirt_qemu.py*