Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1496331

Summary: dnsmasq could not be installed via yum
Product: Red Hat Enterprise Linux 7 Reporter: Junxiang Li <junli>
Component: dnsmasqAssignee: Petr Menšík <pemensik>
Status: CLOSED NOTABUG QA Contact: qe-baseos-daemons
Severity: high Docs Contact:
Priority: high    
Version: 7.5CC: dzheng, gsun, haizhao, junli, thozza
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-13 14:38:15 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:

Description Junxiang Li 2017-09-27 05:45:31 UTC
Description of problem:
dnsmasq could not be installed via yum

Version-Release number of selected component (if applicable):
# cat /etc/redhat-release 
Red Hat Enterprise Linux release 7.5 Beta (Maipo)
# rpm -q kernel
kernel-3.10.0-709.el7.ppc64le

How reproducible:
100%

Steps to Reproduce:
yum install dnsmasq

Actual results:
Error: Package: dnsmasq-2.76-5.el7.ppc64le (libvirt_ci)
           Requires: libdbus-1.so.3(LIBDBUS_1_3)(64bit)

Expected results:


Additional info:

Comment 3 Petr Menšík 2017-10-02 13:18:52 UTC
This bug is created by rebase of dbus-1 package, see bug #1480264. Can you show repository configuration that you use for installing dnsmasq? Recent dbus-libs package is required for recent build of dnsmasq [1]. I think there is nothing wrong with dnsmasq package. There is not yet compose that contains both dbus and dnsmasq builds.

I could successfully install last build with command:
$ yum install http://download.eng.bos.redhat.com/brewroot/packages/dbus/1.10.22/1.el7/x86_64/dbus-libs-1.10.22-1.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/dbus/1.10.22/1.el7/x86_64/dbus-1.10.22-1.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/dnsmasq/2.76/5.el7/x86_64/dnsmasq-2.76-5.el7.x86_64.rpm

[1] https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=597151

Comment 4 Petr Menšík 2017-10-11 21:37:02 UTC
Tests should be fixed already in Errata, where it depends on dbus Errata. Is there anything more to fix?

Comment 5 Junxiang Li 2017-10-12 06:12:53 UTC
(In reply to Petr Menšík from comment #3)
> This bug is created by rebase of dbus-1 package, see bug #1480264. Can you
> show repository configuration that you use for installing dnsmasq? Recent
> dbus-libs package is required for recent build of dnsmasq [1]. I think there
> is nothing wrong with dnsmasq package. There is not yet compose that
> contains both dbus and dnsmasq builds.
> 
> I could successfully install last build with command:
> $ yum install
> http://download.eng.bos.redhat.com/brewroot/packages/dbus/1.10.22/1.el7/
> x86_64/dbus-libs-1.10.22-1.el7.x86_64.rpm
> http://download.eng.bos.redhat.com/brewroot/packages/dbus/1.10.22/1.el7/
> x86_64/dbus-1.10.22-1.el7.x86_64.rpm
> http://download.eng.bos.redhat.com/brewroot/packages/dnsmasq/2.76/5.el7/
> x86_64/dnsmasq-2.76-5.el7.x86_64.rpm
> 
> [1] https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=597151

Sorry, the reply is late.
Has been fixed, thx.