2011-05-19 15:25:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 19 13:05:08 UTC 2011 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to parted-2.4
|
|
|
|
* Bug fixes
|
|
|
|
- parted no longer allows the modification of certain in-use
|
|
|
|
partitions. In particular, before this fix, parted would
|
|
|
|
permit removal or modification of any in-use partition on a
|
|
|
|
dmraid and any in-use partition beyond the 15th on a regular
|
|
|
|
scsi disk.
|
|
|
|
- Improve support of DASD devices on the s390 architecture.
|
|
|
|
Parted now supports all DASD types (CKD and FBA), DASD formats
|
|
|
|
(CDL, LDL, CMS non-reserved, and CMS reserved), and DASD
|
|
|
|
drivers (ECKD, FBA, and DIAG) in all combinations supported by
|
|
|
|
the Linux kernel. As before, only CDL format on CKD DASD using
|
|
|
|
the ECKD driver is supported for read-write operations (create,
|
|
|
|
delete, move, re-size, etc.). However, the implicit partition
|
|
|
|
present on LDL- and CMS-formatted disks is now correctly
|
|
|
|
recognized for read-only operations. In detail:
|
|
|
|
- parted now correctly handles LDL-format disks with a block
|
|
|
|
size other than 4096 (bug fix)
|
|
|
|
- parted now recognizes the CMS disk format, both reserved and
|
|
|
|
non-reserved (enhancement)
|
|
|
|
- parted now supports FBA DASD devices (enhancement)
|
|
|
|
- parted now supports the DIAG driver when running in a virtual
|
|
|
|
machine under z/VM (enhancement)
|
|
|
|
- libparted: raise the limit on the maximum start sector and the
|
|
|
|
maximum number of sectors in a "loop" partition table from 2^32
|
|
|
|
to 2^64.
|
|
|
|
- libparted once again recognizes a whole-disk FAT partition
|
|
|
|
- libparted now recognizes scsi disks with a high major (128-135)
|
|
|
|
as scsi disks
|
|
|
|
- an msdos partition table on a very small device (smaller than
|
|
|
|
one cylinder) is now recognized.
|
|
|
|
- libparted: zero-length devices (other than files) are ignored
|
|
|
|
rather than throwing an exception.
|
|
|
|
- libparted: gpt label creation can no longer divide by zero with
|
|
|
|
a defective device or when a concurrent writer modifies the
|
|
|
|
PE-size bytes in the small interval between the write and
|
|
|
|
subsequent read of the primary GPT header.
|
|
|
|
* Changes in behavior
|
|
|
|
- "parted $dev print" now prints information about the device
|
|
|
|
(model, size, transport, sector size) even when it fails to
|
|
|
|
recognize the disk label.
|
|
|
|
- specifying partition start or end values using MiB, GiB, etc.
|
|
|
|
suffixes now makes parted do what I want, i.e., use that
|
|
|
|
precise value, and not some other that is up to 500KiB or
|
|
|
|
500MiB away from what I specified. Before, to get that
|
|
|
|
behavior, you would have had to use carefully chosen values
|
|
|
|
with units of bytes ("B") or sectors ("s") to obtain the same
|
|
|
|
result, and with sectors, your usage would not be portable
|
|
|
|
between devices with varying sector sizes. This change does
|
|
|
|
not affect how parted handles suffixes like KB, MB, GB, etc.
|
|
|
|
- drop always_print_geom.diff (merged upstream)
|
|
|
|
|
2010-12-09 10:45:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 9 09:44:33 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- add more-reliable-informing-the-kernel.patch (bnc#657360)
|
|
|
|
|
2010-11-09 13:22:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 9 12:16:04 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- updated always_print_geom.diff to print also physical/logical
|
|
|
|
sector size (patch by Arvin Schnell)
|
|
|
|
|
2010-09-17 16:52:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 17 14:47:04 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- package according to shared library policy: split libparted0
|
|
|
|
- add build dependencies on libblkid and libuuid
|
|
|
|
|
2010-09-17 16:01:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 17 13:47:05 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- fix always-resize-part.dif (bnc#639579)
|
|
|
|
|
2010-08-14 00:04:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 11 08:45:56 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- update parted-type.patch (bnc#630009)
|
|
|
|
|
2010-06-30 13:16:41 +02:00
|
|
|
-------------------------------------------------------------------
|
2010-07-19 20:20:25 +02:00
|
|
|
Thu Jul 8 11:43:17 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to parted-2.3
|
|
|
|
- parted now recognizes ATA over Ethernet (AoE) devices
|
|
|
|
- parted now recognizes Linux Software RAID Arrays
|
|
|
|
- libparted has a new partition flag to check for diagnostic
|
|
|
|
(aka recovery or reserved) partitions: PED_PARTITION_DIAG
|
|
|
|
- When libparted deferenced a /dev/mapper/foo symlink, it would
|
|
|
|
keep the resulting /dev/dm-N name and sometimes use it later,
|
|
|
|
even though it had since become stale and invalid.
|
|
|
|
It no longer stores the result of dereferencing a /dev/mapper
|
|
|
|
symlink.
|
|
|
|
- libparted's msdos_partition_is_flag_available function now
|
|
|
|
always reports that the "hidden" flag is not available for
|
|
|
|
an extended partition. Similarly,
|
|
|
|
msdos_partition_get_flag(p,PED_PARTITION_HIDDEN) always
|
|
|
|
returns 0 for an extended partition.
|
|
|
|
- libparted uses a more accurate heuristic to distinguish between
|
|
|
|
ext4 and ext3 partitions.
|
|
|
|
- libparted now properly checks the return value of dm_task_run
|
|
|
|
when operating on devicemapper devices.
|
|
|
|
- allow using ped_device_cache_remove(dev) followed by a (later)
|
|
|
|
ped_device_destroy() without corrupting the device cache.
|
|
|
|
- when creating an ext2 file system, Parted no longer creates an
|
|
|
|
invalid one when its size is 2TiB or larger.
|
|
|
|
- drop etherd_support.diff (included upstream)
|
|
|
|
- drop parted-remove-experimental-warning.patch (included upstream)
|
|
|
|
- drop make-align-check-work-in-interactive-mode.patch
|
|
|
|
(included upstream)
|
|
|
|
- drop parted-no-inttypes-include (not needed)
|
|
|
|
- refresh all remaining patches
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-06-30 13:16:41 +02:00
|
|
|
Wed Jun 30 11:12:03 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- update make-align-check-work-in-interactive-mode.patch to
|
|
|
|
be consistent with upstream
|
|
|
|
|
2010-06-28 23:24:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- use %_smp_mflags
|
|
|
|
|
2010-05-27 17:54:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 27 15:36:51 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- add make-align-check-work-in-interactive-mode.patch (bnc#608704)
|
|
|
|
|
2010-04-02 13:35:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 2 08:41:02 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- add parted-remove-experimental-warning.patch
|
|
|
|
- refresh always_print_geom.diff to apply at correct function
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 26 17:56:05 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to parted-2.2
|
|
|
|
- Changes in behavior
|
|
|
|
- The default alignment (--align option) for newly created
|
|
|
|
partitions has been changed to optimal.
|
|
|
|
- New features
|
|
|
|
- The ped_device_get_*_alignment() functions now return a sane
|
|
|
|
default value instead of NULL when the so called topology
|
|
|
|
information is incomplete. The default minimum alignment aligns
|
|
|
|
to physical sector size, the default optimal alignment is 1MiB,
|
|
|
|
which is what vista and windows 7 do.
|
|
|
|
- Bug fixes
|
|
|
|
- Parted no longer uses a physical sector size of 0 or of any
|
|
|
|
other value smaller than the logical sector size.
|
|
|
|
- dos: creating an HFS or HFS+ partition in an msdos partition
|
|
|
|
table used to set the partition type to 0x83. That is wrong.
|
|
|
|
The required number is 0xaf, and that is what is used now.
|
|
|
|
- gpt: read-only operation could clobber MBR part of hybrid
|
|
|
|
GPT+MBR table [bug introduced in parted-2.1]
|
|
|
|
- gpt: a read-only operation like "parted $dev print" would
|
|
|
|
overwrite $dev's protective MBR when exactly one of the primary
|
|
|
|
and backup GPT tables was found to be corrupt. [bug introduced
|
|
|
|
prior to parted-1.8.0]
|
|
|
|
- sun: the version, sanity and nparts VTOC fields were ignored by
|
|
|
|
libparted. Those fields are properly initialized now. The
|
|
|
|
nparts (number of partitions) field is initialized to 8 (max.
|
|
|
|
number of sun partitions) rather that to a real number of
|
|
|
|
partitions. This solution is compatible with Linux kernel and
|
|
|
|
Linux fdisk.
|
|
|
|
- libparted: try harder to inform kernel of partition changes.
|
|
|
|
Previously when editing partitions, occasionally the kernel
|
|
|
|
would fail to be informed of partition changes. When this
|
|
|
|
happened future problems would occur because the kernel had
|
|
|
|
incorrect information. For example, if this problem arose when
|
|
|
|
resizing or creating a new partition, then an incorrect
|
|
|
|
partition size might be displayed or a user might encounter a
|
|
|
|
failure to format or delete a newly created partition,
|
|
|
|
respectively.
|
|
|
|
- libparted: committing a disk that was returned by
|
|
|
|
ped_disk_duplicate would always result in ped_disk_clobber being
|
|
|
|
called (and thus the first and last 9KiB of the disk being
|
|
|
|
zeroed), even if the duplicated disk, was not returned by
|
|
|
|
ped_disk_fresh().
|
|
|
|
- drop do-not-install-test-programs.patch (fixed in upstream)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 17 16:33:01 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- add do-not-install-test-programs.patch
|
|
|
|
- avoid deleting this in specfile
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 1 13:34:10 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to parted-2.1 (noteworthy changes)
|
|
|
|
* New features
|
|
|
|
- new --align=<align> commandline option which can have the
|
|
|
|
following values:
|
|
|
|
- none: Use the minimum alignment allowed by the disk type
|
|
|
|
- cylinder: Align partitions to cylinders (the default)
|
|
|
|
- minimal: Use minimum alignment as given by the disk
|
|
|
|
topology information
|
|
|
|
- optimal: Use optimum alignment as given by the disk
|
|
|
|
topology information
|
|
|
|
The minimal and optimal values will use layout information
|
|
|
|
provided by the disk to align the logical partition table
|
|
|
|
addresses to actual physical blocks on the disks. The minimal
|
|
|
|
value uses the minimum alignment needed to align the partition
|
|
|
|
properly to physical blocks, which avoids performance
|
|
|
|
degradation. Where as the optimal value uses a multiple of the
|
|
|
|
physical block size in a way that guarantees optimal
|
|
|
|
performance. The min and opt values will only work when
|
|
|
|
compiled with libblkid >= 2.17 and running on a kernel >=
|
|
|
|
2.6.31, otherwise they will behave as the none --align value.
|
|
|
|
- Parted now supports disks with sector size larger than 512 bytes.
|
|
|
|
Before this release, parted could operate only on disks with a
|
|
|
|
sector size of 512 bytes. However, disk manufacturers are
|
|
|
|
already making disks with an exposed hardware sector size of
|
|
|
|
4096 bytes. Prior versions of parted cannot even read a
|
|
|
|
partition table on such a device, not to mention create or
|
|
|
|
manipulate existing partition tables. Due to internal design
|
|
|
|
and time constraints, the following less-common partition
|
|
|
|
table types are currently disabled:
|
|
|
|
- amiga, bsd, aix, pc98
|
|
|
|
- new command "align-check TYPE N" to determine whether the
|
|
|
|
starting sector of partition N is
|
|
|
|
TYPE(minimal|optimal)-aligned for the disk. The same
|
|
|
|
libblkid and kernel version requirements apply as for --align
|
|
|
|
* Bug fixes
|
|
|
|
- parted can once again create partition tables on loop devices.
|
|
|
|
- improved >512-byte sector support
|
|
|
|
- gpt tables are more rigorously checked
|
|
|
|
- improved dasd disk support
|
|
|
|
- handle device nodes created by lvm built with udev
|
|
|
|
synchronisation enabled properly.
|
|
|
|
- when printing tables, parted no longer truncates flag names
|
|
|
|
- Partitions in a GPT table are no longer assigned the
|
|
|
|
"microsoft reserved partition" type. Before this change,
|
|
|
|
each partition would be listed with a type of "msftres" by
|
|
|
|
default.
|
|
|
|
* Notice
|
|
|
|
- Parted stopped using BLKPG_* ioctls to inform the kernel
|
|
|
|
about changes of the partition table. The consequence of this
|
|
|
|
change is that parted alone can no longer inform the kernel
|
|
|
|
about changes to partition table on a disk where some of the
|
|
|
|
partitions are mounted.
|
|
|
|
- build requires check-devel and pkg-config
|
|
|
|
- drop parted-1.8.3.dif - fixed by adding pkg-config and check-devel
|
|
|
|
to BuildRequires
|
|
|
|
- drop parted.tty.patch, parted.no-O_DIRECT.patch,
|
|
|
|
do-not-discard-bootcode-in-extended-partition.patch,
|
|
|
|
avoid-unnecessary-open-close.patch,
|
|
|
|
do-not-unnecessarily-open-part-dev.patch
|
|
|
|
- fixed upstream
|
|
|
|
- drop fix-tests.sh - make check disabled in specfile
|
|
|
|
- drop fix-error-informing-the-kernel.patch,
|
|
|
|
fix-race-call-udevadm-settle.patch,
|
|
|
|
retry-blkpg-ioctl.patch, use-ext-range.patch
|
|
|
|
- affected code removed as part of the BLKPG to BLKRRPART
|
|
|
|
switch
|
|
|
|
- clean up specfile
|
|
|
|
|
2010-03-19 00:06:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 1 12:22:54 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- package baselibs.conf
|
|
|
|
|
2010-01-27 17:34:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 25 15:54:17 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- use-ext-range.patch (bnc#567652)
|
|
|
|
|
2010-01-26 10:03:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 3 14:10:59 UTC 2009 - puzel@novell.com
|
|
|
|
|
|
|
|
- avoid-unnecessary-open-close.patch,
|
|
|
|
do-not-unnecessarily-open-part-dev.patch,
|
2010-01-27 17:34:39 +01:00
|
|
|
fix-race-call-udevadm-settle.patch,
|
|
|
|
retry-blkpg-ioctl.patch (bnc#539521)
|
2010-01-26 10:03:05 +01:00
|
|
|
|
2009-10-12 15:15:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 7 14:12:15 UTC 2009 - puzel@novell.com
|
|
|
|
|
|
|
|
- do-not-create-dm-nodes.patch (bnc#501773)
|
|
|
|
|
2009-08-06 22:06:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 31 10:20:05 CEST 2009 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to parted-1.9.0
|
|
|
|
* bugfixes:
|
|
|
|
* parted now preserves the protective MBR (PMBR) in GPT type
|
|
|
|
labels.
|
|
|
|
* gpt_read now uses SizeOfPartitionEntry instead of the size
|
|
|
|
of GuidPartitionEntry_t. This ensures that *all* of the
|
|
|
|
partition entries are correctly read.
|
|
|
|
* mklabel (interactive mode) now correctly asks for
|
|
|
|
confirmation, when replacing an existent label, without
|
|
|
|
outputting an error message.
|
|
|
|
* resize now handles FAT16 file systems with a 64k cluster.
|
|
|
|
This configuration is not common, but it is possible.
|
|
|
|
* parted now ignores devices of the type /dev/md* when
|
|
|
|
probing. These types of devices should be handled by the
|
|
|
|
device-mapper capabilities of parted.
|
|
|
|
* The parted documentation now describes the differences in
|
|
|
|
the options passed to mkpart for the label types.
|
|
|
|
* changes in behavior
|
|
|
|
* In libparted, the linux-swap "filesystem" types are now
|
|
|
|
called "linux-swap(v0)" and "linux-swap(v1)" rather than
|
|
|
|
"linux-swap(old)" and "linux-swap(new)" as in parted 1.8, or
|
|
|
|
"linux-swap" as in older versions; "old" and "new" generally
|
|
|
|
make poor names, and v1 is the only format supported by
|
|
|
|
current Linux kernels. Aliases for all previous names are
|
|
|
|
available.
|
|
|
|
- drop following patches as they were merged upstream/are no
|
|
|
|
longer needed:
|
|
|
|
* 2TB_size_overflow.diff
|
|
|
|
* disable_FAT_check.diff
|
|
|
|
* do-not-automatically-correct-GPT.patch
|
|
|
|
* dont-require-dvh-partition-name.patch
|
|
|
|
* fix-array-overflow.patch
|
|
|
|
* fix-corrupted-gpt-crash.patch
|
|
|
|
* fix-dasd-probe.patch
|
|
|
|
* fix-dvh-update.patch
|
|
|
|
* fix-improper-data-conversion.patch
|
|
|
|
* fix-make-install-failure.patch
|
|
|
|
* gnulib.diff
|
|
|
|
* parted-cmd-arg-fix.patch
|
|
|
|
* parted-fdasd-compile-fixes
|
|
|
|
- remove FAT16 stuff from fat16_hfs_fix.dif, rename it hfs_fix.dif
|
|
|
|
- add fix-tests.sh
|
|
|
|
* adjust testsuite so that it succeeds with our patchset
|
|
|
|
- update all patches to remove fuzz, renumber patches
|
|
|
|
- change license to GPL v3
|
|
|
|
- parted-type.patch: fix output of flags
|
|
|
|
|
|
|
|
|
2009-07-08 20:15:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 1 12:13:42 CEST 2009 - puzel@novell.com
|
|
|
|
|
|
|
|
- add libsepol-devel to BR: (fix build)
|
|
|
|
|
2009-06-20 00:10:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 17 15:43:33 CEST 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- add fix-make-install-failure.patch (fix build)
|
|
|
|
- add fix-array-overflow.patch (fixes warning)
|
|
|
|
- split -lang subpackage
|
|
|
|
|
2009-04-18 14:02:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 7 02:55:54 CEST 2009 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- remove static libraries
|
|
|
|
|
2009-03-11 16:57:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 10 12:12:02 CET 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- fix-multipath-part-name.patch replaced with
|
|
|
|
fix-dm-partition-name.patch (bnc#471440)
|
|
|
|
|
2009-02-19 23:22:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 18 11:22:22 CET 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- do-not-automatically-correct-GPT.patch (bnc#436825)
|
|
|
|
|
2009-02-12 22:31:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 10 11:21:52 CET 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- dont-require-dvh-partition-name.patch (bnc#471703)
|
|
|
|
|
2009-02-09 18:04:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 9 13:20:38 CET 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- parted-cmd-arg-fix.patch (bnc#473207)
|
|
|
|
|
2009-01-22 16:51:35 +01:00
|
|
|
-------------------------------------------------------------------
|
2009-01-23 23:31:29 +01:00
|
|
|
Fri Jan 23 13:15:14 CET 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- do-not-discard-bootcode-in-extended-partition.patch (bnc#467576)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 23 09:08:07 CET 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- fix-error-informing-the-kernel.patch (bnc#449183)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-01-22 16:51:35 +01:00
|
|
|
Thu Jan 22 12:53:26 CET 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- fix-multipath-part-name.patch (bnc#447591)
|
|
|
|
|
2009-01-09 01:44:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
|
|
|
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
|
|
|
|
2008-11-28 12:31:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 26 13:59:06 CET 2008 - puzel@suse.cz
|
|
|
|
|
|
|
|
- fix-dasd-probe.patch (bnc#438681)
|
|
|
|
|
2008-11-08 20:22:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 7 21:58:52 CET 2008 - puzel@suse.cz
|
|
|
|
|
|
|
|
- fix-corrupted-gpt-crash.patch (bnc#439910)
|
|
|
|
- fix-dvh-update.patch (bnc#397210)
|
|
|
|
|
2008-11-07 15:39:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 5 12:42:57 CET 2008 - puzel@suse.cz
|
|
|
|
|
|
|
|
- disabled largest_partition_number.patch (bnc#440141)
|
|
|
|
|
2008-10-22 18:35:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 20 11:27:45 CEST 2008 - puzel@suse.cz
|
|
|
|
|
|
|
|
- fix improper data conversion (bnc#435702)
|
|
|
|
|
2008-10-07 16:07:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 7 10:55:11 CEST 2008 - puzel@suse.cz
|
|
|
|
|
|
|
|
- updated largest_partition_number.patch (bnc#428992)
|
|
|
|
|
2008-08-29 13:51:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 28 18:38:02 CEST 2008 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Kill *.la file
|
|
|
|
|
2008-08-26 02:18:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 25 15:08:51 CEST 2008 - prusnak@suse.cz
|
|
|
|
|
|
|
|
- enabled SELinux support [Fate#303662]
|
|
|
|
|
2008-08-22 01:42:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 21 11:34:51 CEST 2008 - agraf@suse.de
|
|
|
|
|
|
|
|
- fix the GPT sync to work properly on Macs
|
|
|
|
|
2008-08-11 23:37:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 11 16:27:24 CEST 2008 - agraf@suse.de
|
|
|
|
|
|
|
|
- make GPT sync more compatible:
|
|
|
|
- don't sync on IA64
|
|
|
|
- always add a partition with partition type 0xee, so Linux is happy
|
|
|
|
- protect the EFI System Partition if available
|
|
|
|
|
2008-07-19 00:25:20 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-07-25 04:22:55 +02:00
|
|
|
Tue Jul 22 13:27:27 CEST 2008 - hare@suse.de
|
|
|
|
|
|
|
|
- Fix fdasd.c compilation
|
|
|
|
- Don't include broken inttypes.h
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-07-19 00:25:20 +02:00
|
|
|
Fri Jul 18 10:03:52 CEST 2008 - agraf@suse.de
|
|
|
|
|
|
|
|
- add GPT sync, so whenever the GPT is modified, fake MBR entries
|
|
|
|
for the first 4 partitions will be created. This fixes booting
|
|
|
|
from disks > 2TB and makes booting a Mac possible (bnc#220839)
|
|
|
|
|
2008-07-08 23:22:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 8 12:08:30 CEST 2008 - puzel@suse.cz
|
|
|
|
|
|
|
|
- added largest_partition_number.patch
|
|
|
|
* fixes computation of largest partition number (bnc#397210)
|
|
|
|
|
2008-05-10 00:56:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 9 17:19:58 CEST 2008 - schwab@suse.de
|
|
|
|
|
|
|
|
- Fix gnulib macro and use autoreconf.
|
|
|
|
|
2008-04-10 15:25:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
|
2008-03-21 04:14:56 +01:00
|
|
|
-------------------------------------------------------------------
|
2008-03-26 16:27:05 +01:00
|
|
|
Mon Mar 24 09:37:13 CET 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- fix typo in specfile
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-03-21 04:14:56 +01:00
|
|
|
Thu Mar 20 15:46:12 CET 2008 - meissner@suse.de
|
|
|
|
|
|
|
|
- fix buildrequires
|
|
|
|
- change from loading libreiserfs dynamically to just link it
|
|
|
|
(avoids adding libreiserfs-devel + deps to the system)
|
|
|
|
FATE#303510
|
|
|
|
- enable device mapper linking (I very much doubt it was intended to
|
|
|
|
be disabled)
|
|
|
|
|
2008-03-16 19:57:27 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 16 06:53:23 CET 2008 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- fix file-not-in-lang rpmlint warnings
|
|
|
|
|
2008-01-18 00:07:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 15 12:12:17 CET 2008 - fehr@suse.de
|
|
|
|
|
|
|
|
- Add patch 2TB_size_overflow.diff developed by Jim Meyering
|
|
|
|
<meyering@redhat.com> to properly handle cases of overflow over
|
|
|
|
2TB limit in msdos label (#352484)
|
|
|
|
|
2007-12-11 00:32:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 13 15:07:28 CEST 2007 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.8.8
|
|
|
|
Properly detect 'ext2 fs too small' cases.
|
|
|
|
Read an msdos partition table from a device with 2K sectors.
|
|
|
|
Correct handling of HeaderSize field in GPT labels.
|
|
|
|
Fix block number used when checking for ext2 fs state.
|
|
|
|
Add detection support for Xen virtual block devices (/dev/xvd*).
|
|
|
|
Fixed exception handling in mkpart and mkpartfs commands.
|
|
|
|
Fix invalid command line argument handling.
|
|
|
|
Close memory leaks in parted.c and table.c.
|
|
|
|
|
2007-07-13 20:16:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 13 11:38:09 CEST 2007 - olh@suse.de
|
|
|
|
|
|
|
|
- do not open with O_DIRECT (#290087)
|
|
|
|
|
2007-07-05 13:11:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 5 12:55:37 CEST 2007 - sassmann@suse.de
|
|
|
|
|
|
|
|
- fix parted to generate parseable output (#289049)
|
|
|
|
added check to test if tty is availabe, if no tty is available
|
|
|
|
readline functions are omitted
|
|
|
|
|
2007-06-21 22:47:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 21 17:25:54 CEST 2007 - adrian@suse.de
|
|
|
|
|
|
|
|
- fix changelog entry order
|
|
|
|
|
2007-05-11 10:36:38 +02:00
|
|
|
-------------------------------------------------------------------
|
2007-05-14 01:59:50 +02:00
|
|
|
Sun May 13 19:25:16 CEST 2007 - olh@suse.de
|
|
|
|
|
|
|
|
- restore mkpart linux-swap syntax (#274080)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-05-11 10:36:38 +02:00
|
|
|
Thu May 10 14:01:52 CEST 2007 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.8.7
|
|
|
|
Fix primary partition cylinder alignment error for DOS disk labels
|
|
|
|
Avoid segfault due to a double free on reiserfs support
|
|
|
|
Fix script mode (-s) for mkfs command in parted
|
|
|
|
Fix off-by-one bug in parted when displaying information about the disk
|
|
|
|
|
2007-05-04 00:36:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 2 11:30:23 CEST 2007 - olh@suse.de
|
|
|
|
|
|
|
|
- remove unused check-devel from buildrequires to allow build in sles10
|
|
|
|
|
2007-03-29 00:57:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 27 12:47:56 CEST 2007 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Require check-devel.
|
|
|
|
|
2007-03-22 21:00:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 22 13:56:10 CET 2007 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.8.6
|
|
|
|
Revert the implementation of the linux-swap(new) and linux-swap(old) types.
|
|
|
|
|
|
|
|
- Update to new version 1.8.5
|
|
|
|
Add po translations
|
|
|
|
|
|
|
|
- Update to new version 1.8.4
|
|
|
|
Minor bug fix release for 1.8.3 to fix build issues on various platforms
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 19 14:12:12 CET 2007 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.8.3
|
|
|
|
libparted:
|
|
|
|
- Sync the linux-swap header according to the Linux kernel sources.
|
|
|
|
- Enable support for swsusp partitions and the ability to differentiate
|
|
|
|
between old and new versions of linux-swap partitions.
|
|
|
|
- Preserve starting sector for primary NTFS 3.1 partitions on DOS disklabel.
|
|
|
|
- Handle 2048-byte logical sectors in linux_read().
|
|
|
|
- Don't assume logical sector size is <= 512B on AIX.
|
|
|
|
- Detect HFS write failure.
|
|
|
|
- Added HFS+ resize support.
|
|
|
|
parted/partprobe:
|
|
|
|
- Use fputs() and putchar() in place for printf(), when possible.
|
|
|
|
- Detect/report stdout write errors.
|
|
|
|
- Accept the --version and --help options.
|
|
|
|
- Fix memory leaks in parted(8).
|
|
|
|
|
2007-03-07 20:53:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 7 15:47:21 CET 2007 - fehr@suse.de
|
|
|
|
|
|
|
|
- make resize of ext2/3 under YaST2 work again (#249674)
|
|
|
|
|
2007-02-25 23:33:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 20 13:06:44 CET 2007 - fehr@suse.de
|
|
|
|
|
|
|
|
- make mklabel in scripted mode work again
|
|
|
|
|
2007-01-15 15:29:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 15 11:51:21 CET 2007 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.8.2
|
|
|
|
libparted:
|
|
|
|
- Add the ped_device_cache_remove() function to remove a device from the
|
|
|
|
cache. This is necessary for some things that use libparted, including
|
|
|
|
pyparted.
|
|
|
|
- Fix a segfault in ped_assert() where the wrong pointer is freed in the
|
|
|
|
backtrace handler.
|
|
|
|
- Only call _disk_warn_loss(disk) in do_mklabel() if disk is not NULL.
|
|
|
|
Fixes a segfault when initializing new volumes.
|
|
|
|
- Dynamically allocate space for exception messages.
|
|
|
|
- Output a backtrace when catching SEGV_MAPPER or a general SIGSEGV.
|
|
|
|
|
|
|
|
parted:
|
|
|
|
- Destroy all objects before return when called with --list or --all option.
|
|
|
|
- Zero sized device is shown as 0.00B and not -0.00kB.
|
|
|
|
- Implement 'print devices' command.
|
|
|
|
- Alias 'print list' to 'print all'.
|
|
|
|
- Alias 'mktable' to 'mklabel'.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 5 11:11:59 CET 2006 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.8.1
|
|
|
|
libparted
|
|
|
|
Rework backtrace support
|
|
|
|
Disable ext2fs resize for now, tell user to use resize2fs
|
|
|
|
GPT fixes
|
|
|
|
Prevent SIGFPE when FAT sector size is 0
|
|
|
|
DASD support for IBM zSeries systems
|
|
|
|
AIX disk label support
|
|
|
|
Detect Promise SX8 storage devices
|
|
|
|
Macintosh (ppc and x86) disk label improvements
|
|
|
|
Add support binary units (MiB, KiB, GiB)
|
|
|
|
Fix geometry read problems on 64-bit Macs
|
|
|
|
Add support for /dev/mapper devices via libdevmapper library
|
|
|
|
Detect Apple_Boot partition types correctly on MacOS X 10.4 systems
|
|
|
|
parted
|
|
|
|
Fix loop in print_all().
|
|
|
|
Introduce the -list command-line switch.
|
|
|
|
Warn before mklabel and mkfs.
|
|
|
|
Proper print when there are no extended partitions, but partition names.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 13:46:13 CET 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- fix manpage permissions
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 21 11:15:27 CEST 2006 - olh@suse.de
|
|
|
|
|
|
|
|
- keep kernel interface to extended partition on Linux
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 18 09:04:11 CEST 2006 - olh@suse.de
|
|
|
|
|
|
|
|
- build with make -j
|
|
|
|
add parted-mac_data-init.patch
|
|
|
|
add parted-mac-set-type-corruption.patch (#192082)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 29 16:15:21 CEST 2006 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.7.1
|
|
|
|
libparted: bug fixes related to linking, HFS, ext2, the Mac disk label
|
|
|
|
parted: signal handling bug fix
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 18 12:40:04 CEST 2006 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.7.0
|
|
|
|
libparted:
|
|
|
|
* support for Apple GUIDs to GPT code
|
|
|
|
* probe /dev/hd? before /dev/sd?
|
|
|
|
* prefer /sys/block to /proc/partitions where possible
|
|
|
|
* fix of ext2 "strange layout" bug (EXPERIMENTAL)
|
|
|
|
* handling of sector sizes not equal to 512
|
|
|
|
* added ped_device_get_constraint to support device-dependent constraints
|
|
|
|
|
|
|
|
parted:
|
|
|
|
* new formatter for "print" command
|
|
|
|
* SIGSEGV handler
|
|
|
|
* fixed "rescue" command core dump
|
|
|
|
* fixes for 'mkpart' and 'mkpartfs' and 'print'
|
|
|
|
* position and size of partitions are displayed with up to two
|
|
|
|
digits after the decimal dot (depending on the unit and value)
|
|
|
|
|
|
|
|
manual:
|
|
|
|
* cut down substantially.
|
|
|
|
Lots of general content will be moved to the GNU Storage Guide.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 25 12:52:33 CEST 2006 - fehr@suse.de
|
|
|
|
|
|
|
|
- Update to new version 1.7.0rc5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 6 15:07:05 CET 2006 - schwab@suse.de
|
|
|
|
|
|
|
|
- Fix format string.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:39:16 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 6 14:47:16 CET 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.25.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 9 17:51:06 CET 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.25
|
|
|
|
- make parted correctly refuse to resize inconsistent fat
|
|
|
|
filesystems even if env var YAST_IS_RUNNING is set (#132967)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 8 16:15:51 CEST 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- fix wrong permissions of brazilian man page (#114849)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 15 17:00:04 CEST 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.24
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 3 18:04:19 CEST 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- make parted print BIOS geometry also if no disk label is present
|
|
|
|
(#100444)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 28 11:34:35 CEST 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.23
|
|
|
|
|
2007-06-21 22:47:34 +02:00
|
|
|
-------------------------------------------------------------------
|
2007-01-15 15:29:14 +01:00
|
|
|
Thu Jul 19 16:37:13 CEST 2005 - pkirsch@suse.de
|
|
|
|
|
|
|
|
- fix fat16 minimum requirements
|
|
|
|
- fix mac partition handling
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 7 16:47:33 CEST 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.22
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 16 14:57:55 CET 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- prevent shifted start sect when resizing with unknown fs (#73008)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 17 11:04:06 CET 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- fix typo in input_sector.patch
|
|
|
|
- update to new version 1.6.21
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 13 19:30:31 CET 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- allow creation of partitions by exact sector number (#49276)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 11 15:55:35 CET 2005 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.20
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 12:52:46 CET 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.19
|
|
|
|
- add reiserfs to needforbuild
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 22 13:04:06 CET 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.18
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 8 12:23:48 CET 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.16
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 26 17:34:49 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- add patch by SGI for documentation of dvh-disklabel (#47611)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 29 12:49:24 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- add support for ATA over ethernet
|
|
|
|
- add support for partitioning device-mapper devices (for dmraid)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 20 11:27:45 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.15
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 16 14:39:40 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- greatly simplify always-resize-part.dif by using
|
|
|
|
ped_constraint_exact
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 15 14:31:48 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- prevent unwanted modifying of partition start and end due to
|
|
|
|
alignment constraints during resize (#45013, #44699)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 6 14:02:14 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.14
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 6 11:50:37 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.13
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 16 11:00:02 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.12
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 26 13:11:08 CEST 2004 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.11
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 31 15:40:43 CEST 2004 - meissner@suse.de
|
|
|
|
|
|
|
|
- Detect viodasd virtual disks on iSeries. #37521
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 10 15:37:29 CET 2004 - adrian@suse.de
|
|
|
|
|
|
|
|
- add %run_ldconfig
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 20 17:02:46 CEST 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- fix printing of partitions larger than 1TB in size (#32319)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 12 10:02:43 CEST 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- extend parted to handle User-mode virtual block devices (#30375)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 8 15:56:38 CEST 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- do not warning about too new GPT version if running under YaST2
|
|
|
|
and too new version is 0x00010200 (#29563)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 28 11:20:02 CEST 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.6
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 19 21:27:33 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- build with current gettext
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 12 15:14:32 CEST 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- add missing dir to filelist
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- fix install_info --delete call and move from preun to postun
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 20 16:21:20 CET 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- display also partitions of type Apple_Free on Macintosh
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 24 10:27:08 CET 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 17 12:21:05 CET 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- Use env var YAST_IS_RUNNING instead if YAST2_RUNNING for checking
|
|
|
|
if parted is called by YAST2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 7 15:19:46 CET 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- Use %install_info macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 3 14:35:20 CET 2003 - fehr@suse.de
|
|
|
|
|
|
|
|
- disable check for string "FAT" in boot sector since it makes
|
|
|
|
parted fail on some IDE disks with TurboLinux installed (#19401)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 10 10:52:42 CET 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to new version 1.6.4
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 18 16:38:27 CET 2002 - schwab@suse.de
|
|
|
|
|
|
|
|
- Add AM_GNU_GETTEXT_VERSION.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 23 18:11:04 CEST 2002 - meissner@suse.de
|
|
|
|
|
|
|
|
- recognize AIX IPL signatures in MSDOS labels and mark these labels
|
|
|
|
invalid. Also overwrite the AIX IPL signature on "mklabel" (#20039).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 2 15:44:17 CEST 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- fix bug occuring sometimes when resizing reiserfs from YaST2
|
|
|
|
(bug was in patch always-resize-part.dif)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 13 11:18:27 CEST 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to parted 1.6.3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 8 08:42:34 CEST 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- add patch to ignore /proc/sys/kernel/real-root-dev and do a stat
|
|
|
|
on "/" instead. real-root-dev does not always contain a valid
|
|
|
|
entry
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 6 14:08:43 CEST 2002 - meissner@suse.de
|
|
|
|
|
|
|
|
- redid patch for partition ids on MAC with some API additions
|
|
|
|
to make it 64bit clean.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 1 11:57:35 CEST 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- add patch by Marcus Meissner to show partition type on MACs
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 25 19:06:20 CEST 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- add patch by Marcus Meissner to show and set partition id on dos
|
|
|
|
label
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 16 11:11:21 CEST 2002 - schwab@suse.de
|
|
|
|
|
|
|
|
- Update to parted 1.6.2, needed for ia64.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 2 15:49:47 CEST 2002 - meissner@suse.de
|
|
|
|
|
|
|
|
- rerun auto* tools
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 27 11:18:53 CEST 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- make setting flags lvm and raid to off work
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 10 12:55:00 CEST 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- add patch to resize also partitions with unkown fs under YaST2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 7 13:04:28 CEST 2002 - fehr@suse.de
|
|
|
|
|
|
|
|
- update to 1.4.24
|
|
|
|
- add patch to be verbose when resizing fat under YaST2
|
|
|
|
|
2007-06-21 22:47:34 +02:00
|
|
|
-------------------------------------------------------------------
|
2007-01-15 15:29:14 +01:00
|
|
|
Tue May 7 12:53:46 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- fixed specfile: no macro allowed in Version: line
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 26 13:34:03 CEST 2002 - coolo@suse.de
|
|
|
|
|
|
|
|
- use %_libdir
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 3 17:33:29 CEST 2001 - kkaempf@suse.de
|
|
|
|
|
|
|
|
- update to 1.4.18
|
|
|
|
compiles now with gcc 3.x and new autoconf/automake.
|
|
|
|
support for ext3.
|
|
|
|
lots of minor fixes, see ChangeLog in source.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 10 17:55:18 CEST 2001 - freitag@suse.de
|
|
|
|
|
|
|
|
- Added documentation to filelist, Bug# 6115
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 10 01:02:44 CEST 2001 - mfabian@suse.de
|
|
|
|
|
|
|
|
- bzip2 sources
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 30 17:39:26 MEST 2001 - tom@suse.de
|
|
|
|
|
|
|
|
- Change to new version 1.4.11
|
|
|
|
Removed configure patch (not needed anymore)
|
|
|
|
Removed gettextize (doesn't build)
|
|
|
|
Changed shared libraries to new state in file list
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 12 17:23:04 CEST 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- gettextize for new gettext
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 4 16:19:29 CEST 2001 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Add shared libraries to filelist for intel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 23 15:16:38 CET 2001 - schwab@suse.de
|
|
|
|
|
|
|
|
- Fix configure check for sizeof off_t.
|
|
|
|
- Enable shared libs for x86 now that llseek.c rubbish is not
|
|
|
|
needed any more.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 23 11:52:57 CET 2001 - uli@suse.de
|
|
|
|
|
|
|
|
- enabled shared libs for non-x86 archs (see libparted/llseek.c for
|
|
|
|
explanation why this doesn't work for x86)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 23 00:10:25 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- added readline/readline-devel to neededforbuild (split from bash)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 12 20:13:33 MET 2001 - tom@suse.de
|
|
|
|
|
|
|
|
- update to version 1.4.6
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 3 20:11:02 MET 2001 - tom@suse.de
|
|
|
|
|
|
|
|
- update to version 1.4.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 4 19:16:51 CET 2000 - schwab@suse.de
|
|
|
|
|
|
|
|
- Add %suse_update_config.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 1 15:11:14 MET 2000 - tom@suse.de
|
|
|
|
|
|
|
|
- update to version 1.4.4
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 21 14:20:36 CET 2000 - tom@suse.de
|
|
|
|
|
|
|
|
- update to version 1.4.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 9 09:58:25 CET 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- fixed neededforbuild
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 10 15:56:16 MEST 2000 - tom@suse.de
|
|
|
|
|
|
|
|
- initial version, GNU parted 1.2.9
|
|
|
|
|