auto-import changelog data from e2fsprogs-1.23-2.src.rpm
* Wed Aug 29 2001 Bill Nottingham <notting@redhat.com> - disable BLKGETSIZE64 ioctl support for now
This commit is contained in:
parent
60cc253491
commit
5c84dc41d4
@ -1,14 +1,16 @@
|
|||||||
|
%define optflags -g
|
||||||
%define _root_sbindir /sbin
|
%define _root_sbindir /sbin
|
||||||
%define _root_libdir /%{_lib}
|
%define _root_libdir /%{_lib}
|
||||||
|
|
||||||
Summary: Utilities for managing the second extended (ext2) filesystem.
|
Summary: Utilities for managing the second extended (ext2) filesystem.
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.23
|
Version: 1.23
|
||||||
Release: 1
|
Release: 2
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
|
Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
|
||||||
Patch1: e2fsprogs-1.19-mountlabel3.patch
|
Patch1: e2fsprogs-1.19-mountlabel3.patch
|
||||||
|
Patch2: e2fsprogs-1.23-blkgetsize64.patch
|
||||||
Url: http://e2fsprogs.sourceforge.net/
|
Url: http://e2fsprogs.sourceforge.net/
|
||||||
Prereq: /sbin/ldconfig
|
Prereq: /sbin/ldconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -44,6 +46,7 @@ also want to install e2fsprogs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .mountlabel3
|
%patch1 -p1 -b .mountlabel3
|
||||||
|
%patch2 -p1 -b .blkgetsize64
|
||||||
|
|
||||||
chmod 755 configure
|
chmod 755 configure
|
||||||
autoconf
|
autoconf
|
||||||
@ -165,6 +168,9 @@ exit 0
|
|||||||
%{_mandir}/man3/com_err.3*
|
%{_mandir}/man3/com_err.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 29 2001 Bill Nottingham <notting@redhat.com>
|
||||||
|
- disable BLKGETSIZE64 ioctl support for now
|
||||||
|
|
||||||
* Sun Aug 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
* Sun Aug 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
- update to 1.23. This was requested to support the "auto" fstype
|
- update to 1.23. This was requested to support the "auto" fstype
|
||||||
to ease ext2 <-> ext3 conversions.
|
to ease ext2 <-> ext3 conversions.
|
||||||
|
Loading…
Reference in New Issue
Block a user