Centos7 update problem

I once had a similar problem updating glibc, this time the system fails for some other package. I’m running these lines:

yum clean all
yum update kaltura-release
yum clean all
yum update "*kaltura*"

The last one fails with:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * epel: mirror.23media.de
Resolving Dependencies
--> Running transaction check
---> Package kaltura-ffmpeg.x86_64 0:2.7.2-4 will be updated

--> Finished Dependency Resolution
Error: Package: kaltura-ffmpeg-devel-2.7.2-4.x86_64 (Kaltura)
           Requires: kaltura-ffmpeg = 2.7.2
           Removing: kaltura-ffmpeg-2.7.2-4.x86_64 (@Kaltura)
               kaltura-ffmpeg = 2.7.2-4
           Updated By: kaltura-ffmpeg-3.1.3-2.x86_64 (Kaltura)
               kaltura-ffmpeg = 3.1.3-2
           Available: kaltura-ffmpeg-2.1.3-2.x86_64 (Kaltura)
               kaltura-ffmpeg = 2.1.3-2
           Available: kaltura-ffmpeg-2.1.3-7.x86_64 (Kaltura)
               kaltura-ffmpeg = 2.1.3-7
           Available: kaltura-ffmpeg-2.7.2-1.x86_64 (Kaltura)
               kaltura-ffmpeg = 2.7.2-1
           Available: kaltura-ffmpeg-2.7.2-2.x86_64 (Kaltura)
               kaltura-ffmpeg = 2.7.2-2
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Hi @kaikretschmann_1,

This time its an issue with our own packages:) I just released new kaltura-ffmpeg and kaltura-ffmpeg-devel which should solve it.
Since it may take time for it to hit your CDN edge, you can change /etc/yum.repos.d/kaltura.repo to look at http://installrepo.origin.kaltura.org instead of http://installrepo.kaltura.org so that it takes it from the origin server.

Note however, that unless you intend to do some compilations against FFMPEG, kaltura-ffmpeg-devel is not needed for the operation of Kaltura CE, so you can just remove the -devel package altogether.

Let me know if you have further questions or issues post upgrading.

Thanks for reporting

Thanks for fixing it, now it worked.

Great, thanks for updating.