diff options
-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 |