Hi, I already wanted to notify this, but every time I do the same update with option 15 Code (Text): ------------------------------------------------------------- Following Updates are available: ------------------------------------------------------------- ImageMagick6.x86_64 6.9.10.56-1.el7.remi remi ImageMagick6-c++.x86_64 6.9.10.56-1.el7.remi remi ImageMagick6-c++-devel.x86_64 6.9.10.56-1.el7.remi remi ImageMagick6-devel.x86_64 6.9.10.56-1.el7.remi remi ImageMagick6-libs.x86_64 6.9.10.56-1.el7.remi remi ------------------------------------------------------------- To update type these commands: ------------------------------------------------------------- run centmin.sh menu option 15 to update imagick PHP ext then run: yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi ------------------------------------------------------------- * Current Nginx Version: 1.17.2 (260719-110255-centos7-kvm) * Latest Nginx Available: 1.17.2 (centminmod.com/nginxnews) ------------------------------------------------------------- ------------------------------------------------------------- Centmin Mod local code is up to date at /usr/local/src/centminmod no available updates at this time... ------------------------------------------------------------- And afterwards run Code (Text): yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi But yeah, result Code (Text): yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi Loaded plugins: fastestmirror, versionlock Loading mirror speeds from cached hostfile <spipped> No packages marked for update
yes that is normal, the imagemagick yum updates are version locked for normal yum updates and only unlocked when you run centmin.sh menu option 15 to update imagick and imagemagick due to how imagick php extension is tied to imagemagick - every time you update imagemagick yum package, the imagick php extension needs to be updated but yum update doesn't touch php imagick extension updates so php imagick would break. locking imagemagick yum updates to only unlock on centmin.sh menu option 15, ensures php imagick php extension gets updates at same time as imagemagick hence the message you see in your above text for Code (Text): ------------------------------------------------------------- To update type these commands: ------------------------------------------------------------- run centmin.sh menu option 15 to update imagick PHP ext then run: yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi yum update will return empty as centmin.sh menu option 15 takes care of imagemagick yum update
So, you can better change it. Example: Code (Text): ------------------------------------------------------------- To update type these commands: ------------------------------------------------------------- run centmin.sh menu option 15 to update imagick PHP ext then run: yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi To simply Code (Text): ------------------------------------------------------------- To update type these commands: ------------------------------------------------------------- run centmin.sh menu option 15 to update imagick PHP ext The message Code (Text): yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi It's absolute. It's there without any reason. You may correct me if I'm wrong about this. I do have the YUM auto updater on my "private" CMM Cluster
the yum update message is to cover any other yum updates as imagemagick isn't only one that can come up as having updates and doesn't cover any yum updates that become available between exiting centmin.sh menu and the time you run yum update. So it's meant to cover all bases