From ad57676b67f9e3d8f091b1ad81eeefdbff9f544f Mon Sep 17 00:00:00 2001 From: Peter Georg Date: Jan 23 2022 17:38:10 +0000 Subject: Adapt for CentOS Kmods SIG --- diff --git a/SPECS/ecryptfs-utils.spec b/SPECS/ecryptfs-utils.spec index f2296f8..40bdc3f 100644 --- a/SPECS/ecryptfs-utils.spec +++ b/SPECS/ecryptfs-utils.spec @@ -17,7 +17,7 @@ the interface supplied by the %{name} library. Name: ecryptfs-utils Version: 111 -Release: 15%{?dist} +Release: 15.1%{?dist} Summary: The eCryptfs mount helper and support libraries License: GPLv2+ URL: https://launchpad.net/ecryptfs @@ -96,6 +96,7 @@ BuildRequires: pkcs11-helper-devel BuildRequires: automake autoconf libtool glib2-devel gettext-devel perl-podlators libattr-devel Requires: keyutils, cryptsetup-luks, util-linux, gettext +Requires: kmod(ecryptfs.ko) %description eCryptfs is a stacked cryptographic filesystem that ships in Linux @@ -363,6 +364,9 @@ fi %changelog +* Sun Jan 23 2022 Peter Georg - 111-15.1 +- Adapt for CentOS Kmods SIG + * Fri Sep 07 2018 Michal Hlavinka - 111-15 - switch to authselect since it replaced authconfig in F28 (RHBZ#1577174)