Bug 1195385
| Summary: | dnf regression: cannot resolve provides with slashes | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Simacek <msimacek> | |
| Component: | dnf | Assignee: | Honza Silhan <jsilhan> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 21 | CC: | jsilhan, mluscon, pnemade, rcollet, rholy, tim.lauridsen | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | dnf-plugins-core-0.1.5-2.fc21 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1227348 (view as bug list) | Environment: | ||
| Last Closed: | 2015-04-06 18:48:58 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: | 1227348 | |||
@Michael thanks Most of the PHP packages use php-pear(foo/bar) or php-composer(foor/bar) virtual provides/requires, see https://fedoraproject.org/wiki/Packaging:PHP Thanks for the report. PR: https://github.com/rpm-software-management/dnf/pull/238 hawkey-0.5.4-1.fc22,dnf-0.6.5-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/hawkey-0.5.4-1.fc22,dnf-0.6.5-1.fc22 Package hawkey-0.5.4-1.fc22, dnf-0.6.5-1.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing hawkey-0.5.4-1.fc22 dnf-0.6.5-1.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-5337/hawkey-0.5.4-1.fc22,dnf-0.6.5-1.fc22 then log in and leave karma (feedback). dnf-plugins-extras-0.0.6-2.fc22,yum-utils-1.1.31-505.fc22,yum-3.4.3-505.fc22,hawkey-0.5.4-1.fc22,dnf-0.6.5-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/dnf-plugins-extras-0.0.6-2.fc22,yum-utils-1.1.31-505.fc22,yum-3.4.3-505.fc22,hawkey-0.5.4-1.fc22,dnf-0.6.5-1.fc22 dnf-plugins-extras-0.0.6-2.fc22, yum-3.4.3-505.fc22, dnf-0.6.5-1.fc22, yum-utils-1.1.31-505.fc22, hawkey-0.5.4-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. dnf-plugins-core-0.1.5-2.fc21,dnf-0.6.4-5.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/dnf-plugins-core-0.1.5-2.fc21,dnf-0.6.4-5.fc21 could this go into epel7 as well? dnf is used by koschei and this bug in particular is a big problem for us on epel7 dnf-plugins-core-0.1.5-2.fc21, dnf-0.6.4-5.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: dnf cannot resolve provides with slashes. Example or such provide: php-composer(symfony/yaml) This is a regression most likely introduced by dnf commit c388ac6e. Version-Release number of selected component (if applicable): dnf-0.6.4-1.fc21.noarch How reproducible: always Steps to Reproduce: 1. fedpkg clone php-phpunit-PHPUnit 2. cd php-phpunit-PHPUnit 3. mock --dnf `fedpkg srpm|awk '/./{print $2}'` Actual results: No matching package to install: 'php-composer(phpunit/php-code-coverage) >= 2.0' No matching package to install: 'php-composer(phpunit/php-file-iterator) >= 1.3.2' No matching package to install: 'php-composer(phpunit/php-invoker) >= 1.1.0' No matching package to install: 'php-composer(phpunit/php-text-template) >= 1.2' No matching package to install: 'php-composer(phpunit/php-timer) >= 1.0.2' No matching package to install: 'php-composer(phpunit/phpunit-mock-objects) >= 2.3' No matching package to install: 'php-composer(sebastian/comparator) >= 1.0' No matching package to install: 'php-composer(sebastian/diff) >= 1.1' No matching package to install: 'php-composer(sebastian/environment) >= 1.1' No matching package to install: 'php-composer(sebastian/exporter) >= 1.0' No matching package to install: 'php-composer(sebastian/global-state) >= 1.0' No matching package to install: 'php-composer(sebastian/recursion-context) >= 1.0' No matching package to install: 'php-composer(sebastian/version) >= 1.0' No matching package to install: 'php-composer(symfony/class-loader) >= 2.0' No matching package to install: 'php-composer(symfony/yaml) >= 2.0' Expected results: It builds as it used to with dnf-0.5.4-2.fc20.noarch or yum. Additional info: It affects most of PHP stack, not just single package.