From c3b128f134a767c36f2e5b9a00a31fc4c2a4c9dd Mon Sep 17 00:00:00 2001 From: zhangpan Date: Wed, 5 Jun 2024 06:15:44 +0000 Subject: [PATCH] delete redundant files --- libnet.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libnet.spec b/libnet.spec index 9b5637a..892ba0c 100644 --- a/libnet.spec +++ b/libnet.spec @@ -1,6 +1,6 @@ Name: libnet Version: 1.2 -Release: 2 +Release: 3 Summary: A C library to help with construction and handling of network packets License: BSD URL: https://github.com/libnet/libnet/ @@ -59,7 +59,6 @@ rm -f doc/html/Makefile* %{_libdir}/%{name}.so.* %files devel -%doc __dist_sample/sample/ %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc %{_bindir}/%{name}-config @@ -71,6 +70,9 @@ rm -f doc/html/Makefile* %doc %{_docdir}/* %changelog +* Wed Jun 05 2024 zhangpan - 1.2-3 +- delete redundant files + * Wed Dec 27 2023 lvgenggeng - 1.2-2 - backport: fix possible overflows -- Gitee