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.