Update to version 6.9.4

Signed-off-by: Weifeng Su <suweifeng1@huawei.com>
This commit is contained in:
Weifeng Su 2023-03-20 19:48:56 +08:00
parent a46ce59ee8
commit ad0549c76d
2 changed files with 10 additions and 7 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: fastdfs
Version: 6.9.1
Version: 6.9.4
Release: 1
Summary: FastDFS server and client
License: GPL3.0
@ -8,16 +8,16 @@ URL: https://github.com/happyfish100/fastdfs
Source: https://github.com/happyfish100/fastdfs/archive/V%{version}.tar.gz
Requires: gcc cmake
BuildRequires: libfastcommon-devel >= 1.0.64
BuildRequires: libserverframe-devel >= 1.1.23
BuildRequires: libfastcommon-devel >= 1.0.66
BuildRequires: libserverframe-devel >= 1.1.25
BuildRequires: perl
%description
This package provides tracker & storage of fastdfs
%package -n fastdfs-server
Requires: libfastcommon >= 1.0.64
Requires: libserverframe >= 1.1.23
Requires: libfastcommon >= 1.0.66
Requires: libserverframe >= 1.1.25
Requires: fastdfs-config
Summary: fastdfs tracker & storage
@ -26,8 +26,8 @@ Requires: libfdfsclient
Summary: fastdfs tools
%package -n libfdfsclient
Requires: libfastcommon >= 1.0.64
Requires: libserverframe >= 1.1.23
Requires: libfastcommon >= 1.0.66
Requires: libserverframe >= 1.1.25
Requires: fastdfs-config
Summary: The client dynamic library of fastdfs
@ -110,6 +110,9 @@ rm -rf %{buildroot}
%config(noreplace) /etc/fdfs/*.conf
%changelog
* Mon Mar 20 2023 suweifeng <suweifeng@huawei.com> - 6.9.4-1
- Upgrade to version 6.9.4
* Fri Dec 16 2022 lihaoxiang <lihaoxiang9@huawei.com> - 6.9.1-1
- Upgrade to version 6.9.1