diff --git a/parted.spec b/parted.spec index 5c2b9b6..f6bb6b1 100644 --- a/parted.spec +++ b/parted.spec @@ -1,11 +1,12 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.4.24 -Release: 6 +Release: 6a Copyright: GPL Group: Applications/System Buildroot: %{_tmppath}/%{name}-%{version}-root Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz +Patch0: parted-1.4.24-s390.patch BuildRequires: libunicode-devel e2fsprogs-devel libtermcap-devel readline-devel BuildRequires: python-devel %define _sbindir /sbin @@ -29,10 +30,11 @@ Parted library, you need to install this package. %prep %setup -q +%patch0 -p1 -b .s390 %build %define __libtoolize /bin/true -%configure --enable-shared --enable-part-static --enable-pc98=no +%configure --enable-shared --enable-part-static --enable-pc98=no --disable-Werror make %install @@ -63,6 +65,9 @@ make %{_libdir}/lib*.so %changelog +* Tue Nov 19 2002 Karsten Hopp 1.4.24-6a +- added s390 dasd patch + * Fri Jun 21 2002 Tim Powers - automated rebuild