From 6a881dc0f81c74768b2b176bf667bd839ed25056 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 15 Dec 2006 20:59:23 +0000 Subject: [PATCH] - Fix a segfault when initializing new volumes (pjones) --- parted.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 52a6842..acf3efb 100644 --- a/parted.spec +++ b/parted.spec @@ -4,8 +4,9 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 +Patch0: parted-1.8.1-blankdisk-segv.patch Buildroot: %{_tmppath}/%{name}-root License: GPL @@ -34,6 +35,7 @@ Parted library, you need to install this package. %prep %setup -q +%patch0 -p 1 -b .blankdisk-segv aclocal autoconf @@ -89,6 +91,9 @@ exit 0 %{_libdir}/*.so %changelog +* Fri Dec 15 2006 David Cantrell - 1.8.1-2 +- Fix a segfault when initializing new volumes (pjones) + * Mon Dec 04 2006 David Cantrell - 1.8.1-1 - Upgrade to GNU parted-1.8.1