From 18be4c0fe71a8ba9fd9057840f814d35b2d9bd0f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 8 Dec 2020 11:21:53 -0800 Subject: [PATCH] - lorax.spec: Drop GConf2 requirement Resolves: rhbz#1904955 --- lorax.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lorax.spec b/lorax.spec index 63b72c0..d65c909 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 34.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images License: GPLv2+ @@ -24,7 +24,6 @@ Requires: lorax-templates Requires: lorax-templates-rhel %endif -Requires: GConf2 Requires: cpio Requires: device-mapper Requires: dosfstools @@ -196,6 +195,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/composer-cli.1* %changelog +* Tue Dec 08 2020 Brian C. Lane - 34.5-2 +- lorax.spec: Drop GConf2 requirement + Resolves: rhbz#1904955 + * Mon Nov 30 2020 Brian C. Lane 34.5-1 - Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi@redhat.com) - Do not use '--loglevel' option when running Anaconda (vtrefny@redhat.com)