diff --git a/smp_utils.spec b/smp_utils.spec index 984e352144740b99fa8b3d72785080b6cc635ee9..1ea75fd488150b0d891affa8d22e053b679b2038 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