diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2022-03-09 17:04:36 +0100 |
---|---|---|
committer | Karol Lewandowski <k.lewandowsk@samsung.com> | 2022-03-09 17:04:36 +0100 |
commit | d87cc55290ee7fbfb979d944a07dbe4c751d2b16 (patch) | |
tree | d696598a88fa316e62c943f8084a7a99115c246b | |
parent | d8ba0e1a035ef4d7a345641878de056968c87e98 (diff) | |
download | cryptsetup-tizen_7.0_hotfix.tar.gz cryptsetup-tizen_7.0_hotfix.tar.bz2 cryptsetup-tizen_7.0_hotfix.zip |
packaging: Add LGPL-2.1+ license to packagestizen_7.0_m2_releasesubmit/tizen/20220310.051856accepted/tizen/unified/20220310.120839accepted/tizen/7.0/unified/hotfix/20221116.110657accepted/tizen/7.0/unified/20221110.060851tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfix
According to guildelines the License: field should contain all
licenses that were used to build given package.
Change-Id: Idc03ac568f0b621bbd6bda1552d5ef728a8e3a5a
-rw-r--r-- | packaging/cryptsetup.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/cryptsetup.spec b/packaging/cryptsetup.spec index 3662a88..5c63203 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+ +License: GPL-2.0+, LGPL-2.1+ Group: Base/Device Management URL: http://code.google.com/p/cryptsetup/ Source0: %{name}-%{version}.tar.xz @@ -31,14 +31,14 @@ setup cryptographic volumes for dm-crypt (including LUKS extension) %package devel Summary: The cryptsetup development package Group: Development/Libraries -License: GPL-2.0+ +License: GPL-2.0+, LGPL-2.1+ Requires: %{name} = %{version}-%{release} %description devel cryptsetup development package %package locale -License: GPL-2.0+ +License: GPL-2.0+, LGPL-2.1+ Summary: The cryptsetup locale package Group: Base/Device Management Requires: %{name} = %{version}-%{release} @@ -80,7 +80,7 @@ rm -rf %{buildroot} %files %manifest %{name}.manifest -%license COPYING.GPL-2.0+ +%license COPYING.GPL-2.0+ COPYING.LGPL-2.1+ %{_libdir}/libcryptsetup.so.* %{_prefix}/lib/tmpfiles.d/cryptsetup.conf %{_sbindir}/cryptsetup @@ -88,14 +88,14 @@ rm -rf %{buildroot} %files devel %manifest %{name}.manifest -%license COPYING.GPL-2.0+ +%license COPYING.GPL-2.0+ COPYING.LGPL-2.1+ %{_includedir}/libcryptsetup.h %{_libdir}/libcryptsetup.so %{_libdir}/pkgconfig/libcryptsetup.pc %files locale %manifest %{name}.manifest -%license COPYING.GPL-2.0+ +%license COPYING.GPL-2.0+ COPYING.LGPL-2.1+ %{_datarootdir}/locale/cs/LC_MESSAGES/cryptsetup.mo %{_datarootdir}/locale/da/LC_MESSAGES/cryptsetup.mo %{_datarootdir}/locale/de/LC_MESSAGES/cryptsetup.mo |