fastdfs.spec: change libfastcommon version

pull/481/head V6.07
YuQing 2020-12-31 11:18:59 +08:00
parent e198079a4b
commit d1d3e54781
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Version 6.07 2020-09-30 Version 6.07 2020-12-31
* use libfastcommon V1.44 * use libfastcommon V1.44
NOTE: you MUST upgrade libfastcommon to V1.44 or later NOTE: you MUST upgrade libfastcommon to V1.44 or later
* correct spell iovent to ioevent follows libfastcommon * correct spell iovent to ioevent follows libfastcommon

View File

@ -18,14 +18,14 @@ Source: http://perso.orange.fr/sebastien.godard/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
BuildRequires: libfastcommon-devel >= 1.0.45 BuildRequires: libfastcommon-devel >= 1.0.44
%description %description
This package provides tracker & storage of fastdfs This package provides tracker & storage of fastdfs
commit version: %{CommitVersion} commit version: %{CommitVersion}
%package -n %{FDFSServer} %package -n %{FDFSServer}
Requires: libfastcommon >= 1.0.45 Requires: libfastcommon >= 1.0.44
Summary: fastdfs tracker & storage Summary: fastdfs tracker & storage
%package -n %{FDFSTool} %package -n %{FDFSTool}