Name: | parted |
---|---|
Version: | 3.2 |
Release: | 39.0.1.el8 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 2268460 |
License: | GPLv3+ |
RPM: | parted-3.2-39.0.1.el8.aarch64.rpm |
Source RPM: | parted-3.2-39.0.1.el8.src.rpm |
Build Date: | Thu Oct 14 2021 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/parted |
Summary: | The GNU disk partition manipulation program |
Description: | The GNU Parted program allows you to create, destroy, resize, move, and copy hard disk partitions. Parted can be used for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. |
- Fix potential command line buffer overflow (xu.simon@oracle.com) [Orabug: 25749760]
- tests: Add a test for resizepart on a busy partition (bcl) Related: rhbz#1861804 - parted: Preserve resizepart End when prompted for busy partition (bcl) Resolves: rhbz#1861804 - Fix end_input usage in do_resizepart (bcl) Related: rhbz#1861804 - tests: Test incomplete resizepart command (bcl) Related: rhbz#1861804 - Fix resizepart iec unit end sector (psusi) Related: rhbz#1861804 - libparted: Fix endian bug in bsd.c (AWilcox) Resolves: rhbz#1980105
- libparted: Re-enabled virtio-attached DASD heuristics on s390 Resolves: rhbz#1750663
- Add CI tests Resolves: rhbz#1653912 - t6000-dm: Stop using private lvm root Related: rhbz#1653912
- Fix strncpy fix, always add NULL terminator Resolves: rhbz#1615635
- Use python3-devel in buildroot Resolves: rhbz#1615576 - linux.c: Use sys/sysmacros.h for major/minor Resolves: rhbz#1615592
- Fix the length of several strncpy calls (bcl) Related: rhbz#1602652 - parted.c: Always free peek_word (bcl) Related: rhbz#1602652 - parted.c: Make sure dev_name is freed (bcl) Related: rhbz#1602652 - t6100-mdraid-partitions: Use v0.90 metadata for the test (bcl) - Fix msdos-overlap to work correctly with py2 or py3 (bcl) Related: rhbz#1595810
- Switch gpt-header-move and msdos-overlap to python3 (bcl) Resolves: rhbz#1595810 - Modify gpt-header-move and msdos-overlap to work with py2 or py3 (bcl) Related: rhbz#1595810
- Switch to using gpg2 for signature check Resolves: rhbz#1566029
- Add gcc BuildRequires for future minimal buildroot support - Remove %clean section