From a414d33fcac1ab5f4cde65b92b64803a3e910899 Mon Sep 17 00:00:00 2001 From: haozi007 Date: Fri, 8 Jul 2022 18:34:03 +0800 Subject: [PATCH] add limit of lcr version Signed-off-by: haozi007 --- iSulad.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iSulad.spec b/iSulad.spec index 8ed3ce8..68ea047 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.0.14 -%global _release 10 +%global _release 11 %global is_systemd 1 %global enable_shimv2 1 %global is_embedded 1 @@ -67,7 +67,7 @@ BuildRequires: sqlite-devel Requires: sqlite %endif -%define lcrver 2.0.7 +%define lcrver 2.0.8 %define clibcniver 2.0.7 @@ -270,6 +270,12 @@ fi %endif %changelog +* Fri Jul 8 2022 haozi007 - 2.0.14-11 +- Type: enhancement +- ID: NA +- SUG: NA +- DESC: add limit to lcr version + * Wed Jun 22 2022 yangjiaqi - 2.0.14-10 - Type: enhancement - ID: NA