Thu, 02 May 2024 06:18:48 UTC | login

Information for build parted-3.5-2.el9sbase_901

ID46788
Package Nameparted
Version3.5
Release2.el9sbase_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/parted#487e5ad94c8ae8e8318aff5ec900f06a4ae375da
SummaryThe GNU disk partition manipulation program
DescriptionThe 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.
Built bytdawson
State complete
Volume DEFAULT
StartedWed, 14 Jun 2023 21:59:41 UTC
CompletedWed, 14 Jun 2023 22:10:57 UTC
Taskbuild (isa9s-packages-baseline-el9sbase, /redhat/centos-stream/rpms/parted:487e5ad94c8ae8e8318aff5ec900f06a4ae375da)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/parted#487e5ad94c8ae8e8318aff5ec900f06a4ae375da'}}
Tags
isa9s-packages-baseline-candidate
isa9s-packages-baseline-testing
RPMs
src
parted-3.5-2.el9sbase_901.src.rpm (info) (download)
x86_64
parted-3.5-2.el9sbase_901.x86_64.rpm (info) (download)
parted-devel-3.5-2.el9sbase_901.x86_64.rpm (info) (download)
parted-debuginfo-3.5-2.el9sbase_901.x86_64.rpm (info) (download)
parted-debugsource-3.5-2.el9sbase_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * Tue Aug 09 2022 Brian C. Lane <bcl@redhat.com> - 3.5-2 - Fix ped_partition_set_system handling of existing flags Resolves: rhbz#2116505 * Fri May 27 2022 Brian C. Lane <bcl@redhat.com> - 3.5-1 - Rebase to upstream release 3.5 - Drop patches included in new upstream tar - Add upstream patches for new type command - Add upstream patch for swap flag on DASD Resolves: rhbz#1999333 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.4-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Tue Jun 15 2021 Brian C. Lane <bcl@redhat.com> - 3.4-5 - Install to /usr/sbin and /usr/lib64 Resolves: rhbz#1972346 * Thu Jun 10 2021 Brian C. Lane <bcl@redhat.com> - 3.4-4 - Fix issues that covscan classifies as important Resolves: rhbz#1938836 - Work around a mkswap bug * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.4-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Feb 03 2021 Brian C. Lane <bcl@redhat.com> - 3.4-2 - Add --fix support from upstream * Wed Jan 27 2021 Brian C. Lane <bcl@redhat.com> - 3.4-1 - New stable upstream release v3.4 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.52-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Dec 14 2020 Brian C. Lane <bcl@redhat.com> - 3.3.52-1 - New upstream ALPHA release v3.3.52 - Includes all patches * Mon Nov 30 2020 Brian C. Lane <bcl@redhat.com> - 3.3-8 - Add upstream commits to fix various gcc 10 warnings (bcl) * Thu Nov 05 2020 Brian C. Lane <bcl@redhat.com> - 3.3-7 - Do not link to libselinux * Fri Sep 25 2020 Brian C. Lane <bcl@redhat.com> - 3.3-6 - tests: Add a test for resizepart on a busy partition (bcl) - parted: Preserve resizepart End when prompted for busy partition (bcl) - tests: Add f2fs to the fs probe test (romain.perier) - Add support for the F2FS filesystem (romain.perier) - Removed reference to ped_file_system_create (max)