diff --git a/python-pycdlib.spec.in b/python-pycdlib.spec.in index 7cf50a91..957310fe 100644 --- a/python-pycdlib.spec.in +++ b/python-pycdlib.spec.in @@ -10,7 +10,7 @@ Summary: A pure python ISO9660 read and write library Name: python-%{srcname} Version: @VERSION@ Release: @RELEASE@%{?dist} -License: LGPLv2 +License: LGPL-2.1 Group: Development/Libraries URL: https://github.com/clalancette/%{srcname} Source0: https://github.com/clalancette/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz diff --git a/setup.py b/setup.py index 4faf9fc2..011f7705 100644 --- a/setup.py +++ b/setup.py @@ -44,10 +44,10 @@ def run(self): url='http://github.com/clalancette/pycdlib', author='Chris Lalancette', author_email='clalancette@gmail.com', - license='LGPLv2', + license='LGPL-2.1', classifiers=['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)', + 'License :: OSI Approved :: GNU Lesser General Public License version 2.1 (LGPL-2.1)', 'Natural Language :: English', 'Programming Language :: Python :: 3.7', ],