From 37f9ec27ed41edd7d7507c2497e15861de419f13 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 21 Nov 2023 09:45:55 +0000 Subject: [PATCH] fix build error for npth --- npth.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/npth.spec b/npth.spec index 5b39a73..57034ba 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 -- Gitee