diff --git a/libcutl.spec b/libcutl.spec index d3643f1966d9c050745255f6fd0728ff1c06fcfb..7507cde9cb2d12cf4234fb730ccc385b4767898f 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