upgrade version to 6.9.4

pull/630/head
YuQing 2023-02-15 21:01:40 +08:00
parent 0376cf8e2c
commit ca47b893d1
1 changed files with 4 additions and 4 deletions

View File

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