Add root encryption passphrase check to Calamares

This commit is contained in:
Nicolas Ontiveros 2020-09-04 16:25:09 -07:00
parent 8ab7b1a2fb
commit 1d72d29a6e
2 changed files with 7 additions and 4 deletions

View File

@ -7,7 +7,7 @@
"calamares-auto_it.ts": "16c666c68dfd16ecbf45e07312f435859a66f689faa6e751c08f15ef9cfd7a7e",
"calamares-finished-1.1.0.tar.gz": "d2b0f03989c33521e3e3e1b24e2d2ad99e98b9f058097bf8c278520feac4f428",
"calamares-license-1.1.0.tar.gz": "01f497ce6f6eeda2d9e9dc9c9ddd8c85e239d53bc6290904562045c9d3a79dcb",
"calamares-partition-1.1.0.tar.gz": "6a278339c7d57c3735dcc391843e036cfb939c62663842dc812288caf746e4aa",
"calamares-partition-1.1.1.tar.gz": "694c1f4d39df9359826ee61787e137bfa5a01747686bd2fbfad5b2a263943f08",
"calamares-users-1.1.0.tar.gz": "ae6cabb21bce0e62ad895f27c8cc5a1ee91375ff3ac4c2c01e250ac934c68cd6",
"calamares-welcome-1.1.0.tar.gz": "4c504047d4bec3fc899e12cecccf134b66ff22a73d7eec718c8128db01a3113e",
"license.conf": "47b82c94103300158821d6f519da994656cc79dfb7456ed056da4c8b41be279e",

View File

@ -8,7 +8,7 @@
Name: calamares
Version: 3.2.11
Release: 35%{?dist}
Release: 36%{?dist}
Summary: Installer from a live CD/DVD/USB to disk
Vendor: Microsoft Corporation
Distribution: Mariner
@ -21,7 +21,7 @@ Source0: https://github.com/calamares/calamares/releases/download/v%{vers
Source1: calamares-users-1.1.0.tar.gz
Source2: calamares-finished-1.1.0.tar.gz
Source3: calamares-welcome-1.1.0.tar.gz
Source4: calamares-partition-1.1.0.tar.gz
Source4: calamares-partition-1.1.1.tar.gz
Source5: calamares-license-1.1.0.tar.gz
# Source20..39 - configuration files
@ -234,11 +234,14 @@ install -p -m 644 %{SOURCE53} %{buildroot}%{_sysconfdir}/calamares/mariner-eula
%{_libdir}/cmake/Calamares/
%changelog
* Fri Sep 04 2020 Nicolas Ontiveros <niontive@microsoft.com> 3.2.11-36
- Add dictionary check for root encryption passphrase.
* Wed Sep 2 2020 Jon Slobodzian <joslobo@microsoft.com> 3.2.11-35
- Replaced temporary placeholder logo and images
* Wed Jul 29 2020 Mateusz Malisz <mamalisz@microsoft.com> 3.2.11-34
- Update component tarballs to 1.1.0 version.
- Update component tarballs to 1.1.0 version.+
* Wed Jul 01 2020 Andrew Phelps <anphel@microsoft.com> 3.2.11-33
- Wait for installation to complete.