Issue543498
Created on 2002年04月13日 22:07 by niemeyer, last changed 2022年04月10日 16:05 by admin. This issue is now closed.
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:13 | admin | set | github: 36430 |
2002年04月13日 22:07:10 | niemeyer | create |