Changelog for
parted-debuginfo-3.5-11.fc38.x86_64.rpm :
* Fri Mar 17 2023 Brian C. Lane
- 3.5-11- parted: Fix ending sector location when using kibi IEC suffix (bcl)- tests: Fix formatting and snprintf warnings in tests. (bcl)- ui: Add checks for prompt being NULL (bcl)- strlist: Handle realloc error in wchar_to_str (bcl)- libparted: Fix potential NULL dereference in ped_disk_next_partition (bcl)- filesys: Check for null from close_fn (bcl)
* Tue Feb 07 2023 Brian C. Lane - 3.5-10- libparted: Fix problem with creating 1s partitions- tests: Fixing libparted test framework usage
* Mon Jan 30 2023 Brian C. Lane - 3.5-9- SPDX migration
* Thu Jan 19 2023 Fedora Release Engineering - 3.5-8- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Dec 14 2022 Brian C. Lane - 3.5-7- libparted: Fix handling of msdos partition types- tests: Add a libparted test for ped_partition_set_system on msdos- parted: Add display of GPT UUIDs in JSON output- Add no_automount flag support- increase xfs size to 300M
* Mon Aug 08 2022 Brian C. Lane - 3.5-6- Fix ped_partition_set_system handling of existing flags
* Thu Aug 04 2022 Brian C. Lane - 3.5-5- Update enum patch description for upstream
* Fri Jul 22 2022 Fedora Release Engineering - 3.5-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 20 2022 Adam Williamson - 3.5-3- Set _FIRST_ and _LAST_ macro values directly
* Tue May 17 2022 Brian C. Lane - 3.5-2- tests: t3200-type-change now passes (bcl)- parted: Reset the filesystem type when changing the id/uuid (bcl)- libparted: add swap flag for DASD label (aschnell)- parted: add type command (aschnell)- maint: post-release administrivia (bcl)
* Mon Apr 18 2022 Brian C. Lane - 3.5-1- Upstream 3.5 stable release
* Wed Mar 30 2022 Brian C. Lane - 3.4.64-1- Upstream 3.4.64 Alpha release- Dropped all patches included in new upstream release- Bumped minor version on libparted.so and libparted-fs-resize.so
* Thu Feb 17 2022 Brian C. Lane - 3.4-12- gnulib: Use newer cdefs.h from gnulib (bcl)- Update parted.spec to allow flatpak builds
* Thu Jan 20 2022 Fedora Release Engineering - 3.4-11- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Oct 06 2021 Brian C. Lane - 3.4-11- docs: Update documentation to be consistent
* Wed Oct 06 2021 Brian C. Lane - 3.4-10- gpt: Revert to filesystem GUID when setting flag to off (bcl)- tests: Add a test to make sure GPT GUIDs default to filesystem (bcl)- doc: Document gpt linux-home flag (bcl)- gpt: Add linux-home flag (aschnell)- gpt: Map PED_PARTITON_ flags to GUID values (aschnell)
* Thu Sep 23 2021 Brian C. Lane - 3.4-9- keep GUID specific attributes (aschnell)- hurd: Implement partition table rereading (cjwatson)- hurd: Support rumpdisk-based device names (samuel.thibault)- hurd: Fix partition paths (cjwatson)
* Wed Aug 25 2021 Brian C. Lane - 3.4-8- parted: Add --json cmdline switch to output JSON (aschnell)- parted: Allow empty string for partition name (aschnell)- libparted: Check devpath before passing to strlen (bcl)
* Tue Aug 10 2021 Brian C. Lane - 3.4-7- libparted: Tell libdevmapper to retry remove when BUSY (bcl) Resolves: rhbz#1980697- parted: Escape colons and backslashes in machine output (bcl)- tests: check for vfat kernel support and tools (ross.burton)- tests: add a helper to check the kernel knows about a file system (ross.burton)- tests: add aarch64 and mips64 as a valid 64-bit machines (ross.burton)- libparted: Add swap flag to msdos disklabel (bcl)- Move Exception Option values into enum (bcl)
* Tue Aug 03 2021 Brian C. Lane - 3.4-6- spec: Use the %gpgverify macro for the signature check- tests/t3000: Use mkfs.hfsplus and fsck.hfsplus for resize tests (bcl)- tests/t3000: Check for hfs and vfat support separately (bcl)- tests: Reduce memory usage for tests using scsi_debug module (bcl)- spec: Install to /usr/sbin and /usr/lib64 (bcl)
* Thu Jul 22 2021 Fedora Release Engineering - 3.4-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jun 14 2021 Brian C. Lane - 3.4-4- Fix issues that covscan classifies as important Resolves: rhbz#1938836- Update gpg key for bclAATTredhat.com- Work around a mkswap bug