mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Patch #543498: Use License: field instead of Copyright:.
This commit is contained in:
parent
611a7101ca
commit
e567114e47
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ class bdist_rpm (Command):
|
|||
spec_file.append('Source0: %{name}-%{version}.tar.gz')
|
||||
|
||||
spec_file.extend([
|
||||
'Copyright: ' + self.distribution.get_license(),
|
||||
'License: ' + self.distribution.get_license(),
|
||||
'Group: ' + self.group,
|
||||
'BuildRoot: %{_tmppath}/%{name}-buildroot',
|
||||
'Prefix: %{_prefix}', ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue