Remove obsolete Group tag

References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
Igor Gnatenko 2019-01-28 20:17:41 +01:00
parent bd4413d0fc
commit a63008bf0b

View File

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