From 82eeb37c786ac73f9998086f9222dfb15dd0e6b5 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Sep 06 2023 02:04:08 +0000 Subject: Add missing Requires --- diff --git a/calamares-firstboot-config.spec b/calamares-firstboot-config.spec index 0dd6c37..5bf0625 100644 --- a/calamares-firstboot-config.spec +++ b/calamares-firstboot-config.spec @@ -1,6 +1,6 @@ Name: calamares-firstboot-config Version: 20230905 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fedora Asahi Calamares firstboot configs License: MIT @@ -17,6 +17,9 @@ Requires: desktop-backgrounds-compat Requires: util-linux Requires: console-setup Requires: kwin-wayland +Requires: findutils +Requires: xxd +Requires: systemd %description Calamares first-boot wizard configuration and launch scripts @@ -50,6 +53,9 @@ cp -a calamares/* %{buildroot}%{_datadir}/calamares-asahi/ %{_datadir}/calamares-asahi/ %changelog +* Tue Sep 05 2023 Davide Cavalca - 20230905-2 +- Add missing Requires + * Tue Sep 05 2023 Davide Cavalca - 20230905-1 - Misc systemd service fixes - Add missing changelog entries