Bug 1828032 - wget isn't set as a dependency for lxc-templates
Summary: wget isn't set as a dependency for lxc-templates
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: lxc
Version: epel8
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Thomas Moschny
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-26 10:43 UTC by pavelkim
Modified: 2020-04-26 10:52 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description pavelkim 2020-04-26 10:43:35 UTC
Description of problem:
lxc-templates package uses wget command, though wget is not being installed as a dependency.

Version-Release number of selected component (if applicable):
Name         : lxc-templates
Version      : 3.0.4
Release      : 2.el8
Architecture : x86_64
Size         : 47 k
Source       : lxc-3.0.4-2.el8.src.rpm
Repository   : @System
From repo    : epel
Summary      : Templates for lxc


How reproducible:
Always

Steps to Reproduce:
1. yum install epel-release
2. yum install lxc lxc-templates
3. lxc-create -t download -n mycontainer -- -d centos -r 8 -a amd64

Actual results:
ERROR: Missing required tool: wget
lxc-create: ns: lxccontainer.c: create_run_template: 1625 Failed to create container from template
lxc-create: ns: tools/lxc_create.c: main: 331 Failed to create container ns


Expected results:
Not an error

Additional info:
After manual install of wget, the problem disappears.


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