From b50367f3bf2706d94770816cdb8ae37a00b92ed9b10930080d45b69b2e00a88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 7 Feb 2018 18:28:27 +0000 Subject: [PATCH] Accepting request 573843 from home:jengelh:branches:devel:libraries:c_c++ - Fix RPM group of shlib subpackage. OBS-URL: https://build.opensuse.org/request/show/573843 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=13 --- cppunit.changes | 5 +++++ cppunit.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cppunit.changes b/cppunit.changes index dc1733e..bd582d5 100644 --- a/cppunit.changes +++ b/cppunit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 7 13:02:04 UTC 2018 - jengelh@inai.de + +- Fix RPM group of shlib subpackage. + ------------------------------------------------------------------- Wed Feb 7 10:09:21 UTC 2018 - tchvatal@suse.com diff --git a/cppunit.spec b/cppunit.spec index 7b62f6a..6e4b6d1 100644 --- a/cppunit.spec +++ b/cppunit.spec @@ -42,7 +42,7 @@ supervised tests. %package -n %{libname} Summary: Cppunit library for writting C++ unittests -Group: Development/Libraries/C and C++ +Group: System/Libraries %description -n %{libname} Cppunit library for writting C++ unittests in JUnit like fashion.