upgrade version to 6.9.1

pull/616/head V6.9.1
YuQing 2022-11-25 15:50:57 +08:00
parent 1c99ed8249
commit 14079d19ef
1 changed files with 8 additions and 8 deletions

View File

@ -7,8 +7,8 @@
%define CommitVersion %(echo $COMMIT_VERSION) %define CommitVersion %(echo $COMMIT_VERSION)
Name: %{FastDFS} Name: %{FastDFS}
Version: 6.0.9 Version: 6.9.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: FastDFS server and client Summary: FastDFS server and client
License: GPL License: GPL
Group: Arch/Tech Group: Arch/Tech
@ -18,16 +18,16 @@ 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.60 BuildRequires: libfastcommon-devel >= 1.0.64
BuildRequires: libserverframe-devel >= 1.1.19 BuildRequires: libserverframe-devel >= 1.1.23
%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.60 Requires: libfastcommon >= 1.0.64
Requires: libserverframe >= 1.1.19 Requires: libserverframe >= 1.1.23
Requires: %{FDFSConfig} Requires: %{FDFSConfig}
Summary: fastdfs tracker & storage Summary: fastdfs tracker & storage
@ -36,8 +36,8 @@ Requires: %{FDFSClient}
Summary: fastdfs tools Summary: fastdfs tools
%package -n %{FDFSClient} %package -n %{FDFSClient}
Requires: libfastcommon >= 1.0.60 Requires: libfastcommon >= 1.0.64
Requires: libserverframe >= 1.1.19 Requires: libserverframe >= 1.1.23
Requires: %{FDFSConfig} Requires: %{FDFSConfig}
Summary: The client dynamic library of fastdfs Summary: The client dynamic library of fastdfs