From a78ac5c0f38a48e5118560e3f89b87a34f912b05 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 22 Mar 2022 23:01:39 +0800 Subject: [PATCH] disable fsverity Signed-off-by: Chunmei Xu --- rpm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index 89074d8..58cb171 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 # run internal testsuite? # fakechroot is severely broken, disable it %bcond_with check @@ -12,7 +12,7 @@ # build with libimaevm.so %bcond_without libimaevm # build with fsverity support? -%bcond_without fsverity +%bcond_with fsverity # build with zstd support? %bcond_without zstd # build with ndb backend? @@ -580,6 +580,9 @@ fi %doc docs/librpm/html/* %changelog +* Tue Mar 22 2022 Chunmei Xu - 4.17.0-4 +- disable fsverity + * Wed Mar 09 2022 Chunmei Xu - 4.17.0-3 - Rebuild with new python macros -- Gitee