Bug 1157373
| Summary: | README file in net-snmp-python package is wrong | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | HONDA Hirofumi <honda.hirofumi> | ||||
| Component: | net-snmp | Assignee: | Jan Safranek <jsafrane> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Dalibor Pospíšil <dapospis> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.6 | CC: | dapospis | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | 
       Previously, the net-snmp-python subpackage contained a generic net-snmp readme file. With this update, net-snmp-python provides a readme file related to the Net-SNMP Python module. 
 | 
        
        
        
        Story Points: | --- | ||||
| Clone Of: | |||||||
| : | 1158391 (view as bug list) | Environment: | |||||
| Last Closed: | 2015-07-22 07:23:09 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1158391 | ||||||
| Attachments: | 
            
  | 
      ||||||
Thanks for the report. You are right, 'master' README (the same as in net-snmp.rpm) is in net-snmp-python subpackage. python/README would be more appropriate there. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-1385.html  | 
Created attachment 950889 [details] Patch for spec file Description of problem: Correct subject of README file in net-snmp-python is "The Python 'netsnmp' Extension Module for the Net-SNMP Library", but current subject is "README file for net-snmp Version: 5.5". Version-Release number of selected component (if applicable): net-snmp-5.5-49.el6_5.3 How reproducible: Steps to Reproduce: 1. diff ~/rpmbuild/BUILD/net-snmp-5.5/python/README /usr/share/doc/net-snmp-python-5.5/README > /dev/null 2. echo $? 3. Actual results: 1 Expected results: 0 Additional info: