From ca47b893d1e6122beb672c20817d5b1d13ffb218 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Wed, 15 Feb 2023 21:01:40 +0800 Subject: [PATCH] upgrade version to 6.9.4 --- fastdfs.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fastdfs.spec b/fastdfs.spec index 0a592bc..05a596b 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -7,7 +7,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: %{FastDFS} -Version: 6.9.3 +Version: 6.9.4 Release: 1%{?dist} Summary: FastDFS server and client License: GPL @@ -18,14 +18,14 @@ Source: http://perso.orange.fr/sebastien.godard/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id -BuildRequires: libserverframe-devel >= 1.1.24 +BuildRequires: libserverframe-devel >= 1.1.25 %description This package provides tracker & storage of fastdfs commit version: %{CommitVersion} %package -n %{FDFSServer} -Requires: libserverframe >= 1.1.24 +Requires: libserverframe >= 1.1.25 Requires: %{FDFSConfig} Summary: fastdfs tracker & storage @@ -34,7 +34,7 @@ Requires: %{FDFSClient} Summary: fastdfs tools %package -n %{FDFSClient} -Requires: libserverframe >= 1.1.24 +Requires: libserverframe >= 1.1.25 Requires: %{FDFSConfig} Summary: The client dynamic library of fastdfs