Bug 824357
Summary: | Review Request: Graphite-web - web UI for Graphite | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Aditya Patawari <adimania> | ||||
Component: | Package Review | Assignee: | Praveen Kumar <kumarpraveen.nitdgp> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 17 | CC: | adimania, christof, jonathansteffan, kumarpraveen.nitdgp, mrunge, notting, package-review, panemade | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-11-25 00:23:06 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Aditya Patawari
2012-05-23 10:31:36 UTC
Created attachment 586526 [details]
rpmlint error and warning message
[daredevil@pkumar222 SPECS]$ rpmlint -i graphite-web.spec ../SRPMS/graphite-web-0.9.9-1.fc17.src.rpm ../RPMS/noarch/graphite-web-0.9.9-1.fc17.noarch.rpm > rpmlint.txt Output: 2 packages and 1 specfiles checked; 6 errors, 25 warnings. please check attachment and resolve error and warning messages. I have resolved the license warning and non-executable-script errors. There are several warnings related to spelling which I think are bogus. script-without-shebang errors are .js files. I don't know what shebang they should have or if they should have any shebang at all or not. Script-without-shebang in .js files because they contain executable permission, if you add "chmod -x webapp/content/js/window/*.js" in prep section, you can get rid of those errors. Except spelling warning, it also contain some other warnings which I am currently not sure how to handles those. graphite-web.noarch: W: dangling-symlink /usr/lib/python2.7/site-packages/graphite/local_settings.py /etc/graphite/local_settings.py graphite-web.noarch: W: non-conffile-in-etc /etc/graphite/dashboard.conf.example graphite-web.noarch: W: non-standard-uid /var/log/graphite graphite graphite-web.noarch: W: non-standard-gid /var/log/graphite graphite graphite-web.noarch: W: non-conffile-in-etc /etc/graphite/local_settings.py.example graphite-web.noarch: W: non-standard-uid /var/log/graphite/webapp graphite graphite-web.noarch: W: non-standard-gid /var/log/graphite/webapp graphite Thanks for your interest in contributing packages. We have an active review for graphite-web that is close to finished with review. Once this package gets approved, feel free to request co-maintainership of the package. https://bugzilla.redhat.com/show_bug.cgi?id=849379 Thanks. *** This bug has been marked as a duplicate of bug 849379 *** |