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 1282898 - Update conflict: docker-storage-setup-0.0.4-2.el7.noarch and docker-1.8.2-7.el7.x86_64
Summary: Update conflict: docker-storage-setup-0.0.4-2.el7.noarch and docker-1.8.2-7.e...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: docker
Version: 7.1
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: rc
: ---
Assignee: Lokesh Mandvekar
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-17 18:40 UTC by Chris Evich
Modified: 2019-03-06 01:52 UTC (History)
4 users (show)

Fixed In Version: docker-1.8.2-10.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-18 20:06:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2554 0 normal SHIPPED_LIVE docker bug fix and enhancement update 2015-12-08 20:36:09 UTC

Description Chris Evich 2015-11-17 18:40:46 UTC
Description of problem:
With a RHEL 7.1 GA system, installing the following RPMS causes a conflict:

'docker* atomic procps tar findutils bzip2 gdb bridge-utils nfs-utils git glibc-devel python-bugzilla which cloud-utils-growpart'

with these enabled repos:

'epel rhel-7-server-rpms rhel-7-server-extras-rpms rhel-7-server-optional-rpms rhel-7-server-supplementary-rpms rhel-atomic-host-rpms'

Version-Release number of selected component (if applicable):
docker-1.8.2-7.el7.x86_64

How reproducible:
Reliable

Steps to Reproduce:
1. Beginning with a registered/subscribed RHEL 7.1 GA install, docker RPM installed, disable all repos.
2. Yum install above package list with only above repos enabled.

Actual results:
Transaction check error:
   file /usr/bin/docker-storage-setup conflicts between attempted installs of docker-storage-setup-0.0.4-2.el7.noarch and docker-1.8.2-7.el7.x86_64

Expected results:
Transaction success

Additional info:
As close as I can tell, this began failing on or just before Nov. 12th.

Comment 4 Chris Evich 2015-11-17 18:49:08 UTC
Correction: First failure was Nov 16th, not the 12th.

Comment 5 Vivek Goyal 2015-11-17 19:33:18 UTC
docker-storage-setup rpm should not be available any longer. Problem seems to be that we are trying to install both docker-storage-setup rpm and docker rpm and they both container file /usr/bin/docker-storage-setup. So now we need to figure out why docker-storage-setup rpm is still available.

Comment 6 Colin Walters 2015-11-17 19:39:48 UTC
docker.rpm likely needs Obsoletes: docker-storage-setup

(Atomic Host doesn't have this problem)

Comment 10 Chris Evich 2015-11-18 17:00:18 UTC
Isolated the reproducer down to having the rhel-atomic-host-rpms repo enabled and doing a 'yum install 'docker*'.  This is a cross-repo problem that's likely unsupported anyway.  Excluding that repo does not reproduce the problem, and since that package was only in atomic, this can't ever be a supported problem in RHEL (proper).


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