Bug 1828032

Summary: wget isn't set as a dependency for lxc-templates
Product: [Fedora] Fedora EPEL Reporter: pavelkim <hello>
Component: lxcAssignee: Thomas Moschny <thomas.moschny>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: epel8CC: admiller, hello, karlthered, mailinglists, silas, thomas.moschny
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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 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.