Akemi Yagi wrote:
The first version of the centosplus kernel for 7 is now available for testing. The kernel version is 3.10.0-123.el7 (GA kernel). You can download it from:
http://buildlogs.centos.org/c7-plus/kernel-plus/
Or use yum with a .repo file similar to:
[c7-kernel-plus] name=CentOS Open QA - CentOSPlus baseurl=http://buildlogs.centos.org/c7-plus/kernel-plus enabled=1 gpgcheck=0
I tried the installation with :
yum install kernel-plus kernel-plus-headers kernel-plus-devel kernel-plus-tools Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * elrepo: ftp.nluug.nl * epel: mirror.switch.ch Resolving Dependencies --> Running transaction check ---> Package kernel-plus.x86_64 0:3.10.0-123.el7.centos.plus will be installed ---> Package kernel-plus-devel.x86_64 0:3.10.0-123.el7.centos.plus will be installed ---> Package kernel-plus-headers.x86_64 0:3.10.0-123.el7.centos.plus will be installed ---> Package kernel-plus-tools.x86_64 0:3.10.0-123.el7.centos.plus will be installed --> Processing Dependency: kernel-plus-tools-libs = 3.10.0-123.el7.centos.plus for package: kernel-plus-tools-3.10.0-123.el7.centos.plus.x86_64 --> Running transaction check ---> Package kernel-plus-tools-libs.x86_64 0:3.10.0-123.el7.centos.plus will be installed --> Processing Conflict: kernel-plus-headers-3.10.0-123.el7.centos.plus.x86_64 conflicts kernel-headers < 3.10.0-123.el7.centos.plus --> Processing Conflict: kernel-plus-tools-libs-3.10.0-123.el7.centos.plus.x86_64 conflicts kernel-tools-libs < 3.10.0-123.el7.centos.plus --> Processing Conflict: kernel-plus-tools-3.10.0-123.el7.centos.plus.x86_64 conflicts kernel-tools < 3.10.0-123.el7.centos.plus --> Finished Dependency Resolution
but did not succeed due to conflicts:
Error: kernel-plus-headers conflicts with kernel-headers-3.10.0-123.el7.x86_64 Error: kernel-plus-tools-libs conflicts with kernel-tools-libs-3.10.0-123.el7.x86_64 Error: kernel-plus-tools conflicts with kernel-tools-3.10.0-123.el7.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
is this a bug?