diff --git a/cryptsetup.spec b/cryptsetup.spec index 87c3ca2..a8cfbc8 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: A utility for setting up encrypted disks Name: cryptsetup Version: 2.3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: openssl-devel, popt-devel, device-mapper-devel @@ -127,6 +127,9 @@ rm -rf %{buildroot}/%{_libdir}/*.la %ghost %attr(700, -, -) %dir /run/cryptsetup %changelog +* Tue Apr 21 2020 Björn Esser - 2.3.1-4 +- Rebuild (json-c) + * Thu Apr 16 2020 Milan Broz - 2.3.1-3 - Fix broken json-c patch (#1824878).