diff --git a/rpm.spec b/rpm.spec index 89074d82decc166a210790b4962e1d7f3218dd3b..58cb171fcdfb088c3e98e7a5fa04d813264527ae 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