diff --git a/libvhdi.changes b/libvhdi.changes
index bde5cd6..71e5fe3 100644
--- a/libvhdi.changes
+++ b/libvhdi.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Oct  4 21:33:31 UTC 2017 - Greg.Freemyer@gmail.com
+
+- rename python-libvhdi to python2-libvhdi as expected by singlespec
+- remove Provides pyvhdi as it is not versioned
+
 -------------------------------------------------------------------
 Sat Feb 25 17:30:51 UTC 2017 - Greg.Freemyer@gmail.com
 
diff --git a/libvhdi.spec b/libvhdi.spec
index 0792a3d..77f8106 100644
--- a/libvhdi.spec
+++ b/libvhdi.spec
@@ -98,15 +98,15 @@ libvhdi is a library to access the Virtual Hard Disk (VHD) image format.  see li
 This subpackage contains libraries and header files for developing
 applications that want to make use of libvhdi.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:        Python 2 bindings for libvhdi, a VHD image format parser
 License:        LGPL-3.0+
 Group:          Development/Languages/Python
 Requires:       %{lname} = %{version}
 Requires:       python
-Provides:       pyvhdi
+Obsoletes:		python-%{name}
 
-%description -n python-%{name}
+%description -n python2-%{name}
 libvhdi is a library to access Virtual Hard Disk (VHD) image format. See libvhdi for details.
 
 This package contains Python 2 bindings for libvhdi.
@@ -161,7 +161,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
 %{_libdir}/pkgconfig/libvhdi.pc
 %{_mandir}/man3/libvhdi.3*
 
-%files -n python-%{name}
+%files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING README ChangeLog
 %{python_sitearch}/pyvhdi.so