On Fri, May 28, 2010 at 03:21:23PM -0400, [email protected] wrote: > Hi all, > I am trying to update my spacewalk setup with > Yum upgrade > > And I have this error: > Setting up Upgrade Process > Resolving Dependencies > Skipping security plugin, no data > --> Running transaction check > ---> Package spacewalk-backend-iss.noarch 0:0.8.49-1.el5 set to be updated > ---> Package bouncycastle.i386 0:1.45-6.el5 set to be updated
Your bouncycastle is being upgraded to 1.45 ... > --> Processing Dependency: bouncycastle = 1.37 for package: > bouncycastle-jdk1.5 > ---> Package spacewalk-backend-config-files.noarch 0:0.8.49-1.el5 set to be > updated > ---> Package spacewalk-backend-app.noarch 0:0.8.49-1.el5 set to be updated > --> Finished Dependency Resolution > bouncycastle-jdk1.5-1.37-1jpp.1.el5.noarch from installed has depsolving > problems > --> Missing Dependency: bouncycastle = 1.37 is needed by package > bouncycastle-jdk1.5-1.37-1jpp.1.el5.noarch (installed) > Error: Missing Dependency: bouncycastle = 1.37 is needed by package > bouncycastle-jdk1.5-1.37-1jpp.1.el5.noarch (installed) ... from 1.37. And presumably there is no newer bouncycastle-jdk1.5 to go with that, and if you upgrade just bouncycastle, bouncycastle-jdk1.5-1.37-1jpp.1.el5.noarch which stays loses its dependency. > [r...@cnxsrb38:/etc/yum.repos.d]rpm -qa | grep bouncy > bouncycastle-1.37-1jpp.1.el5 > bouncycastle-jdk1.5-1.37-1jpp.1.el5 > > Is there something I missing? > Any help will be greatly appreciated. I don't think you need those bouncycastle* packages at all: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.4 (Tikanga) # rpm -qa | grep bouncy | wc -l 0 # rpm -q spacewalk-oracle spacewalk-oracle-1.1.2-1.el5 So I would try just removing them before upgrade, or exclude them from the upgrade. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
