Description of problem: dupe declaration: type/attribute zos_remote_t Version-Release number of selected component (if applicable): selinux-policy-targeted-3.5.12-1.fc10.noarch How reproducible: install the package Actual results: sh-3.2# rpm -Uvh selinux*.rpm Preparing... ########################################### [100%] 1:selinux-policy ########################################### [ 33%] 2:selinux-policy-doc ########################################### [ 67%] 3:selinux-policy-targeted########################################### [100%] libsepol.scope_copy_callback: zosremote: Duplicate declaration in module: type/attribute zos_remote_t libsemanage.semanage_link_sandbox: Link packages failed semodule: Failed! Expected results: sh-3.2# rpm -Uvh selinux*.rpm Preparing... ########################################### [100%] 1:selinux-policy ########################################### [ 33%] 2:selinux-policy-doc ########################################### [ 67%] 3:selinux-policy-targeted########################################### [100%] sh-3.2# echo $? 0 Additional info:
Audit needs to remove the zos_remote policy package
Thanks, that works: sh-3.2# /usr/sbin/semodule -r zos_remote sh-3.2# rpm -Uvh --replacefiles --replacepkgs *.rpm Preparing... ########################################### [100%] 1:selinux-policy ########################################### [ 33%] 2:selinux-policy-doc ########################################### [ 67%] 3:selinux-policy-targeted########################################### [100%]
Dan, I thought this was going to be coordinated before release. What requires/conflicts does the audit package need?
Dan, wouldn't the right solution be for selinux-policy to conflict with audispd-plugins <= 1.7.8-1 ? And then I build a new audit package, 1.7.8-2?
audispd-plugins-1.7.7-2 was just built in rawhide. I think selinux policy should conflict with anything earlier than it.
Fixed in selinux-policy-3.5.12-3.fc10.noarch