From 625c5eb3260409cb4f21de574a526b704614326d Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 11 Jun 2021 16:28:23 +0800 Subject: [PATCH] correct libfastcommon version --- INSTALL | 2 +- fastdfs.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 0662a8d..a933b2a 100644 --- a/INSTALL +++ b/INSTALL @@ -11,7 +11,7 @@ Chinese language: http://www.fastken.com/ # command lines as: git clone https://github.com/happyfish100/libfastcommon.git - cd libfastcommon; git checkout V1.0.46 + cd libfastcommon; git checkout V1.0.47 ./make.sh clean && ./make.sh && ./make.sh install diff --git a/fastdfs.spec b/fastdfs.spec index 91e062f..9d52187 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -19,14 +19,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: libfastcommon-devel >= 1.0.44 +BuildRequires: libfastcommon-devel >= 1.0.47 %description This package provides tracker & storage of fastdfs commit version: %{CommitVersion} %package -n %{FDFSServer} -Requires: libfastcommon >= 1.0.44 +Requires: libfastcommon >= 1.0.47 Requires: %{FDFSConfig} Summary: fastdfs tracker & storage