Bug 467026 - Duplicate declaration in module: type/attribute zos_remote_t
Summary: Duplicate declaration in module: type/attribute zos_remote_t
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: audit
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Grubb
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-15 10:08 UTC by Dominick Grift
Modified: 2008-10-16 21:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-16 21:53:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.