From 647ad8d6b4d76d8d49c82d897020bd5b93f9a1d2 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 24 Jul 2020 15:15:14 +0200 Subject: [PATCH] packaging: Update rpm license to match source code Change-Id: I9b5dca5a99ba9ba18f0da3e7a31c2f8b3cd08015 --- packaging/cryptsetup.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/cryptsetup.spec b/packaging/cryptsetup.spec index e864084..5b93913 100644 --- a/packaging/cryptsetup.spec +++ b/packaging/cryptsetup.spec @@ -2,7 +2,7 @@ Name: cryptsetup Summary: The cryptsetup Version: 2.3.3 Release: 1 -License: GPL-2.0+, LGPL-2.1+ +License: GPL-2.0+ Group: Base/Device Management URL: http://code.google.com/p/cryptsetup/ Source0: %{name}-%{version}.tar.xz @@ -31,7 +31,7 @@ setup cryptographic volumes for dm-crypt (including LUKS extension) %package devel Summary: The cryptsetup development package Group: Development/Libraries -License: GPL-2.0+, LGPL-2.1+ +License: GPL-2.0+ Requires: %{name} = %{version}-%{release} %description devel @@ -89,7 +89,7 @@ rm -rf %{buildroot} %files devel %manifest %{name}.manifest -%license COPYING.GPL-2.0+ COPYING.LGPL-2.1+ +%license COPYING.GPL-2.0+ %{_includedir}/libcryptsetup.h %{_libdir}/libcryptsetup.so %{_libdir}/pkgconfig/libcryptsetup.pc -- 2.7.4