Bug 1894370
| Summary: | Review Request: python-logfury - Library for logging of method calls for Python | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jonny Heggheim <hegjon> |
| Component: | Package Review | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gwync, package-review |
| Target Milestone: | --- | Flags: | gwync:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-07 18:42:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1895111 | ||
|
Description
Jonny Heggheim
2020-11-04 07:18:11 UTC
This package built on koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=54901738 Library is a dependency for b2sdk that is used by the duplicity b2 plugin Good:
- rpmlint checks return:
python-logfury.src:38: W: macro-in-comment %{python3}
There is a unescaped macro after a shell style comment in the specfile. Macros
are expanded everywhere, so check if it can cause a problem in this case and
escape the macro with another leading % if appropriate.
- package meets naming guidelines
- package meets packaging guidelines
- license ( ) OK, text in %doc, matches source
- spec file legible, in am. english
- source matches upstream
- package compiles on devel (x86)
- no missing BR
- no unnecessary BR
- no locales
- not relocatable
- owns all directories that it creates
- no duplicate files
- permissions ok
- %clean ok
- macro use consistent
- code, not content
- no need for -docs
- nothing in %doc affects runtime
- no need for .desktop file
APPROVED, fix marco comment before import.
(In reply to Gwyn Ciesla from comment #3) > APPROVED, fix marco comment before import. Thanks, will fix the macro comment before import. (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/python-logfury |