summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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*