diff --git a/python-pexpect.spec b/python-pexpect.spec index e3ae868..b78c998 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -7,7 +7,11 @@ Summary: Unicode-aware Pure Python Expect-like module Version: 4.8.0 Release: 17%{?dist} -License: ISC +# All the files have ISC license except the +# following two that have BSD license: +# python-pexpect/pexpect-4.8.0/pexpect/pty_spawn.py +# python-pexpect/pexpect-4.8.0/pexpect/spawnbase.py +License: ISC AND BSD-3-Clause URL: https://github.com/pexpect/pexpect Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz Patch0: %{url}/pull/715/commits/52af5b0ae0627139524448a3f2e83d9f40802bc2.patch