2

I have a Dell 2950 with Centos 7 and Dell OMSA packages installed. When I try to update the server with "yum update" I have the following dependences issue:

Error: Package: dell_ie_rac_5-8.1.0-4.1.128.el7.x86_64 (@dell-omsa-indep)
       Requires: srvadmin-racadm5 = 8.1.0
       Removing: srvadmin-racadm5-8.1.0-4.1.128.el7.x86_64 (@dell-omsa-indep                                                                             )
           srvadmin-racadm5 = 8.1.0-4.1.128.el7
       Updated By: srvadmin-racadm5-8.3.0-1908.9058.el7.x86_64 (dell-omsa-in                                                                             dep)
           srvadmin-racadm5 = 8.3.0-1908.9058.el7
Error: Package: python-smbios-2.2.27-4.4.1.el7.x86_64 (@dell-omsa-indep)
           Requires: libsmbios = 2.2.27-4.4.1.el7
           Removing: libsmbios-2.2.27-4.4.1.el7.x86_64 (@dell-omsa-indep)
               libsmbios = 2.2.27-4.4.1.el7
           Updated By: libsmbios-2.2.27-1908.9058.el7.x86_64 (dell-omsa-indep)
               libsmbios = 2.2.27-1908.9058.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

What is the safer solution in this case? Ignore/Skip the dependences is not an option for me

DarkVex
  • 368
  • 1
  • 14

1 Answers1

1

It seems that Dell doesn't want to fix their repo issue so the only solution that I have found is that post (http://en.community.dell.com/support-forums/servers/f/177/t/19952237)

yum remove dell_ie_rac python-smbios
yum update
DarkVex
  • 368
  • 1
  • 14