delete redundant files

This commit is contained in:
zhangpan 2024-06-05 06:15:44 +00:00
parent cc7df1f9d3
commit c3b128f134

View File

@ -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<zhangpan103@h-partners.com> - 1.2-3
- delete redundant files
* Wed Dec 27 2023 lvgenggeng<lvgenggeng@uniontech.com> - 1.2-2
- backport: fix possible overflows