forked from rpms/python-blivet
		
	New version 3.1.0
- Allow configuring default LUKS2 PBKDF arguments using luks_data (vtrefny) - Fix the populate_kickstart method in LUKS (vtrefny) - Allow specifying extra arguments for PBKDF when creating LUKS2 (vtrefny) - Add support for LUKS2 to DeviceFactory (vtrefny) - DeviceFactory: use min_luks_entropy from kwargs (vtrefny) - Fix passing 'min_luks_entropy' when creating LUKS format (vtrefny) - Use passphrase/key file when resizing LUKS2 format (vtrefny) - Require libblockdev 2.17 (vtrefny) - Add support for LUKS2 format (vtrefny) - Add initial support for DM Integrity "format" (vtrefny) - Do not try to add LUKSDevice in LUKSFormatPopulator (vtrefny) - Add support for dm-integrity devices (vtrefny) - Fixed various issues preventing successful build (japokorn)
This commit is contained in:
		
							parent
							
								
									081f1a3be9
								
							
						
					
					
						commit
						072395273a
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -109,3 +109,4 @@ | ||||
| /blivet-3.0.0.b1.tar.gz | ||||
| /blivet-3.1.0.b1.tar.gz | ||||
| /blivet-3.1.0.b2.tar.gz | ||||
| /blivet-3.1.0.tar.gz | ||||
|  | ||||
| @ -21,9 +21,9 @@ Name: python-blivet | ||||
| Url: https://storageapis.wordpress.com/projects/blivet | ||||
| Version: 3.1.0 | ||||
| 
 | ||||
| %global prerelease .b2 | ||||
| #%%global prerelease .b2 | ||||
| # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 | ||||
| Release: 0.5%{?prerelease}%{?dist} | ||||
| Release: 1%{?prerelease}%{?dist} | ||||
| Epoch: 1 | ||||
| License: LGPLv2+ | ||||
| Group: System Environment/Libraries | ||||
| @ -37,7 +37,7 @@ Patch0: 0001-force-lvm-plugin.patch | ||||
| %global partedver 1.8.1 | ||||
| %global pypartedver 3.10.4 | ||||
| %global utillinuxver 2.15.1 | ||||
| %global libblockdevver 2.6 | ||||
| %global libblockdevver 2.19 | ||||
| %global libbytesizever 0.3 | ||||
| %global pyudevver 0.18 | ||||
| 
 | ||||
| @ -191,6 +191,21 @@ configuration. | ||||
| %endif | ||||
| 
 | ||||
| %changelog | ||||
| * Mon Aug 13 2018 Vojtech Trefny <vtrefny@redhat.com> - 3.1.0-1 | ||||
| - Allow configuring default LUKS2 PBKDF arguments using luks_data (vtrefny) | ||||
| - Fix the populate_kickstart method in LUKS (vtrefny) | ||||
| - Allow specifying extra arguments for PBKDF when creating LUKS2 (vtrefny) | ||||
| - Add support for LUKS2 to DeviceFactory (vtrefny) | ||||
| - DeviceFactory: use min_luks_entropy from kwargs (vtrefny) | ||||
| - Fix passing 'min_luks_entropy' when creating LUKS format (vtrefny) | ||||
| - Use passphrase/key file when resizing LUKS2 format (vtrefny) | ||||
| - Require libblockdev 2.17 (vtrefny) | ||||
| - Add support for LUKS2 format (vtrefny) | ||||
| - Add initial support for DM Integrity "format" (vtrefny) | ||||
| - Do not try to add LUKSDevice in LUKSFormatPopulator (vtrefny) | ||||
| - Add support for dm-integrity devices (vtrefny) | ||||
| - Fixed various issues preventing successful build (japokorn) | ||||
| 
 | ||||
| * Thu Aug  2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 3.1.0-0.5.b2 | ||||
| - Bump release to fix upgrade path | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										2
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								sources
									
									
									
									
									
								
							| @ -1 +1 @@ | ||||
| SHA512 (blivet-3.1.0.b2.tar.gz) = a9e24b3be6961d7f27a43ebc3ab41629065969bda5b7f1f33c5c47441cd268f181e3459ffbdfee7af6ee71d9b8d3e2f130cff0ceb88c5bd861c57bded406a3e4 | ||||
| SHA512 (blivet-3.1.0.tar.gz) = cee3ba770514f6168d78cfa0c6f0205149e4be14203bec6c8c2a2b66d44bdbceaff5bf44ba2bcb7799eddfa54bab16692a7d04f2665caf4b6a4d1a317cad2686 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user