diff --git a/libfsntfs.changes b/libfsntfs.changes index 12dd17b..f5af719 100644 --- a/libfsntfs.changes +++ b/libfsntfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 4 22:51:47 UTC 2017 - Greg.Freemyer@gmail.com + +- rename python-libfsntfs to python2-libfsntfs as expected by singlespec +- remove Provides pyfsntfs as it is not versioned + ------------------------------------------------------------------- Thu Feb 16 22:30:06 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libfsntfs.spec b/libfsntfs.spec index 514b554..0d988f0 100644 --- a/libfsntfs.spec +++ b/libfsntfs.spec @@ -87,16 +87,15 @@ Requires: %{lname} = %{version} This subpackage contains libraries and header files for developing applications that want to make use of %{name}. -%package -n python-%{name} +%package -n python2-%{name} Summary: Python 2 bindings for libfsntfs License: LGPL-3.0+ Group: Development/Languages/Python Requires: %{lname} = %{version} -Requires: python +Requires: python2 BuildRequires: pkgconfig(python2) -Provides: pyfsntfs = %{version} -%description -n python-%{name} +%description -n python2-%{name} Python 2 binding for libfsntfs, which can access the NTFS filesystem. %package -n python3-%{name} @@ -106,7 +105,6 @@ Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 BuildRequires: pkgconfig(python3) -Provides: pyfsntfs = %{version} %description -n python3-%{name} Python 3 binding for libfsntfs, which can access the NTFS filesystem. @@ -144,7 +142,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/pkgconfig/libfsntfs.pc %{_mandir}/man3/libfsntfs.3* -%files -n python-%{name} +%files -n python2-%{name} %defattr(-,root,root) %doc AUTHORS COPYING README %{python_sitearch}/pyfsntfs.so