diff --git a/python-ipaddress.spec b/python-ipaddress.spec index d370982..3f741d6 100644 --- a/python-ipaddress.spec +++ b/python-ipaddress.spec @@ -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 - 1.0.18-8 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC: add license files to rpm package + * Mon Sep 16 2019 openEuler Buildteam - 1.0.18-7 - Type:bugfix - Id:NA