From ffddc1394d9c9a7d89e0e01fe22f2a579b0ec163f877401db560c7f3eba3649a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 13 Dec 2019 17:13:37 +0000 Subject: [PATCH] Accepting request 754320 from home:marxin:branches:security - Use %make_build and respect %optflags. OBS-URL: https://build.opensuse.org/request/show/754320 OBS-URL: https://build.opensuse.org/package/show/security/libkcapi?expand=0&rev=18 --- libkcapi.changes | 5 +++++ libkcapi.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/libkcapi.changes b/libkcapi.changes index 2a40599..1cb89a8 100644 --- a/libkcapi.changes +++ b/libkcapi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 5 10:10:41 UTC 2019 - Martin Liška + +- Use %make_build and respect %optflags. + ------------------------------------------------------------------- Fri Sep 27 16:40:49 UTC 2019 - Stefan Brüns diff --git a/libkcapi.spec b/libkcapi.spec index 7cfbed9..953c820 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -1,7 +1,7 @@ # # spec file for package libkcapi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Name: libkcapi Version: 0.13.0 Release: 0 Summary: Linux Kernel Crypto API User Space Interface Library -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Security -Url: http://www.chronox.de/libkcapi.html +URL: http://www.chronox.de/libkcapi.html #Source: https://github.com/smuellerDD/libkcapi/archive/v0.13.0.zip Source: libkcapi-0.13.0.tar.bz2 Patch0: libkcapi-use-external-fipshmac.patch @@ -82,7 +82,8 @@ libkcapi user space tools to access certain hash algorithms. %build cd lib -make %{?_smp_mflags} +export CFLAGS="%optflags" +%make_build make man cd ../apps make %{?_smp_mflags}