Add %files for install-env-deps so it actually exists
This commit is contained in:
parent
6e69816a6f
commit
b3c85e8439
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user