From c014b0d530b13c7cce7ed64871fc1933d37f93ac Mon Sep 17 00:00:00 2001 From: Qinqi Qu Date: Thu, 18 Aug 2022 20:27:30 +0800 Subject: [PATCH] Fix version conflict Signed-off-by: Qinqi Qu --- nydus-snapshotter.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nydus-snapshotter.spec b/nydus-snapshotter.spec index 9d7554f..a477414 100644 --- a/nydus-snapshotter.spec +++ b/nydus-snapshotter.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define release_version 0.3.0 %define pre_version alpha.5 %global debug_package %{nil} @@ -14,7 +14,7 @@ Source0: https://github.com/containerd/nydus-snapshotter/archive/refs/tag Source1: nydus-snapshotter.fusedev.service Source2: v%{release_version}-%{pre_version}-vendor.tar.gz -Requires: nydus-rs >= 2.1.0 +Requires: nydus-rs >= 2.1.0~rc1 BuildRequires: golang %description @@ -47,6 +47,8 @@ mkdir -p %{buildroot}/var/lib/containerd/io.containerd.snapshotter.v1.nydus/cach %changelog +* Thu Aug 18 2022 Qinqi Qu - 0.3.0~alpha.5-2 +- Fix version conflict * Wed Aug 10 2022 tianqian.zyf - 0.3.0~alpha.5-1 - Support systemd * Thu Jul 28 2022 Qinqi Qu - 0.2.4-1 -- Gitee