diff --git a/parted.spec b/parted.spec index 6b6a470..c2c2f87 100644 --- a/parted.spec +++ b/parted.spec @@ -1,13 +1,16 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.4.11 -Release: 3 +Release: 5 Copyright: GPL Group: Applications/System Buildroot: %{_tmppath}/%{name}-%{version}-root Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: http://domsch.com/linux/parted/parted-1.4.11-gpt-010319.patch Patch1: http://domsch.com/linux/parted/parted-1.4.11-gpt-pmbralign.patch +Patch2: parted-python.patch +Patch3: parted-1.4.11-cciss.patch +BuildPrereq: libunicode-devel %define _sbindir /sbin %description @@ -31,6 +34,8 @@ disk partitions and filesystems. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build %define __libtoolize /bin/true @@ -60,6 +65,13 @@ make %{_libdir}/lib*.so %changelog +* Tue May 29 2001 Bill Nottingham +- add major numbers for cciss +- add libunicode-devel buildprereq + +* Sun May 27 2001 Matthew Wilson +- added type, heads, and sectors to the python binding for PedDevice + * Fri May 4 2001 Matt Wilson - added parted-1.4.11-gpt-pmbralign.patch from Matt Domsch