Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1499255 - dnf: download command immediately deletes downloaded RPMs
Summary: dnf: download command immediately deletes downloaded RPMs
Keywords:
Status: CLOSED DUPLICATE of bug 1498426
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: rpm-software-management
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-06 13:31 UTC by Florian Weimer
Modified: 2017-10-06 13:58 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-06 13:58:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2017-10-06 13:31:20 UTC
Description of problem:

“dnf download” no longer leaves any RPM files behind.

Version-Release number of selected component (if applicable):

python3-dnf-plugins-core-2.1.4-1.fc26.noarch

How reproducible:


Steps to Reproduce:
1. cd /tmp
2. sudo dnf download glibc-langpack-eo

Actual results:

No file is created in the current directory.

Expected results:

An RPM is created in the current directly, or at least left somewhere else in the file system.

Additional info:

strace shows that the file is only placed into a subdirectory under /var/cache/dnf and immediately deleted.

This appears to be a regression since python3-dnf-plugins-core-2.1.3-1.fc26.noarch.

Comment 1 Jaroslav Mracek 2017-10-06 13:58:02 UTC

*** This bug has been marked as a duplicate of bug 1498426 ***


Note You need to log in before you can comment on or make changes to this bug.