
Hello I am running a jenkins job that generates a nightly ovirt live iso based on the nightly rpm repository currently it's throwing me Error creating Live CD : Failed to build transaction : vdsm-4.12.0-166.git57218c4.el6.x86_64 requires selinux-policy-targeted >= 3.7.19-213 the list of repositories I am using is as following: repo --name=base --mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os repo --name=updates --mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch repo --name=epel-testing --baseurl=http://dl.fedoraproject.org/pub/epel/testing/6/x86_64/ repo --name=ovirt --baseurl=http://resources.ovirt.org/releases/3.3/rpm/EL/6/ repo --name=gluster --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/EPEL.repo/epel-$... repo --name=glusternoarch --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/EPEL.repo/epel-$... am I missing something? some experimental repository that should be added in order for the nightlies to be installable on centos? 10x Ohad