From 753a21466d4af76040657e7616414b85f6b10361 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 15 Jun 2006 20:16:26 +0000 Subject: [PATCH] - fix segfaults with dasd devices --- parted.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 9bfe203..2268a43 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.7.1 -Release: 4 +Release: 5 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 Patch0: parted-1.7.0-fat.c.patch Patch1: parted-1.7.0-sx8.patch @@ -14,6 +14,8 @@ Patch5: parted-1.7.1-dm.patch Patch6: parted-1.7.0-aix.patch Patch7: parted-1.7.0-headers.patch +Patch10: parted-1.7.1-dasdfixes.patch + Buildroot: %{_tmppath}/%{name}-root License: GPL Group: Applications/System @@ -49,6 +51,7 @@ Parted library, you need to install this package. %patch5 -p1 -b .dm %patch6 -p1 -b .aix %patch7 -p1 -b .headers +%patch10 -p1 -b .dasdfixes iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_ mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8 @@ -98,6 +101,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.so %changelog +* Thu Jun 15 2006 Jeremy Katz - 1.7.1-5 +- fix segfaults with dasd devices + * Wed Jun 7 2006 Jeremy Katz - 1.7.1-4 - move .so symlink to -devel subpackage