diff --git a/cryptsetup.spec b/cryptsetup.spec index e19e44e..5b6758a 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -24,7 +24,6 @@ Name: cryptsetup Version: 2.0.6 Release: 2%{?dist} License: GPLv2+ and LGPLv2+ -Group: Applications/System URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: openssl-devel, popt-devel, device-mapper-devel BuildRequires: libuuid-devel, gcc, json-c-devel, libargon2-devel @@ -49,7 +48,6 @@ The cryptsetup package contains a utility for setting up disk encryption using dm-crypt kernel module. %package devel -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig Summary: Headers and libraries for using encrypted file systems @@ -61,7 +59,6 @@ The cryptsetup-devel package contains libraries and header files used for writing code that makes use of disk encryption. %package libs -Group: System Environment/Libraries Summary: Cryptsetup shared library Provides: cryptsetup-luks-libs = %{version}-%{release} Obsoletes: cryptsetup-luks-libs < 1.4.0 @@ -70,7 +67,6 @@ Obsoletes: cryptsetup-luks-libs < 1.4.0 This package contains the cryptsetup shared library, libcryptsetup. %package -n veritysetup -Group: Applications/System Summary: A utility for setting up dm-verity volumes Requires: cryptsetup-libs = %{version}-%{release} @@ -79,7 +75,6 @@ The veritysetup package contains a utility for setting up disk verification using dm-verity kernel module. %package -n integritysetup -Group: Applications/System Summary: A utility for setting up dm-integrity volumes Requires: cryptsetup-libs = %{version}-%{release} @@ -88,7 +83,6 @@ The integritysetup package contains a utility for setting up disk integrity protection using dm-integrity kernel module. %package reencrypt -Group: Applications/System Summary: A utility for offline reencryption of LUKS encrypted disks. Requires: cryptsetup-libs = %{version}-%{release} @@ -98,7 +92,6 @@ can be used for offline reencryption of disk in situ. %if %{python2_enable} %package -n python2-cryptsetup -Group: System Environment/Libraries Summary: Python bindings for libcryptsetup Requires: %{name}-libs = %{version}-%{release} %{?python_provide:%python_provide python2-cryptsetup} @@ -115,7 +108,6 @@ for setting up disk encryption using dm-crypt kernel module. %if %{python3_enable} %package python3 -Group: System Environment/Libraries Summary: Python3 bindings for libcryptsetup Requires: %{name}-libs = %{version}-%{release} Provides: python3-cryptsetup = %{version}-%{release}