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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Petr Uzel
1d851a98d3
- 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/package/show/Base:System/parted?expand=0&rev=60
2011-12-30 08:47:40 +00:00
OBS User buildservice-autocommit
d4b7d3c6be
Updating link to change in openSUSE:Factory/parted revision 76.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=fe80276674143636e3be563f86f49974
2011-12-06 17:36:01 +00:00
Andreas Jaeger
961d5c0745
Accepting request 92626 from home:coolo:removelibtool
...
- add libtool as buildrequire to avoid implicit dependency
OBS-URL: https://build.opensuse.org/request/show/92626
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=58
2011-11-21 14:07:35 +00:00
Petr Uzel
e059bebac4
- improve loop support, fix geometry reporting on loopback devices:
...
parted-improve-loop-support.patch (bnc#726603)
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=55
2011-10-27 08:16:15 +00:00
OBS User buildservice-autocommit
b5ef70a57e
Updating link to change in openSUSE:Factory/parted revision 71.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=f2bf21b0406139e941c14ffa255e1b1e
2011-09-09 09:50:16 +00:00
OBS User buildservice-autocommit
d92fc9a8d4
Updating link to change in openSUSE:Factory/parted revision 69.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=1392768fe267bfc94a65e7e726e3c8ae
2011-09-05 14:43:48 +00:00
Petr Uzel
58f21d3b6a
add parted-use-ext-range.patch (bnc#715695)
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=47
2011-09-05 12:34:13 +00:00
OBS User buildservice-autocommit
3f364e53db
Updating link to change in openSUSE:Factory/parted revision 67.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=66e3b35579020fa6b09b1a880a77b48c
2011-08-26 07:25:12 +00:00
Petr Uzel
0f475813e0
add parted-gpt-sync-mbr-label.patch (bnc#710402) (this patch implements support for special label 'gpt-sync-mbr')
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=45
2011-08-25 10:50:39 +00:00
OBS User buildservice-autocommit
871502e6e4
Updating link to change in openSUSE:Factory/parted revision 65.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=a8980044d8b44afec9062e5592f21dac
2011-08-17 07:52:40 +00:00
OBS User buildservice-autocommit
59dc5e9a27
Updating link to change in openSUSE:Factory/parted revision 63.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=ee893a4f297e1eb4456f06d5bb70ec0a
2011-08-02 12:56:08 +00:00
Petr Uzel
a539958ebd
Accepting request 77489 from home:elvigia:branches:Base:System
...
- Use ncursesw6 instead of plain-old ncurses5
- Disable automake silent rules
OBS-URL: https://build.opensuse.org/request/show/77489
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=41
2011-08-02 11:58:32 +00:00
OBS User buildservice-autocommit
897291a186
Updating link to change in openSUSE:Factory/parted revision 61.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=5296b99815e3701d690c46cb5f498346
2011-05-20 12:49:00 +00:00
Petr Uzel
a88a608001
update to 2.4
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=38
2011-05-19 13:25:02 +00:00
Petr Uzel
70bc4e4f6f
- add more-reliable-informing-the-kernel.patch (bnc#657360)
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=36
2010-12-09 09:45:03 +00:00
OBS User buildservice-autocommit
22e649bf72
Updating link to change in openSUSE:Factory/parted revision 56.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=b8380ef2436b6e44137519c37c1f54ab
2010-11-10 17:23:56 +00:00
OBS User buildservice-autocommit
1f016cff29
Updating link to change in openSUSE:Factory/parted revision 54.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=f606cd68d54818e9b45a8f77424fd96b
2010-09-17 22:31:22 +00:00
Petr Uzel
09cabf510f
package according to shared library policy
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=32
2010-09-17 14:52:04 +00:00
OBS User buildservice-autocommit
5ff61d44ea
Updating link to change in openSUSE:Factory/parted revision 53.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=3c643c8b13a59941584a89af01c91576
2010-08-13 22:04:03 +00:00
OBS User buildservice-autocommit
b9f6bfba75
Updating link to change in openSUSE:Factory/parted revision 52.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=b55ef5bd7cab3581f84f7a143ea38fd8
2010-07-19 18:20:25 +00:00
OBS User autobuild
92be39994a
Accepting request 43319 from Base:System
...
checked in (request 43319)
OBS-URL: https://build.opensuse.org/request/show/43319
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=27
2010-07-19 18:20:24 +00:00
Petr Uzel
8c66309532
Accepting request 43317 from home:puzel:staging
...
Copy from home:puzel:staging/parted via accept of submit request 43317 revision 2.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/43317
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=26
2010-07-19 12:52:06 +00:00
OBS User buildservice-autocommit
66c85df0f2
Updating link to change in openSUSE:Factory/parted revision 49.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=2e1628f642e4dafca8d16b5e8314ae4b
2010-07-02 14:01:44 +00:00
Stephan Kulow
99d0a5e346
Accepting request 42154 from home:jengelh:smp
...
Copy from home:jengelh:smp/parted via accept of submit request 42154 revision 2.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/42154
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=23
2010-06-28 21:24:54 +00:00
Petr Uzel
88b8a115c0
fix bug#608704
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=22
2010-05-27 15:54:16 +00:00
OBS User autobuild
52541cc2bf
Accepting request 36785 from Base:System
...
checked in (request 36785)
OBS-URL: https://build.opensuse.org/request/show/36785
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=21
2010-04-02 22:14:43 +00:00
Petr Uzel
4c38cf5740
s/requires/prereq
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=20
2010-04-02 12:50:56 +00:00
Petr Uzel
0b7af5fbb2
Accepting request 36773 from home:puzel:branches:Base:System
...
Copy from home:puzel:branches:Base:System/parted via accept of submit request 36773 revision 8.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/36773
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=19
2010-04-02 11:35:12 +00:00
OBS User buildservice-autocommit
d019fa6416
Updating link to change in openSUSE:Factory/parted revision 47.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=a47e72e5e368646b478775ba16914b61
2010-03-18 23:06:15 +00:00