From 6cbee322f71e7fd1c8a1ea06fb33dffda4cde3c3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:20:52 +0100 Subject: [PATCH] added patch to default to blowfish choice on fist time wizard dialog [release 5.86.0-2mamba;Wed Sep 22 2021] --- ...et-5.86.0-wizard-default-to-blowfish.patch | 22 +++++++++++++++++++ kwallet.spec | 9 ++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 kwallet-5.86.0-wizard-default-to-blowfish.patch diff --git a/kwallet-5.86.0-wizard-default-to-blowfish.patch b/kwallet-5.86.0-wizard-default-to-blowfish.patch new file mode 100644 index 0000000..ae081e1 --- /dev/null +++ b/kwallet-5.86.0-wizard-default-to-blowfish.patch @@ -0,0 +1,22 @@ +--- kwallet-5.86.0/src/runtime/kwalletd/knewwalletdialogintro.ui.orig 2021-09-22 21:50:50.564683712 +0200 ++++ kwallet-5.86.0/src/runtime/kwalletd/knewwalletdialogintro.ui 2021-09-22 21:51:00.889868483 +0200 +@@ -65,6 +65,9 @@ + + Classic, blowfish encrypted file + ++ ++ true ++ + + + +@@ -72,9 +75,6 @@ + + Use GPG encryption, for better protection + +- +- true +- + + + diff --git a/kwallet.spec b/kwallet.spec index 98d0855..7ae71c9 100644 --- a/kwallet.spec +++ b/kwallet.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: kwallet Version: 5.86.0 -Release: 1mamba +Release: 2mamba Summary: Safe desktop-wide storage for passwords Group: System/Libraries Vendor: openmamba @@ -10,10 +10,11 @@ Packager: Silvan Calarco URL: https://kde.org/ Source: http://download.kde.org/stable/frameworks/%{majver}/kwallet-%{version}.tar.xz Patch0: kwallet-5.55.0-kwalletd-legacy-path.patch +Patch1: kwallet-5.86.0-wizard-default-to-blowfish.patch License: GPL ## AUTOBUILDREQ-BEGIN -#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package BuildRequires: glibc-devel +BuildRequires: libX11-devel BuildRequires: libassuan-devel BuildRequires: libgcc BuildRequires: libgcrypt-devel @@ -61,6 +62,7 @@ This package contains libraries and header files for developing applications tha %prep %setup -q #%patch0 -p1 +%patch1 -p1 %build %cmake_kde5 -d build @@ -109,6 +111,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Wed Sep 22 2021 Silvan Calarco 5.86.0-2mamba +- added patch to default to blowfish choice on fist time wizard dialog + * Mon Sep 13 2021 Automatic Build System 5.86.0-1mamba - automatic version update by autodist