Bug 1684096

Summary: [RHEL 7.6] Install/update satellite failed with dependency java-1.8.0-openjdk-headless requires pcsc-lite-devel
Product: Red Hat Enterprise Linux 7 Reporter: Nikhil Kathole <nkathole>
Component: java-1.8.0-openjdkAssignee: Deepak Bhole <dbhole>
Status: CLOSED DUPLICATE QA Contact: OpenJDK QA <java-qa>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 7.6CC: jvanek, rjerrido
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-28 13:45:03 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 Nikhil Kathole 2019-02-28 12:10:15 UTC
Description of problem:

Try to install satellite 6.5/6.4 with rhel-7-server enabled from cdn failed with dependency issue:


Update: 

 --> Finished Dependency Resolution
 Error: Package: 1:java-1.8.0-openjdk-headless-1.8.0.201.b09-0.el7_6.x86_64 (rhel-7-server-rpms)
            Requires: pcsc-lite-devel(x86-64)
 **********************************************************************
 yum can be configured to try to resolve such errors by temporarily enabling
 disabled repos and searching for missing dependencies.
 To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
 **********************************************************************
 
 Error: Package: 1:java-1.8.0-openjdk-headless-1.8.0.201.b09-0.el7_6.x86_64 (rhel-7-server-rpms)
            Requires: pcsc-lite-devel(x86-64)
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest
                                                                       [FAIL]
 Failed executing yum -y update , exit status 1


Install:

yum install -y satellite
 Error: Package: 1:java-1.8.0-openjdk-headless-1.8.0.201.b09-0.el7_6.x86_64 (rhel-7-server-rpms)
            Requires: pcsc-lite-devel(x86-64)
 **********************************************************************
 yum can be configured to try to resolve such errors by temporarily enabling
 disabled repos and searching for missing dependencies.
 To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
 **********************************************************************
 
 Error: Package: 1:java-1.8.0-openjdk-headless-1.8.0.201.b09-0.el7_6.x86_64 (rhel-7-server-rpms)
            Requires: pcsc-lite-devel(x86-64)
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest

Version-Release number of selected component (if applicable):
Satellite 6.4 / 6.5 latest snap 17.1

How reproducible: always


Steps to Reproduce:
1. yum install satellite


Actual results: Install/update failed with dependency issue.


Expected results: Successful update/install satellite on rhel 7.6.


Additional info:

# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 7.6 (Maipo)

# yum repolist
repo id                                                    repo name                                                                        status
rhel-7-server-ansible-2-rpms/x86_64                        Red Hat Ansible Engine 2 RPMs for Red Hat Enterprise Linux 7 Server                  43
rhel-7-server-rpms/x86_64                                  Red Hat Enterprise Linux 7 Server (RPMs)                                         23,704
rhel-7-server-satellite-6.4-rpms/x86_64                    Red Hat Satellite 6.4 (for RHEL 7 Server) (RPMs)                                    433
rhel-7-server-satellite-maintenance-6-rpms/x86_64          Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (RPMs)                           26
rhel-server-rhscl-7-rpms/x86_64                            Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server          10,935

Comment 8 jiri vanek 2019-02-28 13:45:03 UTC

*** This bug has been marked as a duplicate of bug 1684077 ***