!18 delete redundant files

From: @zppzhangpan 
Reviewed-by: @sunsuwan 
Signed-off-by: @sunsuwan
This commit is contained in:
openeuler-ci-bot 2024-06-05 08:00:14 +00:00 committed by Gitee
commit 093acf2a39
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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