You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pdxjohnny - Thanks for your reply. I would think an alias makes more sense at this stage as folks may already be using copyright. Perhaps, change the the field to license and then make copyright the alias.
According to https://rpm-software-management.github.io/rpm/manual/tags.html , tag
1014
should calledlicense
and notcopyright
.Here is one example:
rpmfile/rpmfile/headers.py
Line 41 in 185ac91
rpmfile/rpmfile/rpmdefs.py
Line 59 in 185ac91
rpmfile/rpmfile/rpmdefs.py
Line 69 in 185ac91
In the main cli command you are already changing the header title to License...
rpmfile/rpmfile/cli.py
Lines 79 to 87 in 185ac91
The
rpm
command itself also does not find acopyright
header tag.The text was updated successfully, but these errors were encountered: