import clevis-15-14.el8
This commit is contained in:
parent
977f304fe5
commit
897e53d609
11
SOURCES/0014-luks-edit-remove-unnecessary-redirection.patch
Normal file
11
SOURCES/0014-luks-edit-remove-unnecessary-redirection.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- clevis-15.ori/src/luks/clevis-luks-edit 2020-10-28 19:55:47.663228800 +0100
|
||||||
|
+++ clevis-15/src/luks/clevis-luks-edit 2023-01-16 12:03:14.006998399 +0100
|
||||||
|
@@ -173,7 +173,7 @@
|
||||||
|
|
||||||
|
echo "Updating binding..."
|
||||||
|
if ! clevis_luks_do_bind "${DEV}" "${SLT}" "" "${pin}" "${new_cfg}" \
|
||||||
|
- "-y" "overwrite" 2>/dev/null; then
|
||||||
|
+ "-y" "overwrite"; then
|
||||||
|
echo "Unable to update binding in ${DEV}:${SLT}. Operation cancelled." >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: clevis
|
Name: clevis
|
||||||
Version: 15
|
Version: 15
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Automated decryption framework
|
Summary: Automated decryption framework
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -22,6 +22,7 @@ Patch0010: 0010-avoid-clevis-invalid-msg.patch
|
|||||||
Patch0011: 0011-Improve-boot-performance-by-removing-key-check.patch
|
Patch0011: 0011-Improve-boot-performance-by-removing-key-check.patch
|
||||||
Patch0012: 0012-ignore-empty-and-comment-lines-in-crypttab.patch
|
Patch0012: 0012-ignore-empty-and-comment-lines-in-crypttab.patch
|
||||||
Patch0013: 0013-luks-define-max-entropy-bits-for-pwmake.patch
|
Patch0013: 0013-luks-define-max-entropy-bits-for-pwmake.patch
|
||||||
|
Patch0014: 0014-luks-edit-remove-unnecessary-redirection.patch
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -202,6 +203,10 @@ systemctl preset %{name}-luks-askpass.path >/dev/null 2>&1 || :
|
|||||||
%attr(4755, root, root) %{_libexecdir}/%{name}-luks-udisks2
|
%attr(4755, root, root) %{_libexecdir}/%{name}-luks-udisks2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 16 2023 Sergio Arroutbi <sarroutb@redhat.com> - 15-14
|
||||||
|
- luks-edit: remove unnecessary 2>/dev/null
|
||||||
|
Resolves: rhbz#2159739
|
||||||
|
|
||||||
* Wed Jan 11 2023 Sergio Arroutbi <sarroutb@redhat.com> - 15-13
|
* Wed Jan 11 2023 Sergio Arroutbi <sarroutb@redhat.com> - 15-13
|
||||||
- luks: define max entropy bits for pwmake
|
- luks: define max entropy bits for pwmake
|
||||||
Resolves: rhbz#2159736
|
Resolves: rhbz#2159736
|
||||||
|
Loading…
Reference in New Issue
Block a user