[Bug 697976] Review Request: pyrenamer - A mass file renamer written in PyGTK

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 27 11:25:11 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=697976

Mario Blättermann <mariobl at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mariobl at freenet.de

--- Comment #3 from Mario Blättermann <mariobl at freenet.de> 2011-04-27 07:25:10 EDT ---
Koji scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=3029477

$ rpmlint -v *
pyrenamer.src: I: checking
pyrenamer.src: W: spelling-error Summary(en_US) renamer -> rename, reamer,
renames
pyrenamer.src: I: checking-url http://www.infinicode.org/code/pyrenamer/
(timeout 10 seconds)
pyrenamer.src: I: checking-url
http://www.infinicode.org/code/pyrenamer/pyrenamer-0.6.0.1.tar.gz (timeout 10
seconds)
pyrenamer.src: W: invalid-url Source0:
http://www.infinicode.org/code/pyrenamer/pyrenamer-0.6.0.1.tar.gz HTTP Error
404: Not Found
pyrenamer.noarch: I: checking
pyrenamer.noarch: W: spelling-error Summary(en_US) renamer -> rename, reamer,
renames
pyrenamer.noarch: I: checking-url http://www.infinicode.org/code/pyrenamer/
(timeout 10 seconds)
pyrenamer.noarch: W: conffile-without-noreplace-flag
/etc/gconf/schemas/pyrenamer.schemas
pyrenamer.spec: I: checking-url
http://www.infinicode.org/code/pyrenamer/pyrenamer-0.6.0.1.tar.gz (timeout 10
seconds)
pyrenamer.spec: W: invalid-url Source0:
http://www.infinicode.org/code/pyrenamer/pyrenamer-0.6.0.1.tar.gz HTTP Error
404: Not Found
2 packages and 1 specfiles checked; 0 errors, 5 warnings.


The given URL for the tarball doesn't exist. There's a version number 0.6.0
only, no 0.6.0.1 anywhere.

The line

%config %{_sysconfdir}/gconf/schemas/%{name}.schemas

produces the "conffile-without-noreplace-flag" error, please use

%config(noreplace)

instead. However, it can be ignored for GConf schemas, but wouldn't it be nice
to make rpmlint happy again...?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list