diff --git a/libpwquality.spec b/libpwquality.spec index 92eb1d0..f50ce3a 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -19,7 +19,6 @@ Release: 11%{?dist} # The package is BSD licensed with option to relicense as GPLv2+ # - this option is redundant as the BSD license allows that anyway. License: BSD or GPLv2+ -Group: System Environment/Base Source0: https://github.com/libpwquality/libpwquality/releases/download/libpwquality-%{version}/libpwquality-%{version}.tar.bz2 Patch1: libpwquality-1.4.0-covscan.patch @@ -52,7 +51,6 @@ This library uses the cracklib and cracklib dictionaries to perform some of the checks. %package devel -Group: Development/Libraries Summary: Support for development of applications using the libpwquality library Requires: libpwquality%{?_isa} = %{version}-%{release} Requires: pkgconfig @@ -65,7 +63,6 @@ See the pwquality.h header file for the API. %if %{with python2} %package -n python2-pwquality %{?python_provide:%python_provide python2-pwquality} -Group: Development/Libraries Summary: Python bindings for the libpwquality library Requires: libpwquality%{?_isa} = %{version}-%{release} @@ -78,7 +75,6 @@ pronounceable passwords from Python applications. %if %{with python3} %package -n python3-pwquality -Group: Development/Libraries Summary: Python bindings for the libpwquality library Requires: libpwquality%{?_isa} = %{version}-%{release}