Bug 2229948
| Summary: | Problem with file requirements | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jaroslav Mracek <jmracek> |
| Component: | mpibash | Assignee: | Christoph Junghans <junghans> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 38 | CC: | junghans, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-02-02 01:06:19 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2180842 | ||
|
Description
Jaroslav Mracek
2023-08-08 09:15:29 UTC
@jmracek I don't fully understand, where is the file permission coming from? The package says:
%package openmpi-examples
Summary: Example Scripts for Open MPI %{name}
Requires: %{name}-openmpi = %{version}
So the openmpi example package depends on the openmpi plugin.
It it generated automatically because "#! /usr/lib64/mpich/bin/mpibash_mpich" is used in /usr/lib64/mpich/bin/mbxz_mpich. This dependency is redundant, because both files are contained in the same package. → https://src.fedoraproject.org/rpms/mpibash/pull-request/1 |