From fd7c99bb035eceb4cea8dcde80643a49fe56c37c Mon Sep 17 00:00:00 2001 From: zhangpan Date: Wed, 5 Jun 2024 03:47:03 +0000 Subject: [PATCH] delete redundant files (cherry picked from commit 8ce57907145741cd5ee06d128435071f04ed9db0) --- libnet.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libnet.spec b/libnet.spec index a211961..d0b8e7d 100644 --- a/libnet.spec +++ b/libnet.spec @@ -1,6 +1,6 @@ Name: libnet Version: 1.3 -Release: 1 +Release: 2 Summary: A C library to help with construction and handling of network packets License: BSD-2-Clause and BSD-3-Clause URL: https://github.com/libnet/libnet @@ -57,7 +57,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 @@ -72,6 +71,9 @@ rm -f doc/html/Makefile* %{_mandir}/man3/%{name}*.3* %changelog +* Wed Jun 05 2024 zhangpan - 1.3-2 +- delete redundant files + * Wed Dec 27 2023 lvgenggeng - 1.3-1 - Update to version 1.3 -- Gitee