auto-import changelog data from parted-1.4.16-7.src.rpm

Tue Aug 21 2001 Matt Wilson <msw@redhat.com> 1.4.16-7
- really disable pc98 support (SF #51632)
This commit is contained in:
cvsdist 2004-09-09 09:52:22 +00:00
parent 08608a5292
commit 4e6418096f

View File

@ -1,7 +1,7 @@
Summary: The GNU disk partition manipulation program. Summary: The GNU disk partition manipulation program.
Name: parted Name: parted
Version: 1.4.16 Version: 1.4.16
Release: 6 Release: 7
Copyright: GPL Copyright: GPL
Group: Applications/System Group: Applications/System
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -40,7 +40,7 @@ Parted library, you need to install this package.
#patch1 needs autoconf #patch1 needs autoconf
autoconf autoconf
%define __libtoolize /bin/true %define __libtoolize /bin/true
%configure --enable-shared --enable-part-static %configure --enable-shared --enable-part-static --enable-pc98=no
make make
%install %install
@ -70,6 +70,9 @@ make
%{_libdir}/lib*.so %{_libdir}/lib*.so
%changelog %changelog
* Tue Aug 21 2001 Matt Wilson <msw@redhat.com> 1.4.16-7
- really disable pc98 support (SF #51632)
* Fri Aug 17 2001 Matt Wilson <msw@redhat.com> 1.4.16-6 * Fri Aug 17 2001 Matt Wilson <msw@redhat.com> 1.4.16-6
- added a patch (Patch1) to link the c library in dynamically, the - added a patch (Patch1) to link the c library in dynamically, the
rest of the libs statically for the parted binary (MF #49358) rest of the libs statically for the parted binary (MF #49358)