From 162849168e10c3fd3ee36cc0c793ae857a02859e Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:50:33 +0800 Subject: [PATCH] update code --- python-slip.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/python-slip.spec b/python-slip.spec index 124cc1a..95d37fb 100644 --- a/python-slip.spec +++ b/python-slip.spec @@ -1,6 +1,6 @@ Name: python-slip Version: 0.6.5 -Release: 2 +Release: 3 Summary: Library for Python 2.x with Convenience, extension and workaround License: GPLv2+ URL: https://github.com/nphilipp/%{name} @@ -69,7 +69,8 @@ cd %{py3dir} cd .. %files -n python2-slip -%doc COPYING doc/dbus +%doc doc/dbus +%license COPYING %dir %{python2_sitelib}/slip/ %{python2_sitelib}/slip/__init__.py* %{python2_sitelib}/slip/util @@ -79,7 +80,8 @@ cd .. %exclude %{python2_sitelib}/slip.gtk-%{version}-py%{python2_version}.egg-info %files -n python3-slip -%doc COPYING doc/dbus +%doc doc/dbus +%license COPYING %dir %{python3_sitelib}/slip/ %{python3_sitelib}/slip/__pycache__ %{python3_sitelib}/slip/__init__.py* @@ -93,6 +95,12 @@ cd .. %{python2_sitelib}/slip.gtk-%{version}-py%{python2_version}.egg-info %changelog +* Fri Oct 18 2019 Yufa Fang - 0.6.5-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix spec in openEuler rule + * Thu Sep 19 2019 Yufa Fang - 0.6.5-2 - Type:bugfix - ID:NA