From 329a2d78897fdee269464b95eedf73569348cc9f Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Mon, 10 Feb 2020 12:38:33 +0100 Subject: [PATCH] Add rpmlintrc to avoid some annoying warnings. --- cryptsetup.rpmlintrc | 1 + cryptsetup.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 cryptsetup.rpmlintrc diff --git a/cryptsetup.rpmlintrc b/cryptsetup.rpmlintrc new file mode 100644 index 0000000..68c240e --- /dev/null +++ b/cryptsetup.rpmlintrc @@ -0,0 +1 @@ +addFilter(r'spelling-error .* en_US (dm|reencryption|situ|libcryptsetup)') diff --git a/cryptsetup.spec b/cryptsetup.spec index 13609f8..c2a023f 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -60,7 +60,7 @@ The integritysetup package contains a utility for setting up disk integrity protection using dm-integrity kernel module. %package reencrypt -Summary: A utility for offline reencryption of LUKS encrypted disks. +Summary: A utility for offline reencryption of LUKS encrypted disks Requires: cryptsetup-libs = %{version}-%{release} %description reencrypt