Bug 226293
| Summary: | Merge Review: pfmon | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nobody's working on this, feel free to take it <nobody> |
| Component: | Package Review | Assignee: | Thomas Spura <tomspur> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | pertusus, tomspur, wcohen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-07-19 10:41:53 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: | |||
|
Description
Nobody's working on this, feel free to take it
2007-01-31 20:39:44 UTC
Someone else needs to do the review. However, there are a couple things that can
be fixed based on rpmlint:
$ rpmlint pfmon-3.2-0.061205.1.fc8.src.rpm
W: pfmon summary-not-capitalized a performance monitoring tool for Linux/ia64
W: pfmon no-url-tag
W: pfmon hardcoded-path-in-buildroot-tag /var/tmp/pfmon-root
W: pfmon buildprereq-use elfutils-devel
W: pfmon buildprereq-use binutils-devel
W: pfmon buildprereq-use libpfm >= 3.2-0.061205
W: pfmon buildprereq-use libpfm-devel >= 3.2-0.061205
W: pfmon rpm-buildroot-usage %build make PREFIX=/usr DESTDIR=%{buildroot} \
Have fixes for all of the above warnings with the exception of the
rpm-buildroot-usage.
Many comments of lipfm are valid here.
Additionaly the Buildrequires should be
BuildRequires: libpfm-devel >= 3.2-0.071017
Regarding the
W: pfmon rpm-buildroot-usage %build make PREFIX=/usr DESTDIR=%{buildroot} \
it is because in %build DESTDIR=%{buildroot} shouldnt be useful nor used.
The other flags should also be checked, since some may only be
useful in %install.
According to: http://cvs.fedoraproject.org/viewvc/devel/pfmon/dead.package?view=log this is obsoleted by perf. -> WONTFIX |