import cryptsetup-2.3.3-1.el8

This commit is contained in:
CentOS Sources 2020-06-09 19:21:17 +00:00 committed by Andrew Lukoshko
parent e8f3dccac2
commit cb3243d5e2
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
739beb77bc8423f0f1e1900fd4708845b010f341 SOURCES/cryptsetup-2.3.1.tar.xz
d847934311112c7220435b94b44c2b2bb3dca0e1 SOURCES/cryptsetup-2.3.3.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cryptsetup-2.3.1.tar.xz
SOURCES/cryptsetup-2.3.3.tar.xz

View File

@ -4,7 +4,7 @@ Obsoletes: cryptsetup-python3
Summary: A utility for setting up encrypted disks
Name: cryptsetup
Version: 2.3.1
Version: 2.3.3
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Group: Applications/System
@ -138,6 +138,10 @@ rm -rf %{buildroot}/%{_libdir}/*.la
%clean
%changelog
* Thu May 28 2020 Ondrej Kozina <okozina@redhat.com> - 2.3.3-1
- Update to cryptsetup 2.3.3
- Resolves: #1796826 #1743891 #1785748
* Fri Apr 03 2020 Ondrej Kozina <okozina@redhat.com> - 2.3.1-1
- Update to cryptsetup 2.3.1
- Resolves: #1796826 #1743891 #1785748