From 30e2ede51339ce7d4400af8b2c4737ef4dfc4a524aad219edab59386e54f35e5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 3 Oct 2017 14:11:41 +0000 Subject: [PATCH] Accepting request 530575 from home:jengelh:branches:devel:libraries:c_c++ - Rectify RPM groups. OBS-URL: https://build.opensuse.org/request/show/530575 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=38 --- newt.changes | 5 +++++ newt.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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}