delete taboo words

(cherry picked from commit ed7c2edd9db90a9bfc8875fdf7f04dbce05de896)
This commit is contained in:
zhangpan 2023-06-13 07:54:06 +00:00 committed by openeuler-sync-bot
parent 2f263b149c
commit 24d41b62fb

View File

@ -1,6 +1,6 @@
Name: python-netaddr
Version: 0.7.19
Release: 14
Release: 15
Summary: A pure Python network address representation and manipulation library
License: BSD
@ -70,11 +70,15 @@ mv %{buildroot}%{_bindir}/netaddr %{buildroot}%{_bindir}/netaddr3
%{_bindir}/netaddr
%files -n python3-netaddr
%exclude %{python3_sitelib}/netaddr/eui/oui.txt
%license COPYRIGHT
%doc AUTHORS CHANGELOG README.md docs/python3/html
%{python3_sitelib}/*
%{_bindir}/netaddr3
%changelog
* Tue Jun 13 2023 zhangpan<zhangpan103@h-partners.com> - 0.7.19-15
- delete taboo words
* Fri Feb 14 2020 gulining<gulining1@huawei.com> - 0.7.19-14
- Package init