forked from rpms/python-blivet
		
	New version 3.2.1
- Correctly recognize EFI format on an MD RAID device (#1695913) - Do not set empty name instead of invalid one in devicefactory (#1813710) - Fix crash for devices without ID_PATH udev property (#1814920) - Allow for reserved vg space and a growable thin pool. (#1783946) - Fix name resolution for md member partitions. (#1798792)
This commit is contained in:
		
							parent
							
								
									6523462fbd
								
							
						
					
					
						commit
						691753c794
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -121,3 +121,5 @@ | ||||
| /blivet-3.1.6-tests.tar.gz | ||||
| /blivet-3.2.0-tests.tar.gz | ||||
| /blivet-3.2.0.tar.gz | ||||
| /blivet-3.2.1-tests.tar.gz | ||||
| /blivet-3.2.1.tar.gz | ||||
|  | ||||
| @ -19,18 +19,17 @@ | ||||
| Summary:  A python module for system storage configuration | ||||
| Name: python-blivet | ||||
| Url: https://storageapis.wordpress.com/projects/blivet | ||||
| Version: 3.2.0 | ||||
| Version: 3.2.1 | ||||
| 
 | ||||
| #%%global prerelease .b2 | ||||
| # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 | ||||
| Release: 3%{?prerelease}%{?dist} | ||||
| Release: 1%{?prerelease}%{?dist} | ||||
| Epoch: 1 | ||||
| License: LGPLv2+ | ||||
| %global realname blivet | ||||
| %global realversion %{version}%{?prerelease} | ||||
| Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz | ||||
| Source1: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}-tests.tar.gz | ||||
| Patch0: 0001-Fix-name-resolution-for-md-member-partitions.patch | ||||
| 
 | ||||
| # Versions of required components (done so we make sure the buildrequires | ||||
| # match the requires versions of things). | ||||
| @ -192,6 +191,13 @@ configuration. | ||||
| %endif | ||||
| 
 | ||||
| %changelog | ||||
| * Mon Apr 06 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.2.1-1 | ||||
| - Correctly recognize EFI format on an MD RAID device (#1695913) (vtrefny) | ||||
| - Do not set empty name instead of invalid one in devicefactory (#1813710) (vtrefny) | ||||
| - Fix crash for devices without ID_PATH udev property (#1814920) (vtrefny) | ||||
| - Allow for reserved vg space and a growable thin pool. (#1783946) (dlehman) | ||||
| - Fix name resolution for md member partitions. (#1798792) (dlehman) | ||||
| 
 | ||||
| * Wed Mar 11 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.2.0-3 | ||||
| - Fix name resolution for md member partitions. (#1798792) | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										4
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								sources
									
									
									
									
									
								
							| @ -1,2 +1,2 @@ | ||||
| SHA512 (blivet-3.2.0-tests.tar.gz) = 2c026d5f9ad54ce21773ee5ea594b1065987b903e395e80a0e2cc594991616346a76264e5dd9fa3de9ca04d01c42976a0c3cb7605372e262b7fa85831f4afb7a | ||||
| SHA512 (blivet-3.2.0.tar.gz) = dca23909a646dc935bee5432cd66144aa2a56065766b0d032fbba3880e184adb00bcfb7cbec8fb9c501eb0836ffd6de02361633fe33bba558efec12145b422e7 | ||||
| SHA512 (blivet-3.2.1-tests.tar.gz) = f5a6e127efe587603e1daf2c59aa629ee9d84570eb4b3e31c8ad20fd3266bf3056d08bbd814125eac929cce0a28fd3f294c0faabcd2371df8bdb90def74d405a | ||||
| SHA512 (blivet-3.2.1.tar.gz) = 86c61e4ef0792c2241eb4d1e56252d10b0bea17407fea423eeb4ec4bacb24298b0a058b959864b99c9f77e020a8d65dda413c347bc8c9b01f6972d25451f23bf | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user