diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-11-17 14:52:37 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-11-17 14:52:37 +0900 |
commit | deca7dd12c9a7c39dce2b2131a5669a50cad74c0 (patch) | |
tree | bc2083d64cc12c94ce877a7275471cbe43249d19 | |
parent | 965f0e55d4136f7f78aa1bd05695302c980765d2 (diff) | |
download | cryptsetup-accepted/tizen_5.5_unified_mobile_hotfix.tar.gz cryptsetup-accepted/tizen_5.5_unified_mobile_hotfix.tar.bz2 cryptsetup-accepted/tizen_5.5_unified_mobile_hotfix.zip |
Add dependency to the device-mapper package and License fixtizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184306submit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen_5.0/20181101.000006submit/tizen/20171117.055351accepted/tizen/unified/20171117.125030accepted/tizen/5.5/unified/wearable/hotfix/20201027.103240accepted/tizen/5.5/unified/mobile/hotfix/20201027.063514accepted/tizen/5.5/unified/20191031.010319accepted/tizen/5.0/unified/20181102.025436tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.0accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unified
Change-Id: Iaa014c33594f250ac28b8969c6fbcb782e4e3367
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | COPYING.GPL-2.0+ (renamed from COPYING) | 0 | ||||
-rw-r--r-- | COPYING.LGPL-2.1+ (renamed from COPYING.LGPL) | 0 | ||||
-rw-r--r-- | packaging/cryptsetup.spec | 9 |
3 files changed, 6 insertions, 3 deletions
diff --git a/COPYING b/COPYING.GPL-2.0+ index 86289a1..86289a1 100644 --- a/COPYING +++ b/COPYING.GPL-2.0+ diff --git a/COPYING.LGPL b/COPYING.LGPL-2.1+ index 7e354d5..7e354d5 100644 --- a/COPYING.LGPL +++ b/COPYING.LGPL-2.1+ diff --git a/packaging/cryptsetup.spec b/packaging/cryptsetup.spec index 8704e7a..38e5645 100644 --- a/packaging/cryptsetup.spec +++ b/packaging/cryptsetup.spec @@ -2,7 +2,7 @@ Name: cryptsetup Summary: The cryptsetup Version: 1.6.7 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 @@ -19,7 +19,7 @@ BuildRequires: automake BuildRequires: gettext Requires: libgpg-error -Requires: libdevmapper +Requires: device-mapper Requires: libgcrypt %description @@ -75,7 +75,7 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest %files %defattr(-,root,root,-) %manifest %{_datadir}/binary_package_name.manifest -%license COPYING +%license COPYING.GPL-2.0+ %{_libdir}/libcryptsetup.so %{_libdir}/libcryptsetup.so.4 %{_libdir}/libcryptsetup.so.4.7.0 @@ -83,11 +83,13 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest %{_sbindir}/veritysetup %files devel +%license COPYING.LGPL-2.1+ %{_includedir}/libcryptsetup.h %{_libdir}/libcryptsetup.so %{_libdir}/pkgconfig/libcryptsetup.pc %files locale +%license COPYING.GPL-2.0+ %{_datarootdir}/locale/cs/LC_MESSAGES/cryptsetup.mo %{_datarootdir}/locale/de/LC_MESSAGES/cryptsetup.mo %{_datarootdir}/locale/fi/LC_MESSAGES/cryptsetup.mo @@ -102,5 +104,6 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest %{_datarootdir}/locale/es/LC_MESSAGES/cryptsetup.mo %files doc +%license COPYING.GPL-2.0+ %{_mandir}/man8/cryptsetup.8.gz %{_mandir}/man8/veritysetup.8.gz |