From 6a09f172f2e177f8bb8ad639261d24b9dc35a5b8 Mon Sep 17 00:00:00 2001 From: ZhengZhenyu Date: Wed, 7 Dec 2022 07:49:10 +0000 Subject: [PATCH] Fix requirements for make and gcc_secure Signed-off-by: ZhengZhenyu --- firebird.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firebird.spec b/firebird.spec index 6c0458c..d7a3c9e 100644 --- a/firebird.spec +++ b/firebird.spec @@ -21,9 +21,9 @@ Patch0004: no-copy-from-icu.patch Patch0005: cloop-honour-build-flags.patch Patch0007: 0001-Port-to-RISC-V-64-bit-riscv64.patch -BuildRequires: autoconf automake libtommath-devel libtool ncurses-devel libicu-devel +BuildRequires: autoconf automake libtommath-devel libtool make ncurses-devel libicu-devel BuildRequires: libedit-devel gcc-c++ libstdc++-static systemd-units chrpath zlib-devel procmail -BuildRequires: chrpath +BuildRequires: chrpath gcc_secure Requires(post): systemd-units Requires(preun):systemd-units -- Gitee