diff --git a/npth.spec b/npth.spec index 5b39a73494def1df073ccd7add4434d768a11ff9..57034ba2c382cc6fc6b67648d3bd9618379c81fa 100644 --- a/npth.spec +++ b/npth.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: npth Version: 1.6 @@ -64,7 +64,6 @@ make check %files devel %{_bindir}/%{name}-config -%{abidir}/%{name}-config-option.list %{_libdir}/lib%{name}.so %{_includedir}/%{name}.h %{_mandir}/man1/%{name}-config.1* @@ -74,6 +73,9 @@ make check %doc AUTHORS ChangeLog NEWS README %changelog +* Thu Nov 16 2023 Wenlong Zhang - 1.6-4 +- fix build error for npth + * Tue Oct 18 2022 mgb01105731 - 1.6-3 - optimise spec file