Description of problem: As is well-documented in many places, the license on the jsmin JavaScript minifier is unacceptable for use in Fedora[1]. Bundling this unacceptably-licensed code inside python-webassets puts the package in violation of Fedora's legal policies. Version-Release number of selected component (if applicable): python-webassets-0.7-1.fc18 python-webassets-0.7-1.fc17 python-webassets-0.7-1.fc16 How reproducible: Every time Steps to Reproduce: 1. Extract the RPM 2. Look at the license text at the top of the file /usr/lib/python2.7/site-packages/webassets/filter/jsmin/jsmin.py Actual results: License text includes an unenforceable clause: "The Software shall be used for Good, not Evil." Expected results: The license text must be one of the acceptable licenses specified on http://fedoraproject.org/wiki/Licensing:Main Additional info: The upstream copyright holder for jsmin has repeatedly rejected requests to correct his broken license. This is not viewed as a resolvable issue, therefore this bundled code must be removed from Fedora. [1] https://bugzilla.redhat.com/show_bug.cgi?id=455507
python-webassets-0.7.1-1.fc18 has jsmin removed. The damage is already done on the older branches, so I'm not going to "fix" it there.