!38 Remove rhash-devel from BuildRequires

From: @wangchen2020 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-03-03 07:23:45 +00:00 committed by Gitee
commit 5e48d45c16
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <wangchen137@h-partners.com> - 3.22.0-2
- Remove rhash-devel from BuildRequires
* Sat Feb 12 2022 wangchen <wangchen137@h-partners.com> - 3.22.0-1
- Update to 3.22.0