From 88ff8dfd4e6cc213b793789811f8e34068b62563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=A2=E4=B8=B2=E4=B8=80=E5=9B=9E?= Date: Wed, 31 Jul 2024 10:11:42 +0000 Subject: [PATCH] fix format in smp_utils.spec. https://gitee.com/src-openeuler/smp_utils/issues/IAGVUG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 客串一回 (cherry picked from commit 3d24bd2de7511cf5426c7cbad5dfb9ecca0018c8) --- smp_utils.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/smp_utils.spec b/smp_utils.spec index 984e352..1ea75fd 100644 --- a/smp_utils.spec +++ b/smp_utils.spec @@ -1,6 +1,6 @@ Name: smp_utils Version: 0.99 -Release: 3 +Release: 4 Summary: Utilities for SAS management protocol (SMP) License: BSD URL: http://sg.danny.cz/sg/smp_utils.html @@ -22,7 +22,6 @@ easy to port to other operating systems. Warning: These utilities access SAS expanders (storage switches) and the incorrect usage of them may render your system and others inoperable. - %package devel Summary: Static library and header files for the smputils library Requires: %{name} = %{version}-%{release} @@ -49,13 +48,11 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?smp_mflags} CFLAGS="%{optflags} -DSMP_UTILS_LINUX" - %install make install \ PREFIX=%{_prefix} \ DESTDIR=%{buildroot} - %files %doc ChangeLog COVERAGE CREDITS README %license COPYING @@ -70,8 +67,10 @@ make install \ %files help %{_mandir}/man8/* - %changelog +* Wed Jul 31 2024 JiangJianJun - 0.99-4 +- DESC: fix spec format + * Wed Oct 19 2022 Kunlin Yang - 0.99-3 - rebuild the version to 0.99-3 -- Gitee