diff --git a/lcr.spec b/lcr.spec index a7b3720..bb37c24 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ %global _version 2.1.4 -%global _release 2 +%global _release 3 %global _inner_name isula_libutils %global enable_lxc 1 @@ -92,6 +92,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/third_party/http_parser/*.h %{buildroot}/%{_includedir}/%{_inner_name}/ install -m 0644 ../src/auto_cleanup.h %{buildroot}/%{_includedir}/%{_inner_name}/ #install header files from utils later install -m 0644 ../src/utils/utils_compile.h %{buildroot}/%{_includedir}/lcr/utils_compile.h @@ -131,6 +132,12 @@ rm -rf %{buildroot} %{_includedir}/lcr/utils_compile.h %changelog +* Wed Mar 20 2024 jikai - 2.1.4-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add http_parser.h to include path + * Tue Mar 19 2024 jikai - 2.1.4-2 - Type:enhancement - CVE:NA