Blame SOURCES/parted-3.1-tests-add-t0301-overwrite-gpt-pmbr.sh.patch

fc4a62
From 98f1556d8a134f54d62ebdac27e9d16aa7884983 Mon Sep 17 00:00:00 2001
fc4a62
From: "Brian C. Lane" <bcl@redhat.com>
fc4a62
Date: Tue, 20 Mar 2012 17:17:10 -0700
fc4a62
Subject: [PATCH 2/2] tests: add t0301-overwrite-gpt-pmbr.sh
fc4a62
fc4a62
Make sure parted checks the PMBR before the GPT partition table.
fc4a62
fc4a62
* NEWS: Update with new GPT behavior
fc4a62
* tests/Makefile.am: Add new test
fc4a62
* tests/overwrite-gpt-pmbr.sh: new test
fc4a62
---
fc4a62
 NEWS |    7 +++++++
fc4a62
 1 files changed, 7 insertions(+), 0 deletions(-)
fc4a62
fc4a62
diff --git a/NEWS b/NEWS
fc4a62
index fe0fcdd..b0a0657 100644
fc4a62
--- a/NEWS
fc4a62
+++ b/NEWS
fc4a62
@@ -1,5 +1,12 @@
fc4a62
 GNU parted NEWS                                    -*- outline -*-
fc4a62
 
fc4a62
+* Noteworthy changes in release 3.1-2 (2012-03-21) [Fedora]
fc4a62
+
fc4a62
+** Bug Fixes
fc4a62
+
fc4a62
+  libparted: Treat disks without a PMBR as msdos labeled disks
fc4a62
+  even if they have GPT partition tables.
fc4a62
+
fc4a62
 * Noteworthy changes in release 3.1 (2012-03-02) [stable]
fc4a62
 
fc4a62
 ** New features
fc4a62
-- 
fc4a62
1.7.7.6
fc4a62