RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 507426 - Firstboot modules missing from redhat-release package
Summary: Firstboot modules missing from redhat-release package
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: redhat-release-server
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: beta
: ---
Assignee: Andrew Thomas
QA Contact: Release Test Team
URL:
Whiteboard:
: 507778 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-22 18:04 UTC by Jay Turner
Modified: 2016-01-18 16:09 UTC (History)
6 users (show)

Fixed In Version: redhat-release-6-6.0.0.7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-20 13:11:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Fixed eula.py (4.07 KB, text/plain)
2009-06-24 15:19 UTC, Bill Nottingham
no flags Details

Description Jay Turner 2009-06-22 18:04:46 UTC
Description of problem:
The firstboot modules are missing from redhat-release-6-6.0.0.5.  Net result is that at firstboot, there are several references to "Fedora" and the "Fedora Project."  References which should be overridden by the firstboot modules included in redhat-release (or somewhere else . . . they are in release-release in RHEL5.)

Version-Release number of selected component (if applicable):
6-6.0.0.5

How reproducible:
Always

Steps to Reproduce:
1. Install a box and check out the EULA text in firstboot.
  
Actual results:
References to "Fedora" and "Fedora Project"

Expected results:
References to "Red Hat Enterprise Linux"

Comment 1 Dennis Gregorovic 2009-06-23 14:53:14 UTC
I've rebuilt firstboot with the fedora-specific eula.py dropped and also rebuilt redhat-release with the old RHEL eula.py added.

redhat-release-6-6.0.0.6
firstboot-1.106-2.el6

Comment 2 Jay Turner 2009-06-24 11:57:54 UTC
I don't think firstboot is too happy with the old-style eula.py file:

/usr/lib64/python2.6/site-packages/firstboot/loader.py:89: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if isinstance(e, ImportError) and e.message.find("firstboot_module_window") != -1:
firstboot CRITICAL: Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/firstboot/loader.py", line 87, in loadModules
    loaded = imputil.imp.load_module(module, found[0], found[1], found[2])
  File "/usr/share/firstboot/modules/eula.py", line 6, in <module>
    import functions
ImportError: No module named functions

This is with
firstboot-1.106-2.el6.x86_64
redhat-release-6-6.0.0.6.x86_64

Comment 3 Bill Nottingham 2009-06-24 14:55:53 UTC
*** Bug 507778 has been marked as a duplicate of this bug. ***

Comment 4 Bill Nottingham 2009-06-24 15:19:57 UTC
Created attachment 349256 [details]
Fixed eula.py

Here's a fixed version. Tested with Fedora firstboot.

Comment 5 Dennis Gregorovic 2009-06-24 15:39:05 UTC
Thanks for the fix.  Built into redhat-release-6-6.0.0.7

Comment 6 Jay Turner 2009-06-24 19:36:31 UTC
Things are looking much better with 6-6.0.0.7.  Moving to Verified.

Comment 7 Jay Turner 2010-01-20 13:11:19 UTC
redhat-release-6-6.0.0.15 included in RHEL6.0-20100116.0.


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