From e6e011556802c63a0247ff9ef2bfd31096d52cc7 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Wed, 2 Mar 2022 17:38:01 +0800 Subject: [PATCH] Remove rhash-devel from BuildRequires --- cmake.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 19e40de..472f5e1 100644 --- a/cmake.spec +++ b/cmake.spec @@ -11,7 +11,7 @@ Name: cmake Version: 3.22.0 -Release: 1 +Release: 2 Summary: Cross-platform make system License: BSD and MIT and zlib URL: http://www.cmake.org @@ -38,7 +38,7 @@ BuildRequires: python3-sphinx %endif %if %{without bootstrap} BuildRequires: bzip2-devel curl-devel expat-devel jsoncpp-devel libarchive-devel -BuildRequires: libuv-devel rhash-devel xz-devel zlib-devel cmake-rpm-macros +BuildRequires: libuv-devel xz-devel zlib-devel cmake-rpm-macros %endif Requires: cmake-data = %{version}-%{release} cmake-rpm-macros = %{version}-%{release} @@ -113,6 +113,7 @@ pushd build --docdir=/share/doc/cmake --mandir=/share/man \ --%{?with_bootstrap:no-}system-libs \ --parallel=`/usr/bin/getconf _NPROCESSORS_ONLN` \ + --no-system-librhash \ %if %{with sphinx} --sphinx-man --sphinx-html \ %else @@ -234,6 +235,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog +* Wed Mar 2 2022 wangchen - 3.22.0-2 +- Remove rhash-devel from BuildRequires + * Sat Feb 12 2022 wangchen - 3.22.0-1 - Update to 3.22.0