Browse Source

cryptsetup-2.5.0-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
37d9ba4f6e
1 changed files with 7 additions and 2 deletions
  1. 7 2
      c/cryptsetup/cryptsetup-vl.spec

+ 7 - 2
c/cryptsetup/cryptsetup-vl.spec

@@ -4,7 +4,7 @@
 Summary:	A utility for setting up encrypted disks
 Summary(ja):	暗号化ファイルシステム設定用ユーティリティ
 Name:		cryptsetup
-Version:	2.4.1
+Version:	2.5.0
 Release:	1%{?_dist_release}
 Group:		system,security
 Vendor:		Project Vine
@@ -88,7 +88,9 @@ export PYTHON=%{__python3}
 %configure \
 	--sbindir=%{_root_sbindir} \
 	--libdir=/%{_lib} \
-	--disable-selinux
+	--disable-selinux \
+	--disable-asciidoc
+
 # remove rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -132,6 +134,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Aug 30 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.0-1
+- new upstream release.
+
 * Sun Oct 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.1-1
 - new upstream release.
 - built with openssl-3.0.0.