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:
parent
6fbe9759db
commit
6f8c14adb7
12
parted.spec
12
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 <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
|
||||
- update to 1.6.12 with major changes to CHS handling to hopefully fix #115980
|
||||
- adjust dasd patch accordingly, drop some included patches
|
||||
|
Loading…
Reference in New Issue
Block a user