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 615390 - rpms build on RHEL6 Beta2 cant be installed on EL3 or EL4 or EL5
Summary: rpms build on RHEL6 Beta2 cant be installed on EL3 or EL4 or EL5
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: rpm
Version: 6.0
Hardware: i386
OS: Linux
low
high
Target Milestone: rc
: ---
Assignee: Panu Matilainen
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-16 16:45 UTC by Karanbir Singh
Modified: 2011-09-15 11:23 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-16 17:34:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Karanbir Singh 2010-07-16 16:45:51 UTC
Description of problem:
Packages built on RHEL6 fail to install on EL5 due to rpm changes

Version-Release number of selected component (if applicable):
on RHEL6 Beta, packages were built using : rpm-4.8.0-8.el6.x86_64
Client installed attempted using : rpm-4.4.2.3-18.el5

Actual results:
Installing the package using yum results in :

Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
rpmlib(FileDigests) is needed by areca_cli
rpmlib(PayloadIsXz) is needed by areca_cli

The same messages and errors are reported when using rpm directly off the command line

Expected results:
The package should just install

Comment 2 RHEL Program Management 2010-07-16 17:17:37 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release. It has
been denied for the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 3 Bill Nottingham 2010-07-16 17:34:11 UTC
This is intentional... they're both features that we intend to use in RHEL 6 packages.

You can pass:
                --define "_source_filedigest_algorithm 1" \
                --define "_binary_filedigest_algorithm 1"
to rpm at build time to use older hashes, and you can pass:
                --define "_binary_payload w9.gzdio"
to rpm at build time to use older compression.

Certaily, an RFE could be entered to support these features on older RHEL, but that RFE would be against RHEL 4/RHEL 5.

Comment 4 Yury V. Zaytsev 2011-07-11 14:47:14 UTC
Shall I create such an RFE?

To my knowledge, Fedora/EPEL people regularly backport newer RPM features to enable their RHEL5 builders to cross-build packages for newest Fedora and RHEL6, so including this into at least into RHEL5 after an appropriate testing phase would be straightforward.

Comment 5 Yury V. Zaytsev 2011-07-16 20:03:18 UTC
As it turns out, RFEs for both features (stronger hashes and xz payload) are already filled:

https://bugzilla.redhat.com/show_bug.cgi?id=620674
https://bugzilla.redhat.com/show_bug.cgi?id=490613

Z.


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