Bug 681865

Summary: puppet-0.25.5-1 (EPEL6) libselinux version conflict on RHEL6
Product: Red Hat Enterprise Linux 6 Reporter: extremoburo <extremoburo>
Component: relengAssignee: Dennis Gregorovic <dgregor>
Status: CLOSED NOTABUG QA Contact: Release Test Team <release-test-team>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0CC: dmach, k.georgiou, notting, paul.orwig, tmz, vanmeeuwen+fedora
Target Milestone: rc   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-18 18:58:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description extremoburo 2011-03-03 13:13:42 UTC
Description of problem:

[root@rhel6 ~]# yum --enablerepo=rhel-beta-optional install puppet
Loaded plugins: rhnplugin
rhel-beta-optional                                                                                                                    | 3.0 kB     00:00     
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package puppet.noarch 0:0.25.5-1.el6 set to be updated
--> Processing Dependency: ruby(abi) = 1.8 for package: puppet-0.25.5-1.el6.noarch
--> Processing Dependency: ruby >= 1.8.1 for package: puppet-0.25.5-1.el6.noarch
--> Processing Dependency: facter >= 1.5 for package: puppet-0.25.5-1.el6.noarch
--> Processing Dependency: /usr/bin/ruby for package: puppet-0.25.5-1.el6.noarch
--> Processing Dependency: ruby-shadow for package: puppet-0.25.5-1.el6.noarch
--> Processing Dependency: ruby-augeas for package: puppet-0.25.5-1.el6.noarch
--> Processing Dependency: ruby(selinux) for package: puppet-0.25.5-1.el6.noarch
--> Running transaction check
---> Package facter.noarch 0:1.5.8-1.el6 set to be updated
---> Package libselinux-ruby.i686 0:2.0.87-1.el6 set to be updated
--> Processing Dependency: libselinux = 2.0.87-1.el6 for package: libselinux-ruby-2.0.87-1.el6.i686
---> Package ruby.i686 0:1.8.7.299-5.el6_0.1 set to be updated
---> Package ruby-augeas.i686 0:0.3.0-1.el6 set to be updated
--> Processing Dependency: augeas-libs >= 0.5.1 for package: ruby-augeas-0.3.0-1.el6.i686
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.8.0) for package: ruby-augeas-0.3.0-1.el6.i686
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.1.0) for package: ruby-augeas-0.3.0-1.el6.i686
--> Processing Dependency: libaugeas.so.0 for package: ruby-augeas-0.3.0-1.el6.i686
---> Package ruby-libs.i686 0:1.8.7.299-5.el6_0.1 set to be updated
--> Processing Dependency: libreadline.so.5 for package: ruby-libs-1.8.7.299-5.el6_0.1.i686
---> Package ruby-shadow.i686 0:1.4.1-13.el6 set to be updated
--> Running transaction check
---> Package augeas-libs.i686 0:0.7.2-3.el6 set to be updated
---> Package compat-readline5.i686 0:5.2-17.1.el6 set to be updated
---> Package libselinux-ruby.i686 0:2.0.87-1.el6 set to be updated
--> Processing Dependency: libselinux = 2.0.87-1.el6 for package: libselinux-ruby-2.0.87-1.el6.i686
--> Finished Dependency Resolution
Error: Package: libselinux-ruby-2.0.87-1.el6.i686 (rhel-beta-optional)
           Requires: libselinux = 2.0.87-1.el6
           Installed: libselinux-2.0.94-2.el6.i686 (@anaconda-RedHatEnterpriseLinux-201009221732.i386/6.0)
               libselinux = 2.0.94-2.el6
 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):

puppet-0.25.5-1

How reproducible:

always

Steps to Reproduce:
1. yum --enablerepo=rhel-beta-optional install puppet
2.
3.
  
Actual results:

dependency resolution error

Expected results:

puppet installed

Additional info:

I'm using rhel6-beta-optional since If I just execute:

yum install puppet

yum returns a missing dependency error :

--> Finished Dependency Resolution
Error: Package: puppet-0.25.5-1.el6.noarch (epel)
           Requires: ruby(selinux)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Comment 1 Todd Zullinger 2011-03-03 15:36:26 UTC
It looks like the optional channel hasn't been updated with the latest libselinux-ruby to match the libselinux in the main updates channel.  It's not a puppet or EPEL bug.  Perhaps Dan knows what's up with the libselinux-ruby packages in the RHEL optional repo?

Comment 3 Daniel Walsh 2011-03-03 17:04:52 UTC
No idea, Bill?

Comment 4 Bill Nottingham 2011-03-03 18:13:22 UTC
Moving to releng.

Comment 5 Dennis Gregorovic 2011-03-10 20:07:35 UTC
What's your baseurl for the rhel-beta-optional repo?

Comment 6 RHEL Program Management 2011-04-04 02:13:29 UTC
Since RHEL 6.1 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.

Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.

Comment 7 Paul Orwig 2011-06-01 18:06:43 UTC
I am using URL http://download.fedora.redhat.com/pub/epel/6/x86_64/
There is no libselinux-ruby in the repository.

Comment 8 Todd Zullinger 2011-06-01 19:22:08 UTC
Paul,

libselinux-ruby 2.0.94-5.el6 is in the rhel-x86_64-server-optional-6 channel.  It is not part of EPEL.  There doesn't appear to be any bug here.