From 67672e1286f89603afc86586821802c9dc370473 Mon Sep 17 00:00:00 2001 From: Xinliang Liu Date: Fri, 24 Nov 2023 09:40:42 +0000 Subject: [PATCH] Fort test only Signed-off-by: Xinliang Liu --- lustre.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre.spec b/lustre.spec index 3757c24..c7d90cc 100644 --- a/lustre.spec +++ b/lustre.spec @@ -185,7 +185,7 @@ Summary: Lustre File System Name: %{lustre_name} Version: 2.15.3 -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 @@ -937,6 +937,9 @@ rm -rf $RPM_BUILD_ROOT rm -rf %{_tmppath}/kmp %changelog +* Fri Nov 24 2023 Xinliang Liu - 2.15.3-2 +- test new build + * Fri Nov 10 2023 Xinliang Liu - 2.15.3-1 - Update to 2.15.3 with openEuler bugfixes patches. -- Gitee