Comment 22 for bug 1034961

Revision history for this message
Jeffrey Ness (jeffrey-ness) wrote :

Hello Robert,

Are you still having issues updating to openssl10-1.0.1c-9.ius?

The reason you are not seeing openssl10-1.0.1c-9.ius as an updated is most likely
due to the epoch that was marked on openssl10-1.0.1c-9.ius:

# rpm -q openssl10
openssl10-1.0.1c-7.ius.el6.x86_64

# yum install openssl10 --enablerepo=ius-testing
Loaded plugins: fastestmirror, replace
Loading mirror speeds from cached hostfile
 * base: mirrors.loosefoot.com
 * epel: fedora-epel.mirror.lstn.net
 * extras: mirrors.loosefoot.com
 * ius: mirror.sothatswhy.org.uk
 * ius-testing: mirror.sothatswhy.org.uk
 * updates: mirrors.loosefoot.com
ius-testing | 2.2 kB 00:00
ius-testing/primary_db | 58 kB 00:00
Setting up Install Process
Package matching openssl10-1.0.1c-9.ius.el6.x86_64 already installed. Checking for update.
Nothing to do

--

What you will need to do is a manual remove and install of openssl10:

# yum shell --enablerepo=ius-testing

> remove openssl10 openssl10-libs

> install openssl10 openssl10-libs

> run

--> Running transaction check
---> Package openssl10.x86_64 0:1.0.1c-9.ius.el6 will be installed
---> Package openssl10.x86_64 1:1.0.1c-7.ius.el6 will be erased
---> Package openssl10-libs.x86_64 0:1.0.1c-9.ius.el6 will be installed
---> Package openssl10-libs.x86_64 1:1.0.1c-7.ius.el6 will be erased
--> Finished Dependency Resolution

==========================================================================================================================================================================================
 Package Arch Version Repository Size
==========================================================================================================================================================================================
Installing:
 openssl10 x86_64 1.0.1c-9.ius.el6 ius-testing 663 k
 openssl10-libs x86_64 1.0.1c-9.ius.el6 ius-testing 806 k
Removing:
 openssl10 x86_64 1:1.0.1c-7.ius.el6 @/openssl10-1.0.1c-7.ius.el6.x86_64 1.5 M
 openssl10-libs x86_64 1:1.0.1c-7.ius.el6 @/openssl10-libs-1.0.1c-7.ius.el6.x86_64 2.3 M

Transaction Summary
==========================================================================================================================================================================================
Install 2 Package(s)
Remove 2 Package(s)

Total download size: 1.4 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): openssl10-1.0.1c-9.ius.el6.x86_64.rpm | 663 kB 00:00
(2/2): openssl10-libs-1.0.1c-9.ius.el6.x86_64.rpm | 806 kB 00:00
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 3.2 MB/s | 1.4 MB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : openssl10-libs-1.0.1c-9.ius.el6.x86_64 1/4
  Installing : openssl10-1.0.1c-9.ius.el6.x86_64 2/4
  Cleanup : 1:openssl10-1.0.1c-7.ius.el6.x86_64 3/4
  Cleanup : 1:openssl10-libs-1.0.1c-7.ius.el6.x86_64 4/4
  Verifying : openssl10-libs-1.0.1c-9.ius.el6.x86_64 1/4
  Verifying : openssl10-1.0.1c-9.ius.el6.x86_64 2/4
  Verifying : 1:openssl10-1.0.1c-7.ius.el6.x86_64 3/4
  Verifying : 1:openssl10-libs-1.0.1c-7.ius.el6.x86_64 4/4

Removed:
  openssl10.x86_64 1:1.0.1c-7.ius.el6 openssl10-libs.x86_64 1:1.0.1c-7.ius.el6

Installed:
  openssl10.x86_64 0:1.0.1c-9.ius.el6 openssl10-libs.x86_64 0:1.0.1c-9.ius.el6

Finished Transaction
> Leaving Shell

---

Please let me know if this resolves your issues.