This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: s/Copyright/License/ in bdist_rpm.py
Type: Stage:
Components: Distutils Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, niemeyer
Priority: normal Keywords: patch

Created on 2002-04-13 22:07 by niemeyer, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.3a0-rpmlicense.patch niemeyer, 2002-04-13 22:07
Messages (5)
msg39565 - (view) Author: Gustavo Niemeyer (niemeyer) * (Python committer) Date: 2002-04-13 22:07
The "Copyright" field in RPM spec files is obsolete. 
"License" should be used instead. 
msg39566 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-04-14 09:58
Logged In: YES 
user_id=21627

Can you provide a pointer that shows this obsoletion?

http://www.rpm.org/RPM-HOWTO/build.html#SPEC-FILE

still says Copyright.
msg39567 - (view) Author: Gustavo Niemeyer (niemeyer) * (Python committer) Date: 2002-04-14 16:46
Logged In: YES 
user_id=7887

The rpm.org site is much more obsolete than this tag  
<wink>.  
  
Here is an excerpt from a message of Jeff Johnson in  
rpm-list (subject is "Re: three questions about building  
rpms"):  
  
----  
[...] 
This is historical legacy. Originally rpm had  
        Copyright: GPL  
but everyone said  
        GPL is not a copyright.  
  
So, rpm changed the tag name to License:, and, for  
backward compatibility, used the same numeric value as  
RPMTAG_COPYRIGHT. Now, everyone gets to ask the next  
question  
  
        Which is it Copyright: or License:?  
  
and the answer is <shrug> :-)  
----  
  
Every distribution working with rpms, including redhat,  
has changed (or is changing) the tag to License.  
Copyright, as Jeff said by himself, is a misgiven name  
for that field.  
 
msg39568 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-04-18 06:06
Logged In: YES 
user_id=21627

So what is the minimum version of the RPM software that
accepts the License: field? It is my understanding that
rpm(1) may blow up if it does not recognize a field.
msg39569 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-07-28 10:50
Logged In: YES 
user_id=21627

It appears that you need rpm 3.x, which was release 1999. I
think this is safe enough to accept this patch; applied as
bdist_rpm.py 1.30.
History
Date User Action Args
2022-04-10 16:05:13adminsetgithub: 36430
2002-04-13 22:07:10niemeyercreate