diff --git a/libfsntfs.changes b/libfsntfs.changes index 30a02ba..12dd17b 100644 --- a/libfsntfs.changes +++ b/libfsntfs.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Thu Feb 16 22:30:06 UTC 2017 - Greg.Freemyer@gmail.com -- use internal version of libfdata and libfcache. New releases broke libfsntfs compiles. +- use internal version of libfdata and libfcache. + * New releases broke libfsntfs compiles. +- change RPM Group for python binding to development/languages/python ------------------------------------------------------------------- Thu Jul 28 22:25:59 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libfsntfs.spec b/libfsntfs.spec index bddc2c0..514b554 100644 --- a/libfsntfs.spec +++ b/libfsntfs.spec @@ -90,7 +90,7 @@ applications that want to make use of %{name}. %package -n python-%{name} Summary: Python 2 bindings for libfsntfs License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python BuildRequires: pkgconfig(python2) @@ -102,7 +102,7 @@ Python 2 binding for libfsntfs, which can access the NTFS filesystem. %package -n python3-%{name} Summary: Python 3 bindings for libfsntfs License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 BuildRequires: pkgconfig(python3)