Bug 148677 - checkinstall needs to be adapted for new rpm version: 'Copyright' tag is legacy
Summary: checkinstall needs to be adapted for new rpm version: 'Copyright' tag is legacy
Status: RESOLVED DUPLICATE of bug 147089
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Development (show other bugs)
Version: Beta 3
Hardware: i686 SuSE Linux 10.1
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Philipp Thomas
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 13:00 UTC by Friedmund Lassmann
Modified: 2006-02-07 13:23 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Friedmund Lassmann 2006-02-07 13:00:26 UTC
Using the 'checkinstall' script fails with Beta 3:

Error: Legacy syntax is unsupported: copyright
error: line 5: Unknown tag: Copyright: GPL

I've downloaded the checkinstall-1.6.0.tgz from http://asic-linux.com.mx/~izto/checkinstall/download.php and found that they've in fact changed this to 'License:':

   2129 # Here comes the .spec file:
   2130
   2131    cat > "$SPEC_PATH" << EOF
   2132 Summary:   $SUMMARY
   2133 Name:      $NAME
   2134 Version:   $VERSION
   2135 Release:   $RELEASE
   2136 License: $LICENSE

where in the Beta 3 checkinstall-1.6.0beta4-10 it says:

   2098 # Here comes the .spec file:
   2099
   2100    cat > "$SPEC_PATH" << EOF
   2101 Summary:   $SUMMARY
   2102 Name:      $NAME
   2103 Version:   $VERSION
   2104 Release:   $RELEASE
   2105 Copyright: $LICENSE

One could argue that this is rather an RPM bug but checkinstall is maybe easier to change ;) See:
http://www.redhat.com/archives/rpm-list/2005-February/msg00049.html
Comment 1 Philipp Thomas 2006-02-07 13:23:53 UTC

*** This bug has been marked as a duplicate of 147089 ***