From 8ae42b97832aad93c024771534a17766cdf9bfe6 Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Thu, 20 Apr 2023 11:02:45 +0200 Subject: [PATCH] Add glibc-langpack-en requirement Installing on a clean system with Italian locale, engine-setup fails with: ```console [ INFO ] Initializing PostgreSQL [ INFO ] Creating PostgreSQL 'engine' database [ ERROR ] Failed to execute stage 'Misc configuration': ERRORE: nome locale non valido "en_US.UTF-8" [ INFO ] DNF Performing DNF transaction rollback [ INFO ] DNF Repository copr:copr.fedorainfracloud.org:ovirt:ovirt-master-snapshot is listed more than once in the configuration [ INFO ] Stage: Clean up Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20230420105508-xx23f2.log [ INFO ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20230420105553-setup.conf' [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of setup failed ``` Requiring glibc-langpack-en in order to ensure "en_US.UTF-8" locale exists. Signed-off-by: Sandro Bonazzola --- ovirt-engine.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index dd7ec6d96c0..157b2471270 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -537,6 +537,7 @@ Requires: ovirt-engine-keycloak-setup %endif Requires: ovirt-engine-extension-aaa-jdbc >= 1.2.0 Requires: openssh +Requires: glibc-langpack-en Requires: postgresql-server >= 12.0 Requires: postgresql-contrib >= 12.0 Conflicts: %{name} < 4.4.0