From 97ae1806777b1f6c62be8ad0066174e7eec3975c Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Fri, 31 Aug 2018 11:19:30 -0400 Subject: [PATCH] Require python3-librepo Newer python3-dnf no longer Requires: python3-librepo, but lorax uses this. Add an explicit Requires instead of getting it transitively --- lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 02dbb10e..c05b4389 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 28.14.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -50,6 +50,7 @@ Requires: libselinux-python3 Requires: python3-mako Requires: python3-kickstart Requires: python3-dnf >= 3.2.0 +Requires: python3-librepo %if 0%{?fedora} @@ -232,6 +233,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer-cli %changelog +* Fri Aug 31 2018 Josh Boyer 28.14.6-2 +- Require python3-librepo + * Wed Aug 29 2018 Brian C. Lane 28.14.6-1 - Drop mod_auth_openidc from httpd example blueprint (bcl@redhat.com) - Bump required dnf version to 3.2.0 for module_platform_id support (bcl@redhat.com)