spec: exclude /sbin/cryptsetup-reencrypt and /sbin/integritysetup 90/254590/1 accepted/tizen/unified/20211109.043025 submit/tizen/20211108.094942
authorINSUN PYO <insun.pyo@samsung.com>
Fri, 5 Mar 2021 02:40:06 +0000 (11:40 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Fri, 5 Mar 2021 02:43:31 +0000 (11:43 +0900)
These files did not exist in the previous version.

Change-Id: Ib62dfec08bb567f66cb7d3320865f65911758c1f

packaging/cryptsetup.spec

index 5b93913..3662a88 100644 (file)
@@ -63,7 +63,8 @@ cp %{SOURCE1} ./%{name}.manifest
 cp %{SOURCE1} .
 
 chmod +x ./autogen.sh
-./autogen.sh --prefix=%{_prefix} -localedir=%{_datarootdir}/locale -libdir=%{_libdir}
+./autogen.sh --prefix=%{_prefix} -localedir=%{_datarootdir}/locale -libdir=%{_libdir} \
+             --disable-cryptsetup-reencrypt --disable-integritysetup
 
 make %{?jobs:-j%jobs}
 
@@ -83,8 +84,6 @@ rm -rf %{buildroot}
 %{_libdir}/libcryptsetup.so.*
 %{_prefix}/lib/tmpfiles.d/cryptsetup.conf
 %{_sbindir}/cryptsetup
-%{_sbindir}/cryptsetup-reencrypt
-%{_sbindir}/integritysetup
 %{_sbindir}/veritysetup
 
 %files devel
@@ -120,6 +119,4 @@ rm -rf %{buildroot}
 %manifest %{name}.manifest
 %license COPYING.GPL-2.0+
 %{_mandir}/man8/cryptsetup.8.gz
-%{_mandir}/man8/cryptsetup-reencrypt.8.gz
-%{_mandir}/man8/integritysetup.8.gz
 %{_mandir}/man8/veritysetup.8.gz