Commit Graph

166 Commits

Author SHA256 Message Date
Dominique Leuenberger
9a9487f9d3 Revert to version 3.1 for now - YaST needs to be fixed first
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=105
2015-04-30 08:50:38 +00:00
Dominique Leuenberger
9f21f15692 Accepting request 303811 from Base:System
- 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).

OBS-URL: https://build.opensuse.org/request/show/303811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=104
2015-04-27 10:59:26 +00:00
Petr Uzel
5a2cd49a44 Accepting request 303792 from home:puzel:branches:Base:System
- 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).

OBS-URL: https://build.opensuse.org/request/show/303792
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=109
2015-04-24 15:49:30 +00:00
Dominique Leuenberger
6377f5da14 Accepting request 262455 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/262455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=103
2014-12-09 08:13:41 +00:00
Tomáš Chvátal
ba90def03c Accepting request 261551 from home:dimstar:gpg2
OBS-URL: https://build.opensuse.org/request/show/261551
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=107
2014-11-20 13:00:56 +00:00
Stephan Kulow
bfd2687296 Accepting request 250649 from Base:System
- Add an "implicit_partition_table" disk flag to mark
  FBA DASD disks with fake partition (bnc#894585)
  - libparted-dasd-implicit-partition-disk-flag.patch
- refresh following patches to fix build:
  - parted-type.patch
  - parted-mac.patch
  - parted-Add-Intel-Rapid-Start-Technology-partition.patch

OBS-URL: https://build.opensuse.org/request/show/250649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=102
2014-09-24 11:09:00 +00:00
Petr Uzel
64eafa17ea - Add an "implicit_partition_table" disk flag to mark
FBA DASD disks with fake partition (bnc#894585)
  - libparted-dasd-implicit-partition-disk-flag.patch
- refresh following patches to fix build:
  - parted-type.patch
  - parted-mac.patch
  - parted-Add-Intel-Rapid-Start-Technology-partition.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=105
2014-09-22 10:40:52 +00:00
Stephan Kulow
99d5ffb7df Accepting request 247956 from Base:System
- Keyring contained no less than 374 public keys.
  Replace with project members only keyring from project page. (forwarded request 247867 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/247956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=101
2014-09-10 05:27:44 +00:00
d77216bc9a Accepting request 247867 from home:AndreasStieger:branches:Base:System
- Keyring contained no less than 374 public keys.
  Replace with project members only keyring from project page.

OBS-URL: https://build.opensuse.org/request/show/247867
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=103
2014-09-08 08:00:14 +00:00
Stephan Kulow
f61478f8e5 Accepting request 245600 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/245600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=99
2014-08-25 09:03:04 +00:00
dc24f77806 Accepting request 245097 from home:fcrozat:branches:Base:System
- Add obsoletes/provides to baselibs.conf.

OBS-URL: https://build.opensuse.org/request/show/245097
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=101
2014-08-21 13:14:09 +00:00
Stephan Kulow
8a5e514149 Accepting request 243394 from Base:System
- Fix a bug where cylinders can be treated by parted as exact
  location, which prevents it from adjusting partition/start end.
  (bnc#880369)
  - libparted-make-sure-not-to-treat-percentages-and-cyls-as-exact.patch

OBS-URL: https://build.opensuse.org/request/show/243394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=98
2014-08-05 08:24:20 +00:00
Petr Uzel
24fd71348c - Fix a bug where cylinders can be treated by parted as exact
location, which prevents it from adjusting partition/start end.
  (bnc#880369)
  - libparted-make-sure-not-to-treat-percentages-and-cyls-as-exact.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=99
2014-08-01 12:43:34 +00:00
Stephan Kulow
2c383db391 Accepting request 241493 from Base:System
- Make informing the kernel by BLKRRPART (specific to s390) more
  robust by sleeping between every retry and by placing
  exclusive file lock on the blockdevice (bnc#886005)
  - libparted-make-BLKRRPART-more-robust.patch

- Improve DASD label handling; backport following patches
  from upstream (bnc#887333):
  - libparted-add-support-for-implicit-FBA-DASD-partition.patch
  - libparted-add-support-for-EAV-DASD-partitions.patch
  - libparted-mklabel-to-support-EAV-DASD.patch
  - libparted-Avoid-dasd-as-default-disk-type-while-probe.patch
  - libparted-mklabel-to-support-EDEV-DASD.patch

OBS-URL: https://build.opensuse.org/request/show/241493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=97
2014-07-21 08:34:52 +00:00
Petr Uzel
987a8290eb - Make informing the kernel by BLKRRPART (specific to s390) more
robust by sleeping between every retry and by placing
  exclusive file lock on the blockdevice (bnc#886005)
  - libparted-make-BLKRRPART-more-robust.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=97
2014-07-18 13:45:52 +00:00
Petr Uzel
4f4200ec76 - Improve DASD label handling; backport following patches
from upstream (bnc#887333):
  - libparted-add-support-for-implicit-FBA-DASD-partition.patch
  - libparted-add-support-for-EAV-DASD-partitions.patch
  - libparted-mklabel-to-support-EAV-DASD.patch
  - libparted-Avoid-dasd-as-default-disk-type-while-probe.patch
  - libparted-mklabel-to-support-EDEV-DASD.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=96
2014-07-18 09:34:42 +00:00
Stephan Kulow
6b4de02359 Accepting request 235752 from Base:System
- Allow bigger snap radius if cylinders are used as units
  (bnc#879387):
  - add: libparted-allow-bigger-snap-radius-if-cylinders-are-used.patch

OBS-URL: https://build.opensuse.org/request/show/235752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=96
2014-06-02 05:02:59 +00:00
Petr Uzel
295facd1e7 - Allow bigger snap radius if cylinders are used as units
(bnc#879387):
  - add: libparted-allow-bigger-snap-radius-if-cylinders-are-used.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=94
2014-05-29 13:02:44 +00:00
Stephan Kulow
a978fffc7d Accepting request 234957 from Base:System
- Fix the help text to show *disk* flags instead of partition flags
  (bnc#872054):
 - add: Fix-help-text-for-disk_-set-toggle.patch

OBS-URL: https://build.opensuse.org/request/show/234957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=95
2014-05-27 09:51:00 +00:00
Petr Uzel
5e69bfb129 - Fix the help text to show *disk* flags instead of partition flags
(bnc#872054):
 - add: Fix-help-text-for-disk_-set-toggle.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=92
2014-05-21 10:30:30 +00:00
Stephan Kulow
119c353a2b Accepting request 232908 from Base:System
- Support setting boot flag in pMBR (bnc#872054):
  - drop: revert-gpt-add-commands-to-manipulate-pMBR-boot-flag.patch 
  - add: libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
  - refresh patches (forwarded request 232154 from puzel)

OBS-URL: https://build.opensuse.org/request/show/232908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=94
2014-05-10 06:31:50 +00:00
e98a6f8bc3 Accepting request 232154 from home:puzel:branches:Base:System
- Support setting boot flag in pMBR (bnc#872054):
  - drop: revert-gpt-add-commands-to-manipulate-pMBR-boot-flag.patch 
  - add: libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
  - refresh patches

OBS-URL: https://build.opensuse.org/request/show/232154
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=90
2014-05-07 09:41:13 +00:00
Stephan Kulow
511db07aa2 Accepting request 222592 from Base:System
- Fixup last commit - call BLKRRPART only for DASDs
- added patches:
  * libparted-use-BLKRRPART-for-DASD.patch.patch
- removed patches:
  * revert-libparted-remove-now-worse-than-useless-_kern.patch
  * revert-linux-remove-DASD-restriction-on-_disk_sync_p.patch

OBS-URL: https://build.opensuse.org/request/show/222592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=93
2014-02-19 10:36:16 +00:00
Petr Uzel
f8b73f8a67 - Fixup last commit - call BLKRRPART only for DASDs
- added patches:
  * libparted-use-BLKRRPART-for-DASD.patch.patch
- removed patches:
  * revert-libparted-remove-now-worse-than-useless-_kern.patch
  * revert-linux-remove-DASD-restriction-on-_disk_sync_p.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=88
2014-02-17 14:11:30 +00:00
Stephan Kulow
2a1380b8a8 Accepting request 222342 from Base:System
- Use BLKRRPART on DASD disks (instead of BLKPG_*) (bnc#862139) 
- added patches:
  * revert-libparted-remove-now-worse-than-useless-_kern.patch
  * revert-linux-remove-DASD-restriction-on-_disk_sync_p.patch

- reserve first 2 tracks on DASD disks for metadata (bnc#862138)
  * add: libparted-dasd-do-not-use-first-tracks.patch
- initialize memory for newly allocated partition (bnc#862138)
  * add: libparted-initialize-dasd-part-type.patch

OBS-URL: https://build.opensuse.org/request/show/222342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=92
2014-02-17 08:40:02 +00:00
Petr Uzel
117f4982e9 - Use BLKRRPART on DASD disks (instead of BLKPG_*) (bnc#862139)
- added patches:
  * revert-libparted-remove-now-worse-than-useless-_kern.patch
  * revert-linux-remove-DASD-restriction-on-_disk_sync_p.patch

- reserve first 2 tracks on DASD disks for metadata (bnc#862138)
  * add: libparted-dasd-do-not-use-first-tracks.patch
- initialize memory for newly allocated partition (bnc#862138)
  * add: libparted-initialize-dasd-part-type.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=86
2014-02-14 12:59:30 +00:00
Stephan Kulow
d311ed7102 Accepting request 220497 from Base:System
- include new fatresize(8) utility
- added patches:
  * parted-fatresize-autoconf.patch

OBS-URL: https://build.opensuse.org/request/show/220497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=91
2014-02-03 10:40:43 +00:00
Petr Uzel
a300c40622 - include new fatresize(8) utility
- added patches:
  * parted-fatresize-autoconf.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=84
2014-01-31 15:39:50 +00:00
Stephan Kulow
778ff63449 Accepting request 214722 from Base:System
- Do not fail when shrinking the partition in non-interactive mode.  
- modified patches:
  * parted-resize-command.patch

OBS-URL: https://build.opensuse.org/request/show/214722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=90
2014-01-24 20:42:20 +00:00
Petr Uzel
fd1bb9d873 Fix parted-resize.patch - do not fail when shrinking a partition in noninteractive mode
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=82
2014-01-22 16:32:51 +00:00
Stephan Kulow
e0404514bf Accepting request 213416 from Base:System
- update to parted-3.1 (fate#316110)
- changes in parted-3.1:
  * Changes in behavior
    - Floppy drives are no longer scanned on linux: they cannot be
      partitioned anyhow, and some users have a misconfigured BIOS
      that claims to have a floppy when they don't, and scanning
      gets hung up.
    - parted: the mkpart command has changed semantics with regard
      to specifying the end of the partition.  If the end is
      specified using units of MiB, GiB, etc., parted subtracts one
      sector from the specified value.  With this change, it is now
      possible to create partitions like 1MiB-2MiB, 2MiB-3MiB and
      so on.
  * Many bugfixes (see changelog)
- changes in parted-3.0:
  * Changes in behavior
    - Remove all FS-related (file system-related) sub-commands;
      these commands are no longer recognized because they were all
      dependent on parted "knowing" too much about file system:
      mkpartfs, mkfs, cp, move, check.
    - 'resize' command changed semantics:
      it no longer resizes the filesystem, but only moves end
      sector of the partition
- libparted-devel contains libparted-fs-resize library 
- add ability to change size of the partition (ignoring contained
  filesystem) with 'resize' command; this command has different
  semantics than the former 'resize' command which upstream
  decided to drop
  - parted-resize-command.patch (fate#316110)
- when using syncmbr on POWER, make the first partition type 0x41

OBS-URL: https://build.opensuse.org/request/show/213416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=89
2014-01-17 10:06:10 +00:00
Petr Uzel
688bfd6e83 delete dropped patches from source directory
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=80
2014-01-10 10:19:46 +00:00
Petr Uzel
b5a4ceef04 - update to parted-3.1 (fate#316110)
- changes in parted-3.1:
  * Changes in behavior
    - Floppy drives are no longer scanned on linux: they cannot be
      partitioned anyhow, and some users have a misconfigured BIOS
      that claims to have a floppy when they don't, and scanning
      gets hung up.
    - parted: the mkpart command has changed semantics with regard
      to specifying the end of the partition.  If the end is
      specified using units of MiB, GiB, etc., parted subtracts one
      sector from the specified value.  With this change, it is now
      possible to create partitions like 1MiB-2MiB, 2MiB-3MiB and
      so on.
  * Many bugfixes (see changelog)
- changes in parted-3.0:
  * Changes in behavior
    - Remove all FS-related (file system-related) sub-commands;
      these commands are no longer recognized because they were all
      dependent on parted "knowing" too much about file system:
      mkpartfs, mkfs, cp, move, check.
    - 'resize' command changed semantics:
      it no longer resizes the filesystem, but only moves end
      sector of the partition
- libparted-devel contains libparted-fs-resize library 
- add ability to change size of the partition (ignoring contained
  filesystem) with 'resize' command; this command has different
  semantics than the former 'resize' command which upstream
  decided to drop
  - parted-resize-command.patch (fate#316110)
- when using syncmbr on POWER, make the first partition type 0x41

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=79
2014-01-09 16:35:35 +00:00
Stephan Kulow
637c308f57 Accepting request 212452 from Base:System
- Fix partition device names on MMC devices (bnc#847580)
  - libparted-fix-mmcblk-partition-name.patch

OBS-URL: https://build.opensuse.org/request/show/212452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=88
2013-12-31 09:08:05 +00:00
Petr Uzel
1fa9bc7cf8 - Fix partition device names on MMC devices (bnc#847580)
- libparted-fix-mmcblk-partition-name.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=77
2013-12-30 09:20:53 +00:00
Stephan Kulow
1733d7b8db Accepting request 199872 from Base:System
Added parted-Add-Intel-Rapid-Start-Technology-partition.patch backported patch that add iFFS partition type support for Intel Rapid Start Technology, this patch is from Fedora and was been sent to upstream http://lists.gnu.org/archive/html/bug-parted/2013-09/msg00022.html . fate#315713 (forwarded request 199375 from mlin7442)

OBS-URL: https://build.opensuse.org/request/show/199872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=87
2013-09-23 08:42:11 +00:00
59707991b6 Accepting request 199375 from home:mlin7442:branches:Base:System
Added parted-Add-Intel-Rapid-Start-Technology-partition.patch backported patch that add iFFS partition type support for Intel Rapid Start Technology, this patch is from Fedora and was been sent to upstream http://lists.gnu.org/archive/html/bug-parted/2013-09/msg00022.html . fate#315713

OBS-URL: https://build.opensuse.org/request/show/199375
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=75
2013-09-20 15:17:00 +00:00
Stephan Kulow
6929b89798 Accepting request 172878 from Base:System
- fix hybrid pMBR (gpt_sync_mbr) on BE systems (bnc#809205)
  - parted-fix-gpt-sync-on-BE-systems.patch 
- detect btrfs filesystem (bnc#810779)
  - parted-btrfs-support.patch

OBS-URL: https://build.opensuse.org/request/show/172878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=85
2013-04-23 09:35:44 +00:00
Petr Uzel
7c420fbb6e - fix hybrid pMBR (gpt_sync_mbr) on BE systems (bnc#809205)
- parted-fix-gpt-sync-on-BE-systems.patch 
- detect btrfs filesystem (bnc#810779)
  - parted-btrfs-support.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=73
2013-04-22 15:17:19 +00:00
Stephan Kulow
ffa8859ec3 Accepting request 170870 from Base:System
- Add Source URL, see https://en.opensuse.org/SourceUrls
- Add GPG checking (forwarded request 164122 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/170870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=84
2013-04-17 05:43:28 +00:00
acc6d6dfed Accepting request 164122 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls
- Add GPG checking

OBS-URL: https://build.opensuse.org/request/show/164122
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=71
2013-04-15 14:51:19 +00:00
Stephan Kulow
f4fc71f60b Accepting request 142285 from Base:System
- add fix-error-informing-the-kernel.patch:
  Informing the kernel about partition changes still fails if first
  logical partition starts right after the extended partition. Fix
  it.

OBS-URL: https://build.opensuse.org/request/show/142285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=82
2012-11-22 15:52:41 +00:00
Petr Uzel
eb8d6edfbe - add fix-error-informing-the-kernel.patch:
Informing the kernel about partition changes still fails if first
  logical partition starts right after the extended partition. Fix
  it.

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=69
2012-11-21 15:11:08 +00:00
Stephan Kulow
0639c24d9e Accepting request 136242 from Base:System
- add parted-workaround-windows7-gpt-implementation.patch
  (bnc#781688)

OBS-URL: https://build.opensuse.org/request/show/136242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=81
2012-10-03 07:21:39 +00:00
Petr Uzel
4173425efb - add parted-workaround-windows7-gpt-implementation.patch
(bnc#781688)

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=67
2012-09-27 13:49:43 +00:00
Stephan Kulow
04c10b3400 Accepting request 129083 from Base:System
Fix build with missing gets declaration (glibc 2.16) (forwarded request 129067 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/129083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=80
2012-07-30 18:38:05 +00:00
Ismail Dönmez
6253503a7b Accepting request 129067 from home:a_jaeger:FactoryFix
Fix build with missing gets declaration (glibc 2.16)

OBS-URL: https://build.opensuse.org/request/show/129067
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=65
2012-07-27 11:11:41 +00:00
Stephan Kulow
283837bcfd Accepting request 126991 from Base:System
Coolo: please take this for 12.2 too. Thanks

- copy dummy bootcode to MBR only on x86 because it can cause
  problems to certain ARM machine (bnc#769789)
  - add: dummy-bootcode-only-for-x86.patch

- fix informing the kernel about partitions on cciss devices
  (bnc#757225)
  - add: parted-fix-cciss-partition-naming.patch

OBS-URL: https://build.opensuse.org/request/show/126991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=79
2012-07-03 14:46:40 +00:00
Petr Uzel
d279dd4849 - copy dummy bootcode to MBR only on x86 because it can cause
problems to certain ARM machine (bnc#769789)
  - add: dummy-bootcode-only-for-x86.patch

- fix informing the kernel about partitions on cciss devices
  (bnc#757225)
  - add: parted-fix-cciss-partition-naming.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=63
2012-07-03 13:40:05 +00:00
Stephan Kulow
c14c6b0327 Accepting request 98435 from Base:System
- fix crash in nilfs2 probe function if there is tiny (1s)
  partition on the disk (bnc#735763)
  - fix-nilfs2-probe-function.patch

OBS-URL: https://build.opensuse.org/request/show/98435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=77
2011-12-31 16:20:13 +00:00