MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2014-04-03, 15:01:28

Title: php53s-fpm still does install two versions !
Post by: Spacedust on 2014-04-03, 15:01:28
Even if I remove all php53s-fpm packages it's installing both:

Quote
[root@backup ~]# yum install php53s-fpm
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * base: mirrors.coreix.net
 * elrepo: repos.dfw.lax-noc.com
 * elrepo-kernel: repos.dfw.lax-noc.com
 * epel: fedora-epel.mirror.iweb.com
 * extras: mirrors.coreix.net
 * kloxo-mr-epel: fedora-epel.mirror.iweb.com
 * kloxo-mr-ius: dl.iuscommunity.org
 * kloxo-mr-testing-neutral-noarch: github.com
 * mratwork-epel: fedora-epel.mirror.iweb.com
 * mratwork-ius: dl.iuscommunity.org
 * remi: remi.check-update.co.uk
 * remi-test: remi.check-update.co.uk
 * updates: mirrors.coreix.net
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php53s-fpm.x86_64 0:5.3.28-2.mr.el6 will be updated
---> Package php53s-fpm.x86_64 0:5.3.28-4.mr.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================
 Package        Arch       Version              Repository                         Size
========================================================================================
Updating:
 php53s-fpm     x86_64     5.3.28-4.mr.el6      kloxo-mr-release-version-arch     1.8 M

Transaction Summary
========================================================================================
Upgrade       1 Package(s)

Total download size: 1.8 M
Is this ok [y/N]: y
Downloading Packages:
php53s-fpm-5.3.28-4.mr.el6.x86_64.rpm                            | 1.8 MB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : php53s-fpm-5.3.28-4.mr.el6.x86_64                                    1/2
Error in PREUN scriptlet in rpm package php53s-fpm
  Verifying  : php53s-fpm-5.3.28-4.mr.el6.x86_64                                    1/2
php53s-fpm-5.3.28-2.mr.el6.x86_64 was supposed to be removed but is not!
  Verifying  : php53s-fpm-5.3.28-2.mr.el6.x86_64                                    2/2

Updated:
  php53s-fpm.x86_64 0:5.3.28-4.mr.el6

Failed:
  php53s-fpm.x86_64 0:5.3.28-2.mr.el6

Complete!
Title: Re: php53s-fpm still does install two versions !
Post by: MRatWork on 2014-04-05, 02:29:37
Try 'rpm -e php53s-fpm --noscripts' to remove
Title: Re: php53s-fpm still does install two versions !
Post by: Spacedust on 2014-04-05, 18:24:45
It worked ;)