update code

This commit is contained in:
zhuchunyi 2019-11-06 19:49:09 +08:00
parent 06ad5fa5b5
commit 823285f6e0

View File

@ -1,6 +1,6 @@
Name: python-ipaddress Name: python-ipaddress
Version: 1.0.18 Version: 1.0.18
Release: 7 Release: 8
Summary: IPv4/IPv6 manipulation library Summary: IPv4/IPv6 manipulation library
License: Python License: Python
URL: https://github.com/phihag/ipaddress URL: https://github.com/phihag/ipaddress
@ -61,6 +61,7 @@ Python3 package for python-ipaddress
%files -n python2-ipaddress %files -n python2-ipaddress
%defattr(-,root,root) %defattr(-,root,root)
%doc README.md %doc README.md
%license LICENSE
%{python2_sitelib}/* %{python2_sitelib}/*
%endif %endif
@ -68,10 +69,17 @@ Python3 package for python-ipaddress
%files -n python3-ipaddress %files -n python3-ipaddress
%defattr(-,root,root) %defattr(-,root,root)
%doc README.md %doc README.md
%license LICENSE
%{python3_sitelib}/* %{python3_sitelib}/*
%endif %endif
%changelog %changelog
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.18-8
- Type:bugfix
- Id:NA
- SUG:NA
- DESC: add license files to rpm package
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.18-7 * Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.18-7
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA