fastdfs.spec upgrade libfastcommon version
parent
aaf77064e2
commit
75e10b28f9
2
HISTORY
2
HISTORY
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
Version 6.08 2022-02-25
|
||||
Version 6.08 2022-06-21
|
||||
* use libfastcommon V1.56
|
||||
NOTE: you MUST upgrade libfastcommon to V1.56 or later
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Name: %{FastDFS}
|
||||
Version: 6.0.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: FastDFS server and client
|
||||
License: GPL
|
||||
Group: Arch/Tech
|
||||
|
|
@ -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.56
|
||||
BuildRequires: libfastcommon-devel >= 1.0.58
|
||||
|
||||
%description
|
||||
This package provides tracker & storage of fastdfs
|
||||
commit version: %{CommitVersion}
|
||||
|
||||
%package -n %{FDFSServer}
|
||||
Requires: libfastcommon >= 1.0.56
|
||||
Requires: libfastcommon >= 1.0.58
|
||||
Requires: %{FDFSConfig}
|
||||
Summary: fastdfs tracker & storage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue