Tue, 26 Nov 2024 12:23:37 CST | login

Information for build parted-3.5-2.el9

ID23648
Package Nameparted
Version3.5
Release2.el9
Epoch
DraftFalse
Sourcegit+https://git.cclinux.org/stage/rpms/parted.git#a68d4a3b4cae4376d14a703a9d6545233f466193
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 bydistrobuild
State complete
Volume DEFAULT
StartedSat, 26 Nov 2022 16:14:56 CST
CompletedSat, 26 Nov 2022 16:33:08 CST
Taskbuild (dist-circle9, /stage/rpms/parted.git:a68d4a3b4cae4376d14a703a9d6545233f466193)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/parted.git?#a68d4a3b4cae4376d14a703a9d6545233f466193'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
parted-3.5-2.el9.src.rpm (info) (download)
aarch64
parted-3.5-2.el9.aarch64.rpm (info) (download)
parted-devel-3.5-2.el9.aarch64.rpm (info) (download)
parted-debuginfo-3.5-2.el9.aarch64.rpm (info) (download)
parted-debugsource-3.5-2.el9.aarch64.rpm (info) (download)
i686
parted-3.5-2.el9.i686.rpm (info) (download)
parted-devel-3.5-2.el9.i686.rpm (info) (download)
parted-debuginfo-3.5-2.el9.i686.rpm (info) (download)
parted-debugsource-3.5-2.el9.i686.rpm (info) (download)
ppc64le
parted-3.5-2.el9.ppc64le.rpm (info) (download)
parted-devel-3.5-2.el9.ppc64le.rpm (info) (download)
parted-debuginfo-3.5-2.el9.ppc64le.rpm (info) (download)
parted-debugsource-3.5-2.el9.ppc64le.rpm (info) (download)
s390x
parted-3.5-2.el9.s390x.rpm (info) (download)
parted-devel-3.5-2.el9.s390x.rpm (info) (download)
parted-debuginfo-3.5-2.el9.s390x.rpm (info) (download)
parted-debugsource-3.5-2.el9.s390x.rpm (info) (download)
x86_64
parted-3.5-2.el9.x86_64.rpm (info) (download)
parted-devel-3.5-2.el9.x86_64.rpm (info) (download)
parted-debuginfo-3.5-2.el9.x86_64.rpm (info) (download)
parted-debugsource-3.5-2.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.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)