Bug 2031786
| Summary: | [RHEL-9] Undeclared file conflicts: lksctp-tools | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Petr Zatko <pzatko> | 
| Component: | lksctp-tools | Assignee: | Xin Long <lxin> | 
| Status: | CLOSED ERRATA | QA Contact: | ying xu <yinxu> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | mleitner, network-qe, yoguma | 
| Target Milestone: | rc | Keywords: | Triaged | 
| Target Release: | --- | Flags: | pm-rhel:
                mirror+
                 | 
  
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | lksctp-tools-1.0.19-2.el9 | Doc Type: | If docs needed, set a value | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-15 11:17:16 UTC | Type: | Bug | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1898842 | ||
| Deadline: | 2022-06-06 | ||
| 
 
        
          Description
        
        
          Petr Zatko
        
        
        
        
        
          2021-12-13 12:36:16 UTC
        
       
      
      
      
    This conflict was caused by:
# diff /usr/bin/withsctp /tmp/withsctp
3c3
< LIBDIR=/usr/lib/lksctp-tools
---
> LIBDIR=/usr/lib64/lksctp-tools
withsctp provided by x86_64 and i686 are different.
The check requires: Multiple RPM packages can own the same file, but only if the file in both packages is the same.
    use the package in comment9, 2 yum install http://download.eng.bos.redhat.com/brewroot/vol/rhel-9/packages/lksctp-tools/1.0.19/2.el9/i686/lksctp-tools-1.0.19-2.el9.i686.rpm 3 yum install http://download.eng.bos.redhat.com/brewroot/vol/rhel-9/packages/lksctp-tools/1.0.19/2.el9/x86_64/lksctp-tools-1.0.19-2.el9.x86_64.rpm withou --force , success. # rpm -qa|grep lksctp lksctp-tools-1.0.19-2.el9.i686 lksctp-tools-1.0.19-2.el9.x86_64 as comment 10 said, set verified Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (lksctp-tools bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8324  |