From 4e6418096f5ac6e8ba33de80636e27d236acdd99 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:52:22 +0000 Subject: [PATCH] auto-import changelog data from parted-1.4.16-7.src.rpm Tue Aug 21 2001 Matt Wilson 1.4.16-7 - really disable pc98 support (SF #51632) --- parted.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/parted.spec b/parted.spec index 8a84bf1..c4040a8 100644 --- a/parted.spec +++ b/parted.spec @@ -1,7 +1,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.4.16 -Release: 6 +Release: 7 Copyright: GPL Group: Applications/System Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -40,7 +40,7 @@ Parted library, you need to install this package. #patch1 needs autoconf autoconf %define __libtoolize /bin/true -%configure --enable-shared --enable-part-static +%configure --enable-shared --enable-part-static --enable-pc98=no make %install @@ -70,6 +70,9 @@ make %{_libdir}/lib*.so %changelog +* Tue Aug 21 2001 Matt Wilson 1.4.16-7 +- really disable pc98 support (SF #51632) + * Fri Aug 17 2001 Matt Wilson 1.4.16-6 - added a patch (Patch1) to link the c library in dynamically, the rest of the libs statically for the parted binary (MF #49358)