Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: parted-devel | Distribution: openSUSE:Leap:15.2:PowerPC / ports |
Version: 3.2 | Vendor: openSUSE |
Release: lp152.11.2 | Build date: Sat May 16 11:24:44 2020 |
Group: Development/Libraries/C and C++ | Build host: obs-power8-01 |
Size: 89285 | Source RPM: parted-3.2-lp152.11.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.gnu.org/software/parted/ | |
Summary: Parted Include Files and Libraries necessary for Development |
This package contains all necessary include files and libraries needed to develop applications that require these.
GPL-3.0-or-later
* Wed Apr 08 2020 Anna Maresova <anicka@suse.com> - fix null pointer dereference (bsc#1168756) - change: parted-print-max-partitions-for-yast.patch * Wed Mar 25 2020 Anna Maresova <anicka@suse.com> - print maximum number of partitions for yast (bsc#1161783) - add: parted-print-max-partitions-for-yast.patch * Thu Feb 27 2020 Anna Maresova <anicka@suse.com> - make parted work with pmemXs devices (bsc#1164260) * Wed Jul 10 2019 Anna Maresova <anicka@suse.com> - changed: parted-fix-crash-due-to-improper-partition-number-in.patch Changed the patch to behave in the same way like before last change for numbers with leading zeroes. * Mon Jul 01 2019 Anna Maresova <anicka@suse.com> - port fixes for various bugs from upstream (bsc#1136245) - add: libparted-dasd-correct-the-offset-where-the-first-pa.patch 4126d02, correct the offset where the first partition begins. This patch implements libparted-dasd-do-not-use-first-tracks.patch - remove: libparted-dasd-do-not-use-first-tracks.patch - add: parted-fix-crash-due-to-improper-partition-number-in.patch 149f009, fix crash due to improper partition number input, changed call to strtol, use base 0 to fit our parted-type.patch - modify: parted-type.patch (removed ui.c part) - add: parted-check-the-name-of-partition-first-when-to-nam.patch d7a2ff1, check the name of partition first when to name a partition - add: libparted-dasd-add-test-cases-for-the-new-fdasd-func.patch c11f5c0, 571e078, add test cases for the new fdasd functions - add: libparted-dasd-add-an-exception-for-changing-DASD-LD.patch ee2c0c2, add an exception for changing DASD-LDL partition table - add: libpartd-dasd-improve-flag-processing-for-DASD-LDL.patch 1545d6d, improve flag processing for DASD-LDL - add: clean-the-disk-information-when-commands-fail-in-int.patch 5a61f15, clean the disk information when commands fail in interactive mode - add: parted-ui-remove-unneccesary-information-of-command.patch 0b7946a, remove unneccesary information of command line - add: parted-fix-wrong-error-label-jump-in-mkpart.patch af150f6, fix wrong error label jump in mkpart - refresh: libparted-dasd-unify-vtoc-handling-for-cdl-ldl.patch 4f25d54, unify vtoc handling for cdl/ldl - refresh: libparted-dasd-update-and-improve-fdasd-functions.patch db37c8c, update and improve fdasd functions - refresh: libparted-dasd-add-new-fdasd-functions.patch b9e1281, add new fdasd functions * Wed Aug 01 2018 sparschauer@suse.de - libparted: Include <sys/sysmacros.h> for major() macro with glibc >= 2.27 - add: libparted-sysmacros.patch * Thu May 24 2018 kukuk@suse.de - Use %license instead of %doc [bsc#1082318] * Tue Feb 20 2018 sparschauer@suse.de - libparted: Canonicalize /dev/md/ paths (bsc#1078820) - add: libparted-canonicalize-dev-md-paths.patch - add: tests-add-helper-require_swap_.patch - add: tests-add-dev-md-check-to-t6100.patch * Mon Feb 19 2018 sparschauer@suse.de - libparted: Fix partition device naming for all devices (bsc#1078820, bsc#1081547) - The "_part%d" suffix which has been used for SLE10 compatibility is wrong now as the kernel does not use that any more and uses "p%d" instead. - amend: libparted-partition-naming.patch - refresh: libparted-fix-nvme-partition-naming.patch - refresh: libparted-fix-NVDIMM-partition-naming.patch * Fri Jan 26 2018 sparschauer@suse.de - libparted: dasd: Use BLKRRPART only when needed (bsc#1065197, bsc#1067435) - add: libparted-use-BLKRRPART-only-when-needed.patch * Fri Dec 22 2017 sparschauer@suse.de - Amend patch headers (no functional change) * Tue Dec 19 2017 sparschauer@suse.de - fatresize: Fix getting the device name from partition name (boo#959181) - add: fatresize-fix-getting-dev-name.patch * Tue Nov 21 2017 sebastian.parschauer@suse.com - Fix the resizepart and rm command (bsc#1058667) - fix asking for the partition end for resizepart in interactive mode when the partition is busy - allow resizepart shrinking and rm of busy partitions in script mode by adding the --ignore-busy option - allow growing busy partitions in script mode by default - print a warning when shrinking a non-busy partition in script mode - fix help text printing of long options without short option - remove: parted-do-not-warn-when-shrinking-in-script-mode.patch - add: parted-add-ignore-busy-option.patch - add: parted-fix-resizepart-and-rm-command.patch * Mon Nov 13 2017 sparschauer@suse.de - Escape printed device path in machine mode (bsc#1066467) - add: parted-escape-printed-device-path.patch * Mon Oct 23 2017 sparschauer@suse.de - Add support for NVDIMM devices (bsc#1064446) - add: libparted-Add-support-for-NVDIMM-devices.patch - add: libparted-fix-NVDIMM-partition-naming.patch) * Wed Sep 20 2017 sparschauer@suse.de - Prepare to fix the resizepart command (bsc#1058667) - add: libparted-BLKPG_RESIZE_PARTITION-uses-bytes.patch - add: libparted-fix-udev-cookie-leak.patch - add: tests-check-extended-partition-length.patch * Wed Sep 13 2017 sparschauer@suse.de - Make SUSE parted pass all tests in upstream test suite - add: tests-set-optimal-blocks-for-scsi_debug.patch - add: tests-increase-scsi_debug-tmo.patch - add: tests-use-wait_for_dev_to_-functions.patch - add: tests-wait_for_-loop.patch - add: tests-update-t0220-t0280-for-swap-flag.patch - add: tests-adapt-to-SUSE.patch * Wed Sep 13 2017 sparschauer@suse.de - Fix partition naming for dm devices not ending in a digit and also fix resizing of dm partitions (bsc#1056508) - amend: libparted-partition-naming.patch * Thu Aug 24 2017 sparschauer@suse.de - Drop using deprecated configure option "--disable-Werror" - Drop (SUSE specific) support for hybrid pMBR (gpt_sync_mbr label) (fate#317849, bsc#1041322) - remove: parted-gpt-mbr-sync.patch - remove: libparted-ppc-prepboot-in-syncmbr.patch - remove: parted-workaround-windows7-gpt-implementation.patch - refresh patches - libparted: Fix starting CHS in protective MBR (bsc#969165) - add: libparted-fix-starting-CHS-in-protective-MBR.patch * Tue Aug 15 2017 sparschauer@suse.de - Fix s390x --wipesignatures regression caused by fate#320525 (bsc#1047031) - amend: parted-implement-wipesignatures-option.patch - refresh: 0002-dasd-enhance-device-probing.patch * Fri Aug 11 2017 sparschauer@suse.de - Amend parsing of empty GPT partition names to require quoted empty strings '""' or "''" (bsc#1023818, boo#1032562) - amend: parted-mkpart-allow-empty-gpt-part-name.patch * Thu Aug 10 2017 sparschauer@suse.de - parted: mkpart: Allow empty string "" for the GPT partition name in script mode (bsc#1023818, boo#1032562) - add: parted-mkpart-allow-empty-gpt-part-name.patch * Thu Jun 15 2017 sparschauer@suse.de - Add a swap flag for dasd/gpt and handle it like gdisk/fdasd (bsc#1044536, fate#314888) - add: parted-mkpart-set-a-swap-flag-if-available.patch - add: libparted-set-swap-flag-on-GPT-partitions.patch - add: libparted-dasd-add-swap-flag-handling-for-DASD-CDL.patch * Wed May 24 2017 sparschauer@suse.de - Fix printing DASD/CDL partition flags "lvm" and "raid" (bsc#1040163, fate#314888) - add: libparted-dasd-improve-lvm-raid-flag-handling.patch * Tue May 16 2017 sparschauer@suse.de - Enhance fdasd detection and probing (bsc#935127, fate#320525) - add: 0001-fdasd-geometry-handling-updated-from-upstream-s390-t.patch - add: 0002-dasd-enhance-device-probing.patch - add: 0003-parted-fix-build-error-on-s390.patch - add: 0004-fdasd.c-Safeguard-against-geometry-misprobing.patch - add: 0005-libparted-Remove-fdasd-geometry-code-from-alloc_meta.patch - refresh: libparted-dasd-update-and-improve-fdasd-functions.patch - refresh: libparted-dasd-add-new-fdasd-functions.patch * Thu May 11 2017 sparschauer@suse.de - Add support for RAM drives for not erasing them when printing their partitions (bsc#1006834) - add: libparted-Add-support-for-RAM-drives.patch * Tue May 02 2017 sparschauer@suse.de - Use latest fdasd/vtoc code base from s390-tools (fate#321531) - add: libparted-dasd-unify-vtoc-handling-for-cdl-ldl.patch - add: libparted-dasd-update-and-improve-fdasd-functions.patch - add: libparted-dasd-add-new-fdasd-functions.patch * Thu Apr 27 2017 sparschauer@suse.de - libparted: Don't warn if the HDIO_GET_IDENTITY ioctl isn't supported (bsc#964012, bsc#1001967) - add: libparted-dont-warn-if-no-HDIO_GET_IDENTITY.patch - Amend patch description: - libparted-open-the-device-RO-and-lazily-switch-to-RW.patch * Tue Aug 09 2016 sparschauer@suse.de - Sync with SLES-12 SP2 for bsc#979275 - amend: libparted-open-the-device-RO-and-lazily-switch-to-RW.patch * Tue Aug 09 2016 sparschauer@suse.de - Correctly flush caches before reading from the device (bsc#989751) - amend: libparted-open-the-device-RO-and-lazily-switch-to-RW.patch - refresh: libparted-Add-support-for-NVMe-devices.patch * Sat Jun 18 2016 jengelh@inai.de - install_info should run in %preun; otherwise the files to operate are gone already. - Drop with-pic: only useful for static libs (which are not built) * Tue Jun 14 2016 puzel@suse.com - Detect NVMe devices and fix the nvme partition naming scheme (bsc#982169) - libparted-Add-support-for-NVMe-devices.patch - libparted-fix-nvme-partition-naming.patch * Thu May 26 2016 puzel@suse.com - Update parted-implement-wipesignatures-option.patch: - Move functionality to libparted (bsc#980834) - libparted: open the device RO and lazily switch to RW only if necessary (bsc#979275) - libparted-open-the-device-RO-and-lazily-switch-to-RW.patch * Wed May 18 2016 puzel@suse.com - implement --wipesignatures option (bsc#943623, fate#319893) - parted-implement-wipesignatures-option.patch * Fri Mar 11 2016 puzel@suse.com - libparted: Use read only when probing devices on linux - libparted-Use-read-only-when-probing-devices-on-linu.patch (bsc#967375) * Thu Sep 10 2015 fvogt@suse.com - Update parted-gpt-mbr-sync.patch to fix bsc#945068 Basically just a copy of gpt_alloc with minor modifications now * Tue May 26 2015 puzel@suse.com - Remove 'udevadm' from Requires; parted no longer calls 'udevadm settle' * Thu May 21 2015 puzel@suse.com - Add note to specfile to remove parted-resize-alias-to-resizepart.patch compatibility patch once bnc#931765 is resolved. * Tue May 05 2015 puzel@suse.com - Do not warn about shrinking a partition if script mode is used (bnc#929189) - add: parted-do-not-warn-when-shrinking-in-script-mode.patch * Wed Feb 11 2015 puzel@suse.com - Update to parted-3.2; Notable changes: - Added new partition type flag, esp, to set the type to 0xEF on MS-DOS. Also aliased to boot on GPT to set the UEFI ESP GUID. - You can now choose to ignore errors about partitions that overlap, or are longer than the disk. This allows you to use parted to repair the problem. - When attempting to manipulate a mounted partition, parted now issues a warning that you can choose to ignore, instead of an error. - When creating a loop label, it automatically comes with a partition using the whole disk. - parted -l no longer lists device-mapper devices other than dmraid whole disks. - Added new Linux-specific partition GUID type code (0FC63DAF-8483-4772-8E79-3D69D8477DE4) for Linux filesystem data on GPT disks. This type code is now assigned as the default partition type code for new partitions holding Linux filesystems. - Added new "msftdata" flag to identify partitions holding NTFS or FAT filesystems on GPT disks. This flag corresponds to a GPT type code of EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 ("Microsoft Basic Data"). Since Linux filesystem partitions formerly used this type code, this flag may optionally be set on Linux partitions to make the partition table type codes match former configurations in case the new Linux filesystem type code causes problems with some utility. Note that this flag cannot be removed from NTFS or FAT partitions within parted except by setting a competing flag, such as "boot" (which sets the type code used by EFI System partitions) or "msftres" (which sets the "Microsoft Reserved" type code). - Many bugfixes (see /usr/share/doc/packages/parted/NEWS) - merge parted-fix-cciss-partition-naming.patch, libparted-fix-mmcblk-partition-name.patch, fix-dm-partition-name.patch into libparted-partition-naming.patch - Add parted-resize-alias-to-resizepart.patch - Add libparted-avoid-libdevice-mapper-warnings.patch - drop patches (in upstream): - fix-error-informing-the-kernel.patch - Fix-help-text-for-disk_-set-toggle.patch - libparted-Avoid-dasd-as-default-disk-type-while-probe.patch - libparted-add-support-for-EAV-DASD-partitions.patch - libparted-add-support-for-implicit-FBA-DASD-partition.patch - libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch - libparted-initialize-dasd-part-type.patch - libparted-mklabel-to-support-EAV-DASD.patch - libparted-mklabel-to-support-EDEV-DASD.patch - parted-Add-Intel-Rapid-Start-Technology-partition.patch - parted-GPT-add-support-for-PReP-GUID.patch - parted-btrfs-support.patch - parted-resize-command.patch - drop do-not-create-dm-nodes.patch: Not needed anymore since parted DM handling has been reworked. - modified more-reliable-informing-the-kernel.patch: No longer call 'udevadm settle' as it was causing issues. - add patches from upstream (post-3.2): - lib-fs-resize-prevent-crash-resizing-FAT16.patch - libparted-device-mapper-uses-512b-sectors.patch - parted-dont-crash-in-disk_set-when-disk-label-not-found.patch - refresh patches * Fri Nov 14 2014 dimstar@opensuse.org - No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.
/usr/include/parted /usr/include/parted/constraint.h /usr/include/parted/debug.h /usr/include/parted/device.h /usr/include/parted/disk.h /usr/include/parted/exception.h /usr/include/parted/filesys.h /usr/include/parted/geom.h /usr/include/parted/natmath.h /usr/include/parted/parted.h /usr/include/parted/timer.h /usr/include/parted/unit.h /usr/lib64/libparted-fs-resize.so /usr/lib64/libparted.so /usr/lib64/pkgconfig/libparted.pc /usr/share/doc/packages/parted-devel /usr/share/doc/packages/parted-devel/API /usr/share/doc/packages/parted-devel/FAT
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:51:01 2024