From 6f8c14adb7b1c5a98d4e40644aad0307e841044e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:03:09 +0000 Subject: [PATCH] auto-import changelog data from parted-1.6.12-2.src.rpm Tue Aug 24 2004 Jeremy Katz - 1.6.12-2 - fix assertion error when checking flags on non-active partition (#130692) - buildrequires: gettext-devel --- parted.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/parted.spec b/parted.spec index c74c19d..bdf000a 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.12 -Release: 1 +Release: 2 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: parted-1.6.3-fat.c.patch @@ -12,12 +12,14 @@ Patch100: parted-1.6.12-dasd.patch Patch150: parted-1.6.3-iseries.patch Patch151: parted-1.6.3-aix.patch +Patch200: parted-1.6.12-active.patch + Buildroot: %{_tmppath}/%{name}-root License: GPL Group: Applications/System BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel BuildRequires: ncurses-devel -BuildRequires: automake libtool gettext +BuildRequires: automake libtool gettext-devel Prereq: /sbin/install-info %description @@ -46,6 +48,8 @@ Parted library, you need to install this package. %patch150 -p1 -b .iseries %patch151 -p1 -b .aix +%patch200 -p1 -b .active + aclocal autoconf @@ -90,6 +94,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Tue Aug 24 2004 Jeremy Katz - 1.6.12-2 +- fix assertion error when checking flags on non-active partition (#130692) +- buildrequires: gettext-devel + * Mon Aug 16 2004 Jeremy Katz - 1.6.12-1 - update to 1.6.12 with major changes to CHS handling to hopefully fix #115980 - adjust dasd patch accordingly, drop some included patches