diff --git a/SPECS/luksmeta.spec b/SPECS/luksmeta.spec index e7271fd..a54b5c3 100644 --- a/SPECS/luksmeta.spec +++ b/SPECS/luksmeta.spec @@ -1,6 +1,6 @@ Name: luksmeta Version: 9 -Release: 3%{?dist}.1 +Release: 4%{?dist} Summary: Utility for storing small metadata in the LUKSv1 header License: LGPLv2+ @@ -11,7 +11,6 @@ Patch1: Relax-content-tests-in-test-suite.patch Patch2: 0001-Define-log-callback-function-to-use-with-libcryptset.patch BuildRequires: gcc -BuildRequires: make BuildRequires: asciidoc BuildRequires: pkgconfig BuildRequires: cryptsetup-devel @@ -68,7 +67,7 @@ make %{?_smp_mflags} check %{_libdir}/pkgconfig/luksmeta.pc %changelog -* Thu Feb 06 2020 Sergio Correia - 9-3.1 +* Sat Nov 30 2019 Sergio Correia - 9-4 - LUKSMeta now sets error level from libcryptsetup to CRYPT_LOG_ERROR, and this output is logged to stderr Resolves: rhbz#1770395