From 823285f6e06e8099f701e9aa6cfb0249196fa36c Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:49:09 +0800 Subject: [PATCH] update code --- python-ipaddress.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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