From 862d85e44b28f53bb18937efaf041a76eda3bccb Mon Sep 17 00:00:00 2001 From: xuxuepeng Date: Tue, 29 Aug 2023 09:06:55 +0000 Subject: [PATCH] !242 Add auto_cleanup.h to include path * Add auto_cleanup.h to include path --- lcr.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lcr.spec b/lcr.spec index f28a6c8..39cddba 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ %global _version 2.1.2 -%global _release 1 +%global _release 2 %global _inner_name isula_libutils %global enable_lxc 0 @@ -84,6 +84,7 @@ install -d $RPM_BUILD_ROOT/%{_includedir}/%{_inner_name} install -m 0644 ../build/json/*.h %{buildroot}/%{_includedir}/%{_inner_name}/ install -m 0644 ../src/json/*.h %{buildroot}/%{_includedir}/%{_inner_name}/ install -m 0644 ../src/third_party/*.h %{buildroot}/%{_includedir}/%{_inner_name}/ +install -m 0644 ../src/auto_cleanup.h %{buildroot}/%{_includedir}/%{_inner_name}/ chmod +x %{buildroot}/%{_libdir}/libisula_libutils.so find %{buildroot} -type f -name '*.la' -exec rm -f {} ';' @@ -117,6 +118,12 @@ rm -rf %{buildroot} %{_includedir}/lcr/lcrcontainer.h %changelog +* Tue Aug 29 2023 xuxuepeng - 2.1.2-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add auto_cleanup.h to include path + * Tue Aug 29 2023 xuxuepeng - 2.1.2-1 - Type:enhancement - CVE:NA