| Summary: | dnf builddep reports already installed packages which are in Requires(*) and halt | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> |
| Component: | dnf-plugins-core | Assignee: | rpm-software-management |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | jmracek, mluscon, packaging-team-maint, RadekHolyPublic, rjones, vmukhame |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-15 13:42:46 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: | |
|
Description
Richard W.M. Jones
2016-03-21 11:46:35 UTC
(In reply to Richard W.M. Jones from comment #0) > It looks as if the problem comes from this part of ceph.spec: > > %package devel > Summary: SELinux policy devel > Group: System Environment/Base > Requires(pre): selinux-policy = %{version}-%{release} Wrong file. The above comes from selinux-policy.spec. However ceph.spec contains: %package selinux Summary: SELinux support for Ceph MON, OSD and MDS Group: System Environment/Base Requires: %{name} Requires: policycoreutils, libselinux-utils Requires(post): selinux-policy-base >= %{_selinux_policy_version}, policycoreutils, gawk This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. Please can you confirm that the issue is valid for dnf-2.4.1-1 and dnf-plugins-core-2.0.0-1 that are part of rawhide or Fedora 26, or can be downloaded from our testing repository (dnf copr enable rpmsoftwaremanagement/dnf-nightly). Thanks a lot for your cooperation. No, it seems to be fixed in dnf 2.1.0. |