From ffa782e534d745c3e067602f91dea6b18c3d1def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 22 Jul 2020 12:16:50 +0200 Subject: [PATCH] - Use make macros (taken from PR#1 by ) - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- libica.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libica.spec b/libica.spec index b395790..a9c879b 100644 --- a/libica.spec +++ b/libica.spec @@ -1,7 +1,7 @@ Summary: Library for accessing ICA hardware crypto on IBM z Systems Name: libica Version: 3.7.0 -Release: 2%{?dist} +Release: 3%{?dist} License: CPL URL: https://github.com/opencryptoki/ Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -46,11 +46,11 @@ sh ./bootstrap.sh %build %configure --disable-static --enable-fips -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install rm $RPM_BUILD_ROOT%{_libdir}/libica.la @@ -82,6 +82,10 @@ fi %changelog +* Wed Jul 22 2020 Dan Horák - 3.7.0-3 +- Use make macros (taken from PR#1 by ) +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Wed Jul 15 2020 Dan Horák - 3.7.0-2 - fix FIPS integrity validation (#1857130)