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)