Bug 467026

Summary: Duplicate declaration in module: type/attribute zos_remote_t
Product: [Fedora] Fedora Reporter: Dominick Grift <dominick.grift>
Component: auditAssignee: Steve Grubb <sgrubb>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dwalsh, sgrubb
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-16 21:53:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dominick Grift 2008-10-15 10:08:44 UTC
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:

Comment 1 Daniel Walsh 2008-10-15 13:13:10 UTC
Audit needs to remove the zos_remote policy package

Comment 2 Dominick Grift 2008-10-15 13:23:27 UTC
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%]

Comment 3 Steve Grubb 2008-10-15 15:24:11 UTC
Dan, I thought this was going to be coordinated before release. What requires/conflicts does the audit package need?

Comment 4 Steve Grubb 2008-10-15 20:33:52 UTC
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?

Comment 5 Steve Grubb 2008-10-16 20:14:53 UTC
audispd-plugins-1.7.7-2 was just built in rawhide. I think selinux policy should conflict with anything earlier than it.

Comment 6 Daniel Walsh 2008-10-16 21:53:43 UTC
Fixed in selinux-policy-3.5.12-3.fc10.noarch