From ae46b683a67aa88067285eee67d512643742cd4f Mon Sep 17 00:00:00 2001 From: yueyao7846 <574334469@qq.com> Date: Wed, 14 Aug 2024 13:54:48 +0800 Subject: [PATCH] add requires chrpath --- libcutl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcutl.spec b/libcutl.spec index d3643f1..7507cde 100644 --- a/libcutl.spec +++ b/libcutl.spec @@ -3,7 +3,7 @@ Name: libcutl Version: %{base_version}.0 -Release: 18 +Release: 19 Summary: C++ utility library from Code Synthesis License: MIT and BSL-1.0 URL: http://www.codesynthesis.com/projects/libcutl/ @@ -29,6 +29,7 @@ BuildRequires: expat-devel %description libcutl is a C++ utility library. It contains a collection of generic and fairly independent components. +Requires: chrpath %package devel Summary: Development files for %{name} @@ -78,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir} %{_libdir}/pkgconfig/libcutl.pc %changelog +* Wed Aug 14 2024 yueyaoqiang - 1.10.0-19 +- add requires chrpath + * Fri Aug 18 2023 wangjunqi - 1.10.0-18 - fix compile error in openeuler:23.09: use c++14 standard -- Gitee