!242 Add auto_cleanup.h to include path
* Add auto_cleanup.h to include path
This commit is contained in:
parent
2604604afb
commit
862d85e44b
9
lcr.spec
9
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<xuxuepeng1@huawei.com> - 2.1.2-2
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
- SUG:NA
|
||||
- DESC:add auto_cleanup.h to include path
|
||||
|
||||
* Tue Aug 29 2023 xuxuepeng<xuxuepeng1@huawei.com> - 2.1.2-1
|
||||
- Type:enhancement
|
||||
- CVE:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user