From 3ab5f1b8154be9e8be71f8f3b8a5008e824ff147 Mon Sep 17 00:00:00 2001 From: Xinliang Liu Date: Wed, 29 May 2024 03:31:06 +0000 Subject: [PATCH] Test build Signed-off-by: Xinliang Liu --- lustre.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lustre.spec b/lustre.spec index 70988be..d8eb855 100644 --- a/lustre.spec +++ b/lustre.spec @@ -186,7 +186,7 @@ Summary: Lustre File System Name: %{lustre_name} Version: 2.15.4 -Release: 1 +Release: 2 License: GPL-2.0-only AND LGPL-2.1-or-later Group: System Environment/Kernel Source: https://github.com/lustre/lustre-release/archive/refs/tags/%{version}.tar.gz @@ -270,6 +270,7 @@ BuildRequires: pkgconfig BuildRequires: openEuler-rpm-config %if %{with ldiskfs} BuildRequires: kernel-debugsource +BuildRequires: ldiskfsprogs %endif %endif BuildRequires: pkg-config @@ -930,6 +931,9 @@ rm -rf $RPM_BUILD_ROOT rm -rf %{_tmppath}/kmp %changelog +* Wed May 29 2024 Xinliang Liu - 2.15.4-2 +- Test build + * Tue May 21 2024 Xinliang Liu - 2.15.4-1 - Fix ldiskfs build. - Update to 2.15.4. -- Gitee