diff --git a/fipscheck.spec b/fipscheck.spec index f5ee07e53608fa44f6516f7ac94c5c5454a72d61..55c437c79312cf91e87716cb7ff519e8f39ef959 100644 --- a/fipscheck.spec +++ b/fipscheck.spec @@ -1,8 +1,8 @@ Name: fipscheck Version: 1.5.0 -Release: 10 +Release: 11 Summary: Helper library for FIPS integrity checking -License: BSD +License: BSD-2-Clause URL: https://pagure.io/fipscheck Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 @@ -29,8 +29,8 @@ Development headers and libraries for %{name} %autosetup -n %{name}-%{version} -p1 %build -%configure -make %{?_smp_mflags} +%configure --enable-static +%make_build %define __spec_install_post \ %{?__debug_package:%{__debug_install_post}} \ @@ -41,23 +41,14 @@ make %{?_smp_mflags} %{nil} %install -rm -rf %{buildroot} %make_install +%delete_la mkdir -p %{buildroot}%{_libdir}/fipscheck %check -make check - -%pre - -%preun - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%make_build check %files -%defattr(-,root,root) %license COPYING AUTHORS %doc ChangeLog %{_bindir}/* @@ -67,10 +58,8 @@ make check %{_libdir}/fipscheck/libfipscheck.so.*.hmac %files devel -%defattr(-,root,root) %{_includedir}/*.h %{_libdir}/*.so -%{_libdir}/*.la %{_libdir}/*.a %files help @@ -79,6 +68,9 @@ make check %{_mandir}/man3/* %changelog +* Mon Oct 21 2024 Funda Wang - 1.5.0-11 +- cleanup spec + * Thu Feb 2 2023 zhengxiaoxiao - 1.5.0-10 - change the BuildRequires from openssl-devel to compat-openssl11-devel diff --git a/fipscheck.yaml b/fipscheck.yaml index c898805c28b148fd36de0312c9793fe847ca44c4..3e4f07907228cc383d24c3a2b8de09ed74688e06 100644 --- a/fipscheck.yaml +++ b/fipscheck.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://pagure.io/fipscheck.git tag_prefix: ^v -seperator: . +separator: .