parent
e198079a4b
commit
d1d3e54781
2
HISTORY
2
HISTORY
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue