From f01226c5e71ddf94a43cd47974cb7dcaeea18e78 Mon Sep 17 00:00:00 2001 From: lihaoxiang Date: Thu, 23 Jun 2022 19:07:58 +0800 Subject: [PATCH] modified fastdfs.spec that add BuildRequires about perl (cherry picked from commit 6ff2749faa3e2db1d27858fa88fb4f4302c3da58) --- fastdfs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fastdfs.spec b/fastdfs.spec index 72735a5..e5a191d 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -1,6 +1,6 @@ Name: fastdfs Version: 6.06 -Release: 2 +Release: 3 Summary: FastDFS server and client License: GPL3.0 Group: Arch/Tech @@ -11,6 +11,7 @@ Patch0: 0001-move_scripts_to_data_dir.patch Requires: gcc cmake BuildRequires: libfastcommon-devel >= 1.0.43 +BuildRequires: perl %description This package provides tracker & storage of fastdfs @@ -116,6 +117,9 @@ rm -rf %{buildroot} %{_bindir}/fdfs_regenerate_filename %changelog +* Thu Jun 23 2022 lihaoxiang - 6.06-3 +- Modified fastdfs.spec that add BuildRequires about perl + * Fri Apr 02 2021 herengui - 6.06-2 - Rearrange the files list -- Gitee