From d1d3e54781f1948795f1e3bdbe78246d650b3785 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Thu, 31 Dec 2020 11:18:59 +0800 Subject: [PATCH] fastdfs.spec: change libfastcommon version --- HISTORY | 2 +- fastdfs.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index a51c7d4..b576fe1 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,5 @@ -Version 6.07 2020-09-30 +Version 6.07 2020-12-31 * use libfastcommon V1.44 NOTE: you MUST upgrade libfastcommon to V1.44 or later * correct spell iovent to ioevent follows libfastcommon diff --git a/fastdfs.spec b/fastdfs.spec index c101a12..135cb6b 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -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: libfastcommon-devel >= 1.0.45 +BuildRequires: libfastcommon-devel >= 1.0.44 %description This package provides tracker & storage of fastdfs commit version: %{CommitVersion} %package -n %{FDFSServer} -Requires: libfastcommon >= 1.0.45 +Requires: libfastcommon >= 1.0.44 Summary: fastdfs tracker & storage %package -n %{FDFSTool}