From 5ee6cc3ae54720d5f6df5155d5b8106be3b33c5a Mon Sep 17 00:00:00 2001 From: lizixin <2271170409@qq.com> Date: Thu, 27 Feb 2025 15:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0calamares.service=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calamares.service | 1 + calamares.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/calamares.service b/calamares.service index 774f3f1..66d648c 100644 --- a/calamares.service +++ b/calamares.service @@ -6,6 +6,7 @@ After=basic.target [Service] Type=simple ExecStartPre=/sbin/multipath -F +ExecStartPre=/usr/sbin/partprobe ExecStart=/usr/bin/calamares -style Adwaita Restart=on-abort diff --git a/calamares.spec b/calamares.spec index 96d669f..b6d198b 100644 --- a/calamares.spec +++ b/calamares.spec @@ -2,7 +2,7 @@ Name: calamares Version: 3.3.7 -Release: 4 +Release: 5 Summary: Installer from a live CD/DVD/USB to disk License: GPL-3.0-or-later @@ -349,6 +349,9 @@ cd %{_builddir} || exit 0 rm -rf %{buildroot} %changelog +* Thu Feb 27 2025 Li Zixin <2271170409@qq.com> - 3.3.7-5 +- Update calamares.service + * Mon Feb 17 2025 Liu Wang <1823363429@qq.com> - 3.3.7-4 - Require disk scan and welcome page version show -- Gitee