upgrade version to 6.9.3

pull/616/head V6.9.3
YuQing 2023-01-15 08:57:40 +08:00
parent f5f17ea6e7
commit 3109593536
2 changed files with 7 additions and 10 deletions

View File

@ -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.64
cd libfastcommon; git checkout V1.0.65
./make.sh clean && ./make.sh && ./make.sh install
@ -21,7 +21,7 @@ Chinese language: http://www.fastken.com/
# command lines as:
git clone https://github.com/happyfish100/libserverframe.git
cd libserverframe; git checkout V1.1.23
cd libserverframe; git checkout V1.1.24
./make.sh clean && ./make.sh && ./make.sh install
# step 3. download fastdfs source codes and install it,
@ -30,7 +30,7 @@ Chinese language: http://www.fastken.com/
# command lines as:
git clone https://github.com/happyfish100/fastdfs.git
cd fastdfs; git checkout V6.9.2
cd fastdfs; git checkout V6.9.3
./make.sh clean && ./make.sh && ./make.sh install

View File

@ -7,7 +7,7 @@
%define CommitVersion %(echo $COMMIT_VERSION)
Name: %{FastDFS}
Version: 6.9.2
Version: 6.9.3
Release: 1%{?dist}
Summary: FastDFS server and client
License: GPL
@ -18,16 +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.64
BuildRequires: libserverframe-devel >= 1.1.23
BuildRequires: libserverframe-devel >= 1.1.24
%description
This package provides tracker & storage of fastdfs
commit version: %{CommitVersion}
%package -n %{FDFSServer}
Requires: libfastcommon >= 1.0.64
Requires: libserverframe >= 1.1.23
Requires: libserverframe >= 1.1.24
Requires: %{FDFSConfig}
Summary: fastdfs tracker & storage
@ -36,8 +34,7 @@ Requires: %{FDFSClient}
Summary: fastdfs tools
%package -n %{FDFSClient}
Requires: libfastcommon >= 1.0.64
Requires: libserverframe >= 1.1.23
Requires: libserverframe >= 1.1.24
Requires: %{FDFSConfig}
Summary: The client dynamic library of fastdfs