auto-import changelog data from parted-1.6.12-2.src.rpm

Tue Aug 24 2004 Jeremy Katz <katzj@redhat.com> - 1.6.12-2
- fix assertion error when checking flags on non-active partition (#130692)
- buildrequires: gettext-devel
This commit is contained in:
cvsdist 2004-09-09 10:03:09 +00:00
parent 6fbe9759db
commit 6f8c14adb7

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program. Summary: The GNU disk partition manipulation program.
Name: parted Name: parted
Version: 1.6.12 Version: 1.6.12
Release: 1 Release: 2
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Patch0: parted-1.6.3-fat.c.patch 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 Patch150: parted-1.6.3-iseries.patch
Patch151: parted-1.6.3-aix.patch Patch151: parted-1.6.3-aix.patch
Patch200: parted-1.6.12-active.patch
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
License: GPL License: GPL
Group: Applications/System Group: Applications/System
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: automake libtool gettext BuildRequires: automake libtool gettext-devel
Prereq: /sbin/install-info Prereq: /sbin/install-info
%description %description
@ -46,6 +48,8 @@ Parted library, you need to install this package.
%patch150 -p1 -b .iseries %patch150 -p1 -b .iseries
%patch151 -p1 -b .aix %patch151 -p1 -b .aix
%patch200 -p1 -b .active
aclocal aclocal
autoconf autoconf
@ -90,6 +94,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
%{_libdir}/*.a* %{_libdir}/*.a*
%changelog %changelog
* Tue Aug 24 2004 Jeremy Katz <katzj@redhat.com> - 1.6.12-2
- fix assertion error when checking flags on non-active partition (#130692)
- buildrequires: gettext-devel
* Mon Aug 16 2004 Jeremy Katz <katzj@redhat.com> - 1.6.12-1 * Mon Aug 16 2004 Jeremy Katz <katzj@redhat.com> - 1.6.12-1
- update to 1.6.12 with major changes to CHS handling to hopefully fix #115980 - update to 1.6.12 with major changes to CHS handling to hopefully fix #115980
- adjust dasd patch accordingly, drop some included patches - adjust dasd patch accordingly, drop some included patches