From 398ad09d54e32d5a34ccf1ad6a4c1963cff70f9f Mon Sep 17 00:00:00 2001 From: Feng Su Date: Tue, 28 Mar 2023 10:34:35 +0800 Subject: [PATCH] Cancel BuildRequirements: mold and xmlstarlet --- ceph.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ceph.spec b/ceph.spec index 5d2b14d..2fb2061 100644 --- a/ceph.spec +++ b/ceph.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global _hardened_build 1 %bcond_with make_check @@ -117,9 +117,6 @@ BuildRequires: cmake > 3.5 BuildRequires: fuse3-devel BuildRequires: gcc-c++ BuildRequires: libatomic -%ifarch x86_64 aarch64 -BuildRequires: mold -%endif %if 0%{with tcmalloc} # libprofiler did not build on ppc64le until 2.7.90 BuildRequires: gperftools-devel >= 2.7.90 @@ -157,7 +154,6 @@ BuildRequires: pkgconfig(udev) BuildRequires: valgrind-devel BuildRequires: which BuildRequires: xfsprogs-devel -BuildRequires: xmlstarlet BuildRequires: nasm BuildRequires: lua-devel %if 0%{with jaeger} @@ -966,9 +962,6 @@ env | sort %endif %if 0%{with system_utf8proc} -DWITH_SYSTEM_UTF8PROC:BOOL=ON \ -%endif -%ifarch x86_64 aarch64 - -DCMAKE_LINKER=%{_bindir}/ld.mold \ %endif -DWITH_GRAFANA:BOOL=ON @@ -1943,6 +1936,9 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Tue Mar 28 2023 Feng Su - 17.2.5-2 +- Cancel BuildRequirements: mold and xmlstarlet + * Thu Mar 02 2023 Funda Wang - 17.2.5-1 - New version 17.2.5 - Build with bundled boost for now, 17.x does not support boost 1.81 -- Gitee