update package to version 6.12.0

Signed-off-by: lwg <liweiganga@uniontech.com>
This commit is contained in:
lwg 2024-02-26 16:32:29 +08:00
parent 6e1c2ef9c7
commit ea435833d3
2 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: fastdfs Name: fastdfs
Version: 6.9.4 Version: 6.12.0
Release: 1 Release: 1
Summary: FastDFS server and client Summary: FastDFS server and client
License: GPL3.0 License: GPL3.0
@ -9,7 +9,7 @@ Source: https://github.com/happyfish100/fastdfs/archive/V%{version}.tar.gz
Requires: gcc cmake Requires: gcc cmake
BuildRequires: libfastcommon-devel >= 1.0.66 BuildRequires: libfastcommon-devel >= 1.0.66
BuildRequires: libserverframe-devel >= 1.1.25 BuildRequires: libserverframe-devel >= 1.2.1
BuildRequires: perl BuildRequires: perl
%description %description
@ -17,7 +17,7 @@ This package provides tracker & storage of fastdfs
%package -n fastdfs-server %package -n fastdfs-server
Requires: libfastcommon >= 1.0.66 Requires: libfastcommon >= 1.0.66
Requires: libserverframe >= 1.1.25 Requires: libserverframe >= 1.2.1
Requires: fastdfs-config Requires: fastdfs-config
Summary: fastdfs tracker & storage Summary: fastdfs tracker & storage
@ -27,7 +27,7 @@ Summary: fastdfs tools
%package -n libfdfsclient %package -n libfdfsclient
Requires: libfastcommon >= 1.0.66 Requires: libfastcommon >= 1.0.66
Requires: libserverframe >= 1.1.25 Requires: libserverframe >= 1.2.1
Requires: fastdfs-config Requires: fastdfs-config
Summary: The client dynamic library of fastdfs Summary: The client dynamic library of fastdfs
@ -110,6 +110,9 @@ rm -rf %{buildroot}
%config(noreplace) /etc/fdfs/*.conf %config(noreplace) /etc/fdfs/*.conf
%changelog %changelog
* Mon Feb 26 2024 liweigang <izmirvii@gmail.com> - 6.12.0-1
- update to version 6.12.0
* Mon Mar 20 2023 suweifeng <suweifeng@huawei.com> - 6.9.4-1 * Mon Mar 20 2023 suweifeng <suweifeng@huawei.com> - 6.9.4-1
- Upgrade to version 6.9.4 - Upgrade to version 6.9.4