From a446d71c1f7b5289ee135173693cddd66a67d28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 26 Feb 2018 10:22:36 +0100 Subject: [PATCH] Increase optmem_max preset to 81920 --- libkcapi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libkcapi.spec b/libkcapi.spec index c86e826..821492f 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -23,7 +23,7 @@ %global sysctl_prio 50 # Value used for the sysctl.d preset. -%global sysctl_optmem_max 40960 +%global sysctl_optmem_max 81920 # Extension for the README.distro file. %global distroname_ext %{?fedora:fedora}%{?rhel:redhat} @@ -80,7 +80,7 @@ Name: libkcapi Version: %{vmajor}.%{vminor}.%{vpatch} -Release: 7%{?dist} +Release: 8%{?dist} Summary: User space interface to the Linux Kernel Crypto API License: BSD or GPLv2 @@ -413,6 +413,9 @@ popd %changelog +* Mon Feb 26 2018 Björn Esser - 1.0.3-8 +- Increase optmem_max preset to 81920 + * Mon Feb 26 2018 Björn Esser - 1.0.3-7 - Obsoletes work by package name, not by provides (rhbz#1537225)