|
@@ -4,10 +4,11 @@
|
|
Summary: A utility for setting up encrypted disks
|
|
Summary: A utility for setting up encrypted disks
|
|
Summary(ja): 暗号化ファイルシステム設定用ユーティリティ
|
|
Summary(ja): 暗号化ファイルシステム設定用ユーティリティ
|
|
Name: cryptsetup
|
|
Name: cryptsetup
|
|
-Group: Applications/System
|
|
|
|
-
|
|
|
|
-Version: 2.3.2
|
|
|
|
|
|
+Version: 2.4.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
+Group: system,security
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
License: GPLv2 and LGPLv2+
|
|
License: GPLv2 and LGPLv2+
|
|
URL: https://gitlab.com/cryptsetup/cryptsetup
|
|
URL: https://gitlab.com/cryptsetup/cryptsetup
|
|
@@ -21,6 +22,7 @@ BuildRequires: json-c-devel
|
|
BuildRequires: libblkid-devel
|
|
BuildRequires: libblkid-devel
|
|
BuildRequires: libgcrypt-devel
|
|
BuildRequires: libgcrypt-devel
|
|
BuildRequires: libgpg-error-devel
|
|
BuildRequires: libgpg-error-devel
|
|
|
|
+BuildRequires: libssh-devel
|
|
BuildRequires: libuuid-devel
|
|
BuildRequires: libuuid-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
Provides: cryptsetup-luks = %{version}-%{release}
|
|
Provides: cryptsetup-luks = %{version}-%{release}
|
|
@@ -40,7 +42,7 @@ cryptsetup パッケージには、dm-crypt カーネルモジュールを使っ
|
|
%package devel
|
|
%package devel
|
|
Summary: Headers and libraries for using encrypted file systems
|
|
Summary: Headers and libraries for using encrypted file systems
|
|
Summary(ja): 暗号化ファイルシステムを使うためのヘッダとライブラリ
|
|
Summary(ja): 暗号化ファイルシステムを使うためのヘッダとライブラリ
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: programming
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: libgcrypt-devel > 1.1.42
|
|
Requires: libgcrypt-devel > 1.1.42
|
|
Requires: device-mapper-devel
|
|
Requires: device-mapper-devel
|
|
@@ -61,7 +63,7 @@ cryptsetup-devel パッケージには、ディスクの暗号化を使うコー
|
|
%package libs
|
|
%package libs
|
|
Summary: Cryptsetup shared library
|
|
Summary: Cryptsetup shared library
|
|
Summary(ja): Cryptsetup 共有ライブラリ
|
|
Summary(ja): Cryptsetup 共有ライブラリ
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
+Group: system
|
|
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
|
|
|
|
|
|
@@ -73,6 +75,9 @@ This package contains the cryptsetup shared library, libcryptsetup.
|
|
収録されています。
|
|
収録されています。
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q -n cryptsetup-%{upstream_version}
|
|
%setup -q -n cryptsetup-%{upstream_version}
|
|
|
|
|
|
@@ -109,11 +114,6 @@ popd
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
-%post -n cryptsetup-libs -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -n cryptsetup-libs -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files -f cryptsetup.lang
|
|
%files -f cryptsetup.lang
|
|
%license COPYING
|
|
%license COPYING
|
|
%doc ChangeLog AUTHORS TODO FAQ
|
|
%doc ChangeLog AUTHORS TODO FAQ
|
|
@@ -132,6 +132,11 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Oct 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- built with openssl-3.0.0.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+
|
|
* Sat May 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.3.2-1
|
|
* Sat May 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.3.2-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|