Add %files for install-env-deps so it actually exists

This commit is contained in:
Adam Williamson 2018-04-10 11:03:47 -07:00
parent 6e69816a6f
commit b3c85e8439
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 29.10
Release: 1%{?dist}
Release: 1%{?dist}.1
License: GPLv2+ and MIT
Group: Applications/System
URL: http://fedoraproject.org/wiki/Anaconda
@ -288,8 +288,11 @@ update-desktop-database &> /dev/null || :
update-desktop-database &> /dev/null || :
%endif
# main package and install-env-deps are metapackages
%files
%files install-env-deps
# Allow the lang file to be empty
%define _empty_manifest_terminate_build 0
@ -346,6 +349,9 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Apr 10 2018 Adam Williamson <awilliam@redhat.com> - 29.10-1.fc29.1
- Add %files for install-env-deps so it actually exists
* Tue Apr 10 2018 Martin Kolman <mkolman@redhat.com> - 29.10-1
- Bump simpleline version (mkolman)
- Do not redraw screen after text YesNo dialog (#1557951)(jkonecny)