From d841a4b104c9919f89853c63eaedcd0be2faf8b9 Mon Sep 17 00:00:00 2001 From: Xinliang Liu Date: Mon, 25 Nov 2024 02:50:52 +0000 Subject: [PATCH] For test Signed-off-by: Xinliang Liu --- lustre.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre.spec b/lustre.spec index b286947..1badc32 100644 --- a/lustre.spec +++ b/lustre.spec @@ -186,7 +186,7 @@ Summary: Lustre File System Name: %{lustre_name} Version: 2.15.4 -Release: 2 +Release: 3 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 @@ -931,6 +931,9 @@ rm -rf $RPM_BUILD_ROOT rm -rf %{_tmppath}/kmp %changelog +* Mon Nov 25 2024 Xinliang Liu - 2.15.4-3 +- for test + * Wed May 29 2024 Xinliang Liu - 2.15.4-2 - Fix build when installed the OS provided e2fsprogs pkg. -- Gitee