Bug 167145 - redhat-config-netboot cannot load help due to wrong VERSION in netboot_util.py
Summary: redhat-config-netboot cannot load help due to wrong VERSION in netboot_util.py
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: system-config-netboot
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jason Vas Dias
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-30 22:48 UTC by Will Woods
Modified: 2007-11-30 22:07 UTC (History)
1 user (show)

Fixed In Version: U6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-15 16:33:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Will Woods 2005-08-30 22:48:41 UTC
When using redhat-config-netboot-0.1.26-1_EL3, pressing F1 for help (or using
the Help menu item) will result in an error message saying:

The file /usr/share/doc/redhat-config-netboot-0.1.14/index.html cannot be found.
Please check the location and try again.

This path is set in redhat-config-netboot.py as:
page = "file:///usr/share/doc/"+ PROGNAME + "-" + VERSION + "/index.html"

VERSION is set in netboot_util.py:
VERSION = "0.1.14"

This needs to be changed to match the version of the package.

Comment 1 Jason Vas Dias 2005-08-31 18:38:00 UTC
The netboot_util.py was meant to be generated from automake + autoconf, but was
not being so.
The build of {redhat,system}-config-netboot now uses automake + autoconf, and
generates the correct VERSION string.
This bug is now fixed with versions:
   redhat-config-netboot-0.1.30-1
   system-config-netboot-0.1.32-1
Do you want me to respin the 484 and 486 errata with these new packages ?


 



Note You need to log in before you can comment on or make changes to this bug.