Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=883478
Mario Blättermann mario.blaettermann@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |mario.blaettermann@gmail.co | |m Assignee|nobody@fedoraproject.org |mario.blaettermann@gmail.co | |m Alias| |python-logging-tree Flags| |fedora-review?
--- Comment #2 from Mario Blättermann mario.blaettermann@gmail.com --- Your Koji build was outdated, here's the new one: http://koji.fedoraproject.org/koji/taskinfo?taskID=4796270
$ rpmlint -i -v *python3-logging-tree.noarch: I: checking python3-logging-tree.noarch: W: spelling-error %description -l en_US getLogger -> get Logger, get-logger, blogger The value of this tag appears to be misspelled. Please double-check.
python3-logging-tree.noarch: W: spelling-error %description -l en_US setLevel -> set Level, set-level, settle The value of this tag appears to be misspelled. Please double-check.
python3-logging-tree.noarch: I: checking-url http://pypi.python.org/pypi/logging_tree (timeout 10 seconds) python3-logging-tree.noarch: W: no-documentation The package contains no documentation (README, doc, etc). You have to include documentation files.
python-logging-tree.src: I: checking python-logging-tree.src: W: spelling-error %description -l en_US getLogger -> get Logger, get-logger, blogger The value of this tag appears to be misspelled. Please double-check.
python-logging-tree.src: W: spelling-error %description -l en_US setLevel -> set Level, set-level, settle The value of this tag appears to be misspelled. Please double-check.
python-logging-tree.src: I: checking-url http://pypi.python.org/pypi/logging_tree (timeout 10 seconds) python-logging-tree.src: E: specfile-error sh: line 0: fg: no job control This error occurred when rpmlint used rpm to query the specfile. The error is output by rpm and the message should contain more information.
python-logging-tree.noarch: I: checking python-logging-tree.noarch: W: spelling-error %description -l en_US getLogger -> get Logger, get-logger, blogger The value of this tag appears to be misspelled. Please double-check.
python-logging-tree.noarch: W: spelling-error %description -l en_US setLevel -> set Level, set-level, settle The value of this tag appears to be misspelled. Please double-check.
python-logging-tree.noarch: I: checking-url http://pypi.python.org/pypi/logging_tree (timeout 10 seconds) python-logging-tree.noarch: W: no-documentation The package contains no documentation (README, doc, etc). You have to include documentation files.
python-logging-tree.spec: E: specfile-error sh: line 0: fg: no job control This error occurred when rpmlint used rpm to query the specfile. The error is output by rpm and the message should contain more information.
3 packages and 1 specfiles checked; 2 errors, 8 warnings.
Some spelling errors and no docs, nothing worth to discuss... But one issue:
specfile-error sh: line 0: fg: no job control
The first line in your spec causes this error. In most cases it is to be blamed to an undefined macro which cannot be parsed by rpm. Could be that your definitions at the beginning of your spec won't be expanded correctly.