forked from rpms/python-blivet
		
	New version 3.1.2
- Fix reading LV attributes in LVMVolumeGroupDevice.status (vtrefny)
- Do not try to login to iBFTs with active session (vtrefny)
- Fix xfs sync of chrooted mountpoint. (dlehman)
- Only update sysfs path in ctor for active devices. (dlehman)
- Fix new pep8/pycodestyle warnings (vtrefny)
- Ignore PEP8 W504 warning ("line break after binary operator") (vtrefny)
- pylint: Allow loading all C extensions (vtrefny)
- Use 'pycodestyle' instead of 'pep8' (vtrefny)
- Fix failing populator test without nvdimm plugin (vtrefny)
- Add 'srpm' and 'rpm' targets to Makefile for building (S)RPMs (vtrefny)
- Fix crash on reset on systems without nvdimm plugin (vtrefny)
- Use the size info of internal LVs when getting space usage for existing LVs (v.podzimek)
- Calculate the number of RAID PVs from the origin for cached LVs (v.podzimek)
- Make raid_level a property of an LV object (v.podzimek)
- Add a test for DeviceTree.get_related_disks. (dlehman)
- Fix ixgbe/bnx2fc fcoe disk detection (#1651506) (rvykydal)
- Use RAID name for partitions on an MD array (vtrefny)
- Move btrfs name validation to devicelibs (vtrefny)
- Don't try to set selinux context for nodev or vfat file systems. (dlehman)
- Only try to set selinux context for lost+found on ext file systems. (dlehman)
- Wipe all stale metadata after creating md array. (#1639682) (dlehman)
- Don't try to update sysfs path for non-block devices. (#1579375) (dlehman)
- Don't raise errors without messages (vponcova)
- Install ndctl when NVDIMMs are used. (dlehman)
- Deactivate incomplete VGs along with everything else. (dlehman)
- Work around udev timing issues. (dlehman)
- Fix options for ISCSI functions (#1632656) (vtrefny)
- Use format.status when checking for PV status (vtrefny)
- Remove Anaconda flags (vponcova)
- Remove square brackets when matching internal LVs (v.podzimek)
			
			
This commit is contained in:
		
							parent
							
								
									bb102032d3
								
							
						
					
					
						commit
						8852207d9c
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -111,3 +111,4 @@ | ||||
| /blivet-3.1.0.b2.tar.gz | ||||
| /blivet-3.1.0.tar.gz | ||||
| /blivet-3.1.1.tar.gz | ||||
| /blivet-3.1.2.tar.gz | ||||
|  | ||||
| @ -19,11 +19,11 @@ | ||||
| Summary:  A python module for system storage configuration | ||||
| Name: python-blivet | ||||
| Url: https://storageapis.wordpress.com/projects/blivet | ||||
| Version: 3.1.1 | ||||
| Version: 3.1.2 | ||||
| 
 | ||||
| #%%global prerelease .b2 | ||||
| # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 | ||||
| Release: 2%{?prerelease}%{?dist} | ||||
| Release: 1%{?prerelease}%{?dist} | ||||
| Epoch: 1 | ||||
| License: LGPLv2+ | ||||
| Group: System Environment/Libraries | ||||
| @ -31,7 +31,6 @@ Group: System Environment/Libraries | ||||
| %global realversion %{version}%{?prerelease} | ||||
| Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz | ||||
| Patch0: 0001-force-lvm-plugin.patch | ||||
| Patch1: 0002-Fix-options-for-ISCSI-functions-1632656.patch | ||||
| 
 | ||||
| # Versions of required components (done so we make sure the buildrequires | ||||
| # match the requires versions of things). | ||||
| @ -192,6 +191,38 @@ configuration. | ||||
| %endif | ||||
| 
 | ||||
| %changelog | ||||
| * Wed Dec 12 2018 Vojtech Trefny <vtrefny@redhat.com> - 3.1.2-1 | ||||
| - Fix reading LV attributes in LVMVolumeGroupDevice.status (vtrefny) | ||||
| - Do not try to login to iBFTs with active session (vtrefny) | ||||
| - Fix xfs sync of chrooted mountpoint. (dlehman) | ||||
| - Only update sysfs path in ctor for active devices. (dlehman) | ||||
| - Fix new pep8/pycodestyle warnings (vtrefny) | ||||
| - Ignore PEP8 W504 warning ("line break after binary operator") (vtrefny) | ||||
| - pylint: Allow loading all C extensions (vtrefny) | ||||
| - Use 'pycodestyle' instead of 'pep8' (vtrefny) | ||||
| - Fix failing populator test without nvdimm plugin (vtrefny) | ||||
| - Add 'srpm' and 'rpm' targets to Makefile for building (S)RPMs (vtrefny) | ||||
| - Fix crash on reset on systems without nvdimm plugin (vtrefny) | ||||
| - Use the size info of internal LVs when getting space usage for existing LVs (v.podzimek) | ||||
| - Calculate the number of RAID PVs from the origin for cached LVs (v.podzimek) | ||||
| - Make raid_level a property of an LV object (v.podzimek) | ||||
| - Add a test for DeviceTree.get_related_disks. (dlehman) | ||||
| - Fix ixgbe/bnx2fc fcoe disk detection (#1651506) (rvykydal) | ||||
| - Use RAID name for partitions on an MD array (vtrefny) | ||||
| - Move btrfs name validation to devicelibs (vtrefny) | ||||
| - Don't try to set selinux context for nodev or vfat file systems. (dlehman) | ||||
| - Only try to set selinux context for lost+found on ext file systems. (dlehman) | ||||
| - Wipe all stale metadata after creating md array. (#1639682) (dlehman) | ||||
| - Don't try to update sysfs path for non-block devices. (#1579375) (dlehman) | ||||
| - Don't raise errors without messages (vponcova) | ||||
| - Install ndctl when NVDIMMs are used. (dlehman) | ||||
| - Deactivate incomplete VGs along with everything else. (dlehman) | ||||
| - Work around udev timing issues. (dlehman) | ||||
| - Fix options for ISCSI functions (#1632656) (vtrefny) | ||||
| - Use format.status when checking for PV status (vtrefny) | ||||
| - Remove Anaconda flags (vponcova) | ||||
| - Remove square brackets when matching internal LVs (v.podzimek) | ||||
| 
 | ||||
| * Mon Oct 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 3.1.1-2 | ||||
| - Fix options for ISCSI functions (#1632656) (vtrefny) | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										2
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								sources
									
									
									
									
									
								
							| @ -1 +1 @@ | ||||
| SHA512 (blivet-3.1.1.tar.gz) = 317464ec3a4da93bc3dbd2fd26fb69e509cd044b137546c0f5783fc3ae17ec29d9e5ea9b0feb743b2004e68b534a312c5ca70080e135e9e556101314542915a4 | ||||
| SHA512 (blivet-3.1.2.tar.gz) = 338f477866b26f8cafc6dc23eb4fb3f6ec5e04281d2d61cc17370c0e51e7a8bedc03621ebf7a6b61b42dcf79220727a5bb454ac35b1a662e1584f49c88720365 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user