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

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