diff --git a/libnet.spec b/libnet.spec index 9b5637aa8a77c8c9b5e965bd9683144886a30d3c..892ba0c6262b68b5e1eec051b5e4a332558d635c 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