diff --git a/newt.changes b/newt.changes index 1334a40..978c1e2 100644 --- a/newt.changes +++ b/newt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 2 21:35:26 UTC 2017 - jengelh@inai.de + +- Rectify RPM groups. + ------------------------------------------------------------------- Sun Sep 24 13:04:01 UTC 2017 - mc@suse.com diff --git a/newt.spec b/newt.spec index 08d2eab..86674e6 100644 --- a/newt.spec +++ b/newt.spec @@ -138,7 +138,7 @@ etc., to text mode user interfaces. %package -n python-%{name} Summary: Python bindings for newt License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{name} = %{version} Provides: %{name}-python = %{version} Obsoletes: %{name}-python < %{version} @@ -152,7 +152,7 @@ library providing a python API for creating text mode interfaces. %package -n python3-%{name} Summary: Python 3 bindings for newt License: LGPL-2.1+ -Group: Development/Libraries +Group: Development/Languages/Python Requires: %{name} = %{version}-%{release} %description -n python3-%{name}