From a6eb48faa6741ebd751a22b8fab4d66b809206021a04b560c4a885db492d6687 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Thu, 21 May 2015 06:44:07 +0000 Subject: [PATCH 1/2] - Add note to specfile to remove parted-resize-alias-to-resizepart.patch compatibility patch once bnc#931765 is resolved. OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=113 --- parted.changes | 6 ++++++ parted.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/parted.changes b/parted.changes index 9e0693f..8f7f718 100644 --- a/parted.changes +++ b/parted.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 21 06:42:51 UTC 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 5 13:39:24 UTC 2015 - puzel@suse.com diff --git a/parted.spec b/parted.spec index 7208a8c..e8a0c1d 100644 --- a/parted.spec +++ b/parted.spec @@ -52,6 +52,7 @@ Patch25: libparted-dasd-implicit-partition-disk-flag.patch Patch26: lib-fs-resize-prevent-crash-resizing-FAT16.patch Patch27: parted-dont-crash-in-disk_set-when-disk-label-not-found.patch Patch28: libparted-device-mapper-uses-512b-sectors.patch +# Remove following compatibility patch once bnc#931765 is resolved Patch29: parted-resize-alias-to-resizepart.patch Patch30: libparted-avoid-libdevice-mapper-warnings.patch Patch31: parted-do-not-warn-when-shrinking-in-script-mode.patch From 2c837fa2aaaa222f414ce0bff48fcfbe8f6f90ef9b05a3c9798f07c860a995d1 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Tue, 26 May 2015 11:22:05 +0000 Subject: [PATCH 2/2] - Remove 'udevadm' from Requires; parted no longer calls 'udevadm settle' OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=114 --- parted.changes | 6 ++++++ parted.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/parted.changes b/parted.changes index 8f7f718..9f455cb 100644 --- a/parted.changes +++ b/parted.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 26 11:21:37 UTC 2015 - puzel@suse.com + +- Remove 'udevadm' from Requires; parted no longer calls 'udevadm + settle' + ------------------------------------------------------------------- Thu May 21 06:42:51 UTC 2015 - puzel@suse.com diff --git a/parted.spec b/parted.spec index e8a0c1d..0a219eb 100644 --- a/parted.spec +++ b/parted.spec @@ -57,7 +57,6 @@ Patch29: parted-resize-alias-to-resizepart.patch Patch30: libparted-avoid-libdevice-mapper-warnings.patch Patch31: parted-do-not-warn-when-shrinking-in-script-mode.patch Patch100: parted-fatresize-autoconf.patch -Requires: /sbin/udevadm BuildRequires: check-devel BuildRequires: device-mapper-devel >= 1.02.33 BuildRequires: e2fsprogs-devel