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
Version: 1.0.18
Release: 7
Release: 8
Summary: IPv4/IPv6 manipulation library
License: Python
URL: https://github.com/phihag/ipaddress
@ -61,6 +61,7 @@ Python3 package for python-ipaddress
%files -n python2-ipaddress
%defattr(-,root,root)
%doc README.md
%license LICENSE
%{python2_sitelib}/*
%endif
@ -68,10 +69,17 @@ Python3 package for python-ipaddress
%files -n python3-ipaddress
%defattr(-,root,root)
%doc README.md
%license LICENSE
%{python3_sitelib}/*
%endif
%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
- Type:bugfix
- Id:NA