Bug 1056400
| Summary: | DNF not support url installation for a package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Praveen Kumar <prkumar> |
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | akozumpl, bugzilla, fatkasuvayu, germano.massullo, jmoskovc, jzeleny, midgoon, mrunge, nonamedotc, packaging-team-maint, pnemade, prkumar, rholy, robatino |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-0.4.13-2.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-09 03:54:40 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: | |||
|
Description
Praveen Kumar
2014-01-22 05:55:41 UTC
Praveen, just to confirm, what does 'rpm -q python-flask-sqlalchemy' return? Maybe related to bug 1049671, Radek please take a look once the time permits. Fixes the bug for me..
commit 024f83a65a434efe8d669aa3de800e91ac6e9969
Author: Zdenek Pavlas <zpavlas>
Date: Wed Jan 22 09:12:18 2014 +0100
Installing a local pkg is okay. (RhBug#1056400)
diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py
index 16ba6c2..5ca258c 100644
--- a/dnf/cli/cli.py
+++ b/dnf/cli/cli.py
@@ -322,6 +322,7 @@ class BaseCli(dnf.Base):
for arg in userlist:
if arg.endswith('.rpm'):
self.install_local(arg)
+ done = True
continue # it was something on disk and it ended in rpm
# no matter what we don't go looking at repos
elif arg.startswith('@'):
Reproduces even when pkg is not installed.. It's different from #1049671 ( which claims that local downloaded package not able to install) , In this bug if 'python-flask-sqlalchemy' don't present locally then it's suppose to download with give url and store in some tmp location as yum use to do and then install. moving this to Zdenek who's got a patch. *** Bug 1049671 has been marked as a duplicate of this bug. *** *** Bug 1058980 has been marked as a duplicate of this bug. *** The patch is merged upstream. *** Bug 1060166 has been marked as a duplicate of this bug. *** dnf-0.4.13-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/dnf-0.4.13-2.fc20 Package dnf-0.4.13-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-0.4.13-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-2172/dnf-0.4.13-2.fc20 then log in and leave karma (feedback). dnf-0.4.13-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. That's works. Solved. Thank you! *** Bug 1070441 has been marked as a duplicate of this bug. *** |