firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
213 stars 37 forks source link

rpmlint: incorrect-fsf-address error #31

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi, I created today an RPM package for Fedora, but after running rpmlint I'm getting three errors:

urlscan.noarch: E: incorrect-fsf-address /usr/bin/urlscan
urlscan.noarch: E: incorrect-fsf-address /usr/lib/python3.5/site-packages/urlscan/urlscan.py
urlscan.noarch: E: incorrect-fsf-address /usr/lib/python3.5/site-packages/urlscan/urlchoose.py

This is not a blocker (bug) but I have to inform the upstream. Can you update the FSF address in these files?

P.S. My Fedora Copr repo.

Thanks, Filip

firecat53 commented 8 years ago

On Sun, Apr 03, 2016 at 02:56:25PM -0700, Filip Szymański wrote:

HI, I created today an RPM package for Fedora, but after running [1]rpmlint I'm getting three errors:

urlscan.noarch: E: incorrect-fsf-address /usr/bin/urlscan urlscan.noarch: E: incorrect-fsf-address /usr/lib/python3.5/site-packages/urlscan/urlscan.py urlscan.noarch: E: incorrect-fsf-address /usr/lib/python3.5/site-packages/urlscan/urlchoose.py

This is not a [2]blocker (bug) but I have to inform the upstream. Can you update the FSF address in these files?

Fixed on the master branch. Thanks!

Scott