From adfed3321d9d17f2048fbd5ad62f659be69d7455 Mon Sep 17 00:00:00 2001 From: lihaoxiang Date: Fri, 13 Jan 2023 04:17:56 -0500 Subject: [PATCH] fix build error that couldn't find definition of 'trim' Signed-off-by: lihaoxiang --- fastdfs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fastdfs.spec b/fastdfs.spec index e5a191d..6a47d74 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -1,6 +1,6 @@ Name: fastdfs Version: 6.06 -Release: 3 +Release: 4 Summary: FastDFS server and client License: GPL3.0 Group: Arch/Tech @@ -10,14 +10,14 @@ Source: https://github.com/happyfish100/fastdfs/archive/V%{version}.tar.gz Patch0: 0001-move_scripts_to_data_dir.patch Requires: gcc cmake -BuildRequires: libfastcommon-devel >= 1.0.43 +BuildRequires: libfastcommon-devel = 1.0.43 BuildRequires: perl %description This package provides tracker & storage of fastdfs %package -n fastdfs-server -Requires: libfastcommon >= 1.0.43 +Requires: libfastcommon = 1.0.43 Summary: fastdfs tracker & storage %package -n fastdfs-tools @@ -117,6 +117,9 @@ rm -rf %{buildroot} %{_bindir}/fdfs_regenerate_filename %changelog +* Fri Jan 13 2023 lihaoxiang - 6.06-4 +- fix build error that couldn't find definition of 'trim' + * Thu Jun 23 2022 lihaoxiang - 6.06-3 - Modified fastdfs.spec that add BuildRequires about perl -- Gitee