- lorax.spec: Drop GConf2 requirement

Resolves: rhbz#1904955
This commit is contained in:
Brian C. Lane 2020-12-08 11:21:53 -08:00
parent 12113ae612
commit 18be4c0fe7

View File

@ -4,7 +4,7 @@
Name: lorax Name: lorax
Version: 34.5 Version: 34.5
Release: 1%{?dist} Release: 2%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
License: GPLv2+ License: GPLv2+
@ -24,7 +24,6 @@ Requires: lorax-templates
Requires: lorax-templates-rhel Requires: lorax-templates-rhel
%endif %endif
Requires: GConf2
Requires: cpio Requires: cpio
Requires: device-mapper Requires: device-mapper
Requires: dosfstools Requires: dosfstools
@ -196,6 +195,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/composer-cli.1* %{_mandir}/man1/composer-cli.1*
%changelog %changelog
* Tue Dec 08 2020 Brian C. Lane <bcl@redhat.com> - 34.5-2
- lorax.spec: Drop GConf2 requirement
Resolves: rhbz#1904955
* Mon Nov 30 2020 Brian C. Lane <bcl@redhat.com> 34.5-1 * Mon Nov 30 2020 Brian C. Lane <bcl@redhat.com> 34.5-1
- Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi@redhat.com) - Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi@redhat.com)
- Do not use '--loglevel' option when running Anaconda (vtrefny@redhat.com) - Do not use '--loglevel' option when running Anaconda (vtrefny@redhat.com)