From a068d17369f61308f21faf30106852f5dc976be8 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Mon, 10 Mar 2025 17:09:49 +0800 Subject: [PATCH] support sw_64 (cherry picked from commit 892baa73ad34c590752af55b4b42afd4d084a101) --- python-blivet.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-blivet.spec b/python-blivet.spec index e4a3f46..d6fa4e5 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -3,7 +3,7 @@ Name: python-blivet Version: 3.8.2 -Release: 9 +Release: 10 Epoch: 1 Summary: A python module for system storage configuration License: LGPL-2.1-or-later @@ -19,9 +19,7 @@ BuildRequires: python2-devel python2-setuptools Patch0: fix-the-long-hostname.patch -%ifarch sw_64 patch9001: blivet-3.4.2-sw.patch -%endif patch9002: Incomplete-Chineseization-of-disk-mount.patch patch6001: backport-Ignore-invalid-empty-UUIDs-for-NVMe-namespaces.patch @@ -130,6 +128,12 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README.md %changelog +* Sun Mar 09 2025 yueyuankun - 1:3.8.2-10 +- Type:update +- ID:NA +- SUG:NA +- DESC:support sw_64 + * Wed Dec 04 2024 sunhai - 1:3.8.2-9 - Type:bugfix - ID:NA -- Gitee