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)