forked from rpms/python-blivet
		
	New version 3.3.0
- Account for pmspare grow when adjusting thinpool metadata size (vtrefny) - Fix ignoring disk devices with parents or children (vtrefny) - Terminology cleanup, part 3 (vtrefny) - Terminology cleanups, part 2. (dlehman) - Clean up some terminology. (dlehman) - Add tests for udev.device_get_name for RAID devices (vtrefny) - Fix name resolution for MD devices and partitions on them (vtrefny) - Fix reading hidden sysfs attribute (vtrefny) - Add support for specifying sector size for LUKS 2 devices (vtrefny) - Do not ignore unknown/unsupported device mapper devices (vtrefny) - Allow specifying custom hash function for LUKS 2 format (vtrefny) - Ignore devices marked as hidden in sysfs (#1856974) (vtrefny) - Add basic F2FS support (#1794950) (vtrefny) - Make safe_device_name device type specific (vtrefny) - Add exFAT to filesystems we recognize (vtrefny) - Use xfs_db in read-only mode when getting XFS information (vtrefny) - Add support for checking and fixing XFS using xfs_repair (vtrefny) - Ignore zRAM devices in VMBackedTestCase (vtrefny) - Add tests for XFS resize (vtrefny) - Add support for XFS format grow (vtrefny) - Typo fix (vtrefny) - tests: Skip test_reset when running as non-root (vtrefny) - tests: Patch LVM availability functions for some tests (vtrefny) - tests: Patch LVM lvs call for some non-LVM tests (vtrefny) - Do not propagate ped exception from add_partition (vtrefny) - Do not use BlockDev.utils_have_kernel_module to check for modules (vtrefny) - set allowed disk labels for s390x as standard ones (msdos + gpt) plus dasd (dan) - Do not use FSAVAIL and FSUSE%% options when running lsblk (vtrefny) - Rewrite README and add it as a long_description in setup.py (vtrefny) - Round down to nearest MiB value when writing ks parittion info. (sbueno+anaconda) - Add _teardown method to IntegrityDevice (vtrefny) - Fix status for DM Integrity format (#1814005) (vtrefny) - udev: Add function to get list of device's holders (vtrefny) - Add basic support for LVM writecache devices (vtrefny) - Add test for SwapSpace max size (vtrefny) - Do not limit swap to 128 GiB (vtrefny) - Fix possible UnicodeDecodeError when reading model from sysfs (vtrefny) - Add install_requires and classifiers to setup.py (vtrefny) - Import setuptools in setup.py to make bdist_wheel work (vtrefny) - Set device.original_format to the new format in ActionCreateFormat (vtrefny) - Fix resizable property for partitions (vtrefny) - Update TODO. (dlehman) - Ignore pycodestyle warning E741 (vtrefny) - Skip test_mounting for filesystems that are not mountable (vtrefny) - Sync specfile with downstream (japokorn) - Make extended partitions resizable (vtrefny) - Fix LV min size for resize in test_action_dependencies (vtrefny) - Fix checking for filesystem support in action_test (vtrefny) - Add basic support for LVM VDO devices (vtrefny) - Update POT file in the Weblate repo during "make potfile" (vtrefny) - Skip translation canary check if POT file is not available (vtrefny) - Add blivet-weblate repository as a submodule (vtrefny) - Remove Zanata from our build process (vtrefny) - Remove po folder (vtrefny) - More consistent lvm errors (API break) (japokorn) - Added support for device tags (japokorn)
This commit is contained in:
		
							parent
							
								
									acf192e6dd
								
							
						
					
					
						commit
						84bdf1c9f5
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -125,3 +125,5 @@ | ||||
| /blivet-3.2.1.tar.gz | ||||
| /blivet-3.2.2.tar.gz | ||||
| /blivet-3.2.2-tests.tar.gz | ||||
| /blivet-3.3.0.tar.gz | ||||
| /blivet-3.3.0-tests.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.2 | ||||
| Version: 3.3.0 | ||||
| 
 | ||||
| #%%global prerelease .b2 | ||||
| # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 | ||||
| Release: 4%{?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-set-allowed-disk-labels-for-s390x.patch | ||||
| 
 | ||||
| # Versions of required components (done so we make sure the buildrequires | ||||
| # match the requires versions of things). | ||||
| @ -180,18 +179,76 @@ configuration. | ||||
| %if %{with python2} | ||||
| %files -n python2-%{realname} | ||||
| %license COPYING | ||||
| %doc README ChangeLog examples | ||||
| %doc README.md ChangeLog examples | ||||
| %{python2_sitelib}/* | ||||
| %endif | ||||
| 
 | ||||
| %if %{with python3} | ||||
| %files -n python3-%{realname} | ||||
| %license COPYING | ||||
| %doc README ChangeLog examples | ||||
| %doc README.md ChangeLog examples | ||||
| %{python3_sitelib}/* | ||||
| %endif | ||||
| 
 | ||||
| %changelog | ||||
| * Thu Aug 20 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.3.0-1 | ||||
| - Account for pmspare grow when adjusting thinpool metadata size (vtrefny) | ||||
| - Fix ignoring disk devices with parents or children (vtrefny) | ||||
| - Terminology cleanup, part 3 (vtrefny) | ||||
| - Terminology cleanups, part 2. (dlehman) | ||||
| - Clean up some terminology. (dlehman) | ||||
| - Add tests for udev.device_get_name for RAID devices (vtrefny) | ||||
| - Fix name resolution for MD devices and partitions on them (vtrefny) | ||||
| - Fix reading hidden sysfs attribute (vtrefny) | ||||
| - Add support for specifying sector size for LUKS 2 devices (vtrefny) | ||||
| - Do not ignore unknown/unsupported device mapper devices (vtrefny) | ||||
| - Allow specifying custom hash function for LUKS 2 format (vtrefny) | ||||
| - Ignore devices marked as hidden in sysfs (#1856974) (vtrefny) | ||||
| - Add basic F2FS support (#1794950) (vtrefny) | ||||
| - Make safe_device_name device type specific (vtrefny) | ||||
| - Add exFAT to filesystems we recognize (vtrefny) | ||||
| - Use xfs_db in read-only mode when getting XFS information (vtrefny) | ||||
| - Add support for checking and fixing XFS using xfs_repair (vtrefny) | ||||
| - Ignore zRAM devices in VMBackedTestCase (vtrefny) | ||||
| - Add tests for XFS resize (vtrefny) | ||||
| - Add support for XFS format grow (vtrefny) | ||||
| - Typo fix (vtrefny) | ||||
| - tests: Skip test_reset when running as non-root (vtrefny) | ||||
| - tests: Patch LVM availability functions for some tests (vtrefny) | ||||
| - tests: Patch LVM lvs call for some non-LVM tests (vtrefny) | ||||
| - Do not propagate ped exception from add_partition (vtrefny) | ||||
| - Do not use BlockDev.utils_have_kernel_module to check for modules (vtrefny) | ||||
| - set allowed disk labels for s390x as standard ones (msdos + gpt) plus dasd (dan) | ||||
| - Do not use FSAVAIL and FSUSE%% options when running lsblk (vtrefny) | ||||
| - Rewrite README and add it as a long_description in setup.py (vtrefny) | ||||
| - Round down to nearest MiB value when writing ks parittion info. (sbueno+anaconda) | ||||
| - Add _teardown method to IntegrityDevice (vtrefny) | ||||
| - Fix status for DM Integrity format (#1814005) (vtrefny) | ||||
| - udev: Add function to get list of device's holders (vtrefny) | ||||
| - Add basic support for LVM writecache devices (vtrefny) | ||||
| - Add test for SwapSpace max size (vtrefny) | ||||
| - Do not limit swap to 128 GiB (vtrefny) | ||||
| - Fix possible UnicodeDecodeError when reading model from sysfs (vtrefny) | ||||
| - Add install_requires and classifiers to setup.py (vtrefny) | ||||
| - Import setuptools in setup.py to make bdist_wheel work (vtrefny) | ||||
| - Set device.original_format to the new format in ActionCreateFormat (vtrefny) | ||||
| - Fix resizable property for partitions (vtrefny) | ||||
| - Update TODO. (dlehman) | ||||
| - Ignore pycodestyle warning E741 (vtrefny) | ||||
| - Skip test_mounting for filesystems that are not mountable (vtrefny) | ||||
| - Sync specfile with downstream (japokorn) | ||||
| - Make extended partitions resizable (vtrefny) | ||||
| - Fix LV min size for resize in test_action_dependencies (vtrefny) | ||||
| - Fix checking for filesystem support in action_test (vtrefny) | ||||
| - Add basic support for LVM VDO devices (vtrefny) | ||||
| - Update POT file in the Weblate repo during "make potfile" (vtrefny) | ||||
| - Skip translation canary check if POT file is not available (vtrefny) | ||||
| - Add blivet-weblate repository as a submodule (vtrefny) | ||||
| - Remove Zanata from our build process (vtrefny) | ||||
| - Remove po folder (vtrefny) | ||||
| - More consistent lvm errors (API break) (japokorn) | ||||
| - Added support for device tags (japokorn) | ||||
| 
 | ||||
| * Wed Jul 29 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.2.2-4 | ||||
| - set allowed disk labels for s390x as standard ones (msdos + gpt) plus dasd | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										4
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								sources
									
									
									
									
									
								
							| @ -1,2 +1,2 @@ | ||||
| SHA512 (blivet-3.2.2.tar.gz) = 6eebec62dae55c888156ce4de3285cc23a7fd6f41e8c2e7a951c172d35aa4e7a1450586f21173186db4eaa7876e42da9608e304f11496fd21b6ba64e15118a3e | ||||
| SHA512 (blivet-3.2.2-tests.tar.gz) = 1c8e43139e17eff5e944718ffb3b5235492352e2f5c421b56dfdcce29f29c1aeef0fbfc13d54962198617de308c60e7e894d0954b66ffef8da3e5f8a969ac6c7 | ||||
| SHA512 (blivet-3.3.0.tar.gz) = 2e628c88e3a5872bd9db0aebb9fbc9a2db88ff7dfaf044e8df12936254d3dc3a723994579cbff98e1c300cd266a3ac223289217b67f6e749621041137ba4a50e | ||||
| SHA512 (blivet-3.3.0-tests.tar.gz) = d68c5b536f4c1f9bbaf0bc5d11e9eb2df05df0b68497fd22798aabdcc2709e7e0c572f4726510b317ee062c90bfaf3dbacb03c4830d3099df942bcc91771021a | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user