e2fsprogs/e2fsprogs.spec

605 lines
20 KiB
RPMSpec
Raw Normal View History

auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%define _root_sbindir /sbin
%define _root_libdir /%{_lib}
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
Name: e2fsprogs
Version: 1.41.4
Release: 2%{?dist}
# License based on upstream-modified COPYING file,
# which clearly states "V2" intent.
License: GPLv2
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
Group: System Environment/Base
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: ext2_types-wrapper.h
Source2: blkid_types-wrapper.h
Source3: uuidd.init
Patch1: e2fsprogs-1.38-etcblkid.patch
Patch2: e2fsprogs-1.40.4-sb_feature_check_ignore.patch
Patch3: e2fsprogs-1.41.4-debugfs-stat-segfault.patch
Patch4: e2fsprogs-1.41.4-libext2fs-info.patch
Url: http://e2fsprogs.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2006-01-04 03:30:33 +00:00
Requires: e2fsprogs-libs = %{version}-%{release}, device-mapper
BuildRequires: pkgconfig, texinfo, libselinux-devel
BuildRequires: libsepol-devel, device-mapper-devel, util-linux
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%description
The e2fsprogs package contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in second
and third extended (ext2/ext3) filesystems. E2fsprogs contains
e2fsck (used to repair filesystem inconsistencies after an unclean
shutdown), mke2fs (used to initialize a partition to contain an
empty ext2 filesystem), debugfs (used to examine the internal
structure of a filesystem, to manually repair a corrupted
filesystem, or to create test cases for e2fsck), tune2fs (used to
modify filesystem parameters), and most of the other core ext2fs
filesystem utilities.
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
You should install the e2fsprogs package if you need to manage the
performance of an ext2 and/or ext3 filesystem.
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%package libs
Summary: Ext2/3 filesystem-specific shared libraries and headers
Group: Development/Libraries
# License based on upstream-modified COPYING file,
# which clearly states "V2" intent as well as other
# licenses for various libs, which also have in-source specification.
License: GPLv2 and LGPLv2 and BSD and MIT
Requires(post): /sbin/ldconfig
%description libs
E2fsprogs-lib contains the libraries of the e2fsprogs package.
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%package devel
Summary: Ext2/3 filesystem-specific static libraries and headers
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
Group: Development/Libraries
# License based on upstream-modified COPYING file,
# which clearly states [L]GPLv2 intent as well as other
# licenses for various libs, which also have in-source specification.
License: GPLv2 and LGPLv2 and BSD and MIT
Requires: e2fsprogs-libs = %{version}-%{release}
Requires: device-mapper-devel >= 1.02.02-3
Requires: gawk
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%description devel
E2fsprogs-devel contains the libraries and header files needed to
develop second and third extended (ext2/ext3) filesystem-specific
programs.
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
You should install e2fsprogs-devel if you want to develop ext2/ext3
filesystem-specific programs. If you install e2fsprogs-devel, you'll
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
also want to install e2fsprogs.
%package -n uuidd
Summary: helper daemon to guarantee uniqueness of time-based UUIDs
Group: System Environment/Daemons
Requires: e2fsprogs-libs = %{version}-%{release}
License: GPLv2
Requires(pre): shadow-utils
%description -n uuidd
The uuidd package contains a userspace daemon (uuidd) which guarantees
uniqueness of time-based UUID generation even at very high rates on
SMP systems.
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%prep
2005-02-11 16:29:33 +00:00
%setup -q -n e2fsprogs-%{version}
# put blkid.tab in /etc/blkid/
%patch1 -p1 -b .etcblkid
# ignore some flag differences on primary/backup sb feature checks
# mildly unsafe but 'til I get something better, avoid full fsck
# after an selinux install...
%patch2 -p1 -b .featurecheck
# Fix segfault in debugfs "stat" if fs not open
%patch3 -p1 -b .statfs
# Fix up name of info file
%patch4 -p1 -b .info
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%build
%configure --enable-elf-shlibs --enable-nls --disable-e2initrd-helper --enable-blkid-devmapper --enable-blkid-selinux
make %{?_smp_mflags}
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%install
rm -rf %{buildroot}
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
export PATH=/sbin:$PATH
make install install-libs DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" \
root_sbindir=%{_root_sbindir} root_libdir=%{_root_libdir}
# ugly hack to allow parallel install of 32-bit and 64-bit -devel packages:
%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
%ifarch %{multilib_arches}
mv -f $RPM_BUILD_ROOT%{_includedir}/ext2fs/ext2_types.h \
$RPM_BUILD_ROOT%{_includedir}/ext2fs/ext2_types-%{_arch}.h
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_includedir}/ext2fs/ext2_types.h
mv -f $RPM_BUILD_ROOT%{_includedir}/blkid/blkid_types.h \
$RPM_BUILD_ROOT%{_includedir}/blkid/blkid_types-%{_arch}.h
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_includedir}/blkid/blkid_types.h
%endif
# Our own initscript for uuidd
2008-02-11 05:23:10 +00:00
install -D -m 755 %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/uuidd
# And a dir uuidd needs that the makefiles don't create
install -d $RPM_BUILD_ROOT/var/lib/libuuid
%find_lang %{name}
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%check
make check
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%clean
rm -rf %{buildroot}
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%post
[ -e /etc/blkid.tab ] && mv /etc/blkid.tab /etc/blkid/blkid.tab || :
[ -e /etc/blkid.tab.old ] && mv /etc/blkid.tab.old /etc/blkid/blkid.tab.old || :
%post libs -p /sbin/ldconfig
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%postun libs -p /sbin/ldconfig
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%post devel
/sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%preun devel
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
fi
exit 0
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%pre -n uuidd
getent group uuidd >/dev/null || groupadd -r uuidd
getent passwd uuidd >/dev/null || \
useradd -r -g uuidd -d /var/lib/libuuid -s /sbin/nologin \
-c "UUID generator helper daemon" uuidd
exit 0
%post -n uuidd
/sbin/chkconfig --add uuidd
%preun -n uuidd
if [ "$1" = 0 ]
then
/sbin/service uuidd stop > /dev/null 2>&1 || :
/sbin/chkconfig --del uuidd
fi
%files -f %{name}.lang
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%defattr(-,root,root)
%doc README RELEASE-NOTES
%dir /etc/blkid
%config(noreplace) /etc/mke2fs.conf
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_root_sbindir}/badblocks
%{_root_sbindir}/blkid
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_root_sbindir}/debugfs
%{_root_sbindir}/dumpe2fs
%{_root_sbindir}/e2fsck
%{_root_sbindir}/e2image
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_root_sbindir}/e2label
%{_root_sbindir}/e2undo
%{_root_sbindir}/findfs
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_root_sbindir}/fsck
%{_root_sbindir}/fsck.ext2
%{_root_sbindir}/fsck.ext3
%{_root_sbindir}/fsck.ext4
%{_root_sbindir}/fsck.ext4dev
%{_root_sbindir}/logsave
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_root_sbindir}/mke2fs
%{_root_sbindir}/mkfs.ext2
%{_root_sbindir}/mkfs.ext3
%{_root_sbindir}/mkfs.ext4
%{_root_sbindir}/mkfs.ext4dev
%{_root_sbindir}/resize2fs
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_root_sbindir}/tune2fs
%{_sbindir}/filefrag
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_sbindir}/mklost+found
%{_bindir}/chattr
%{_bindir}/lsattr
%{_bindir}/uuidgen
%{_mandir}/man1/chattr.1*
%{_mandir}/man1/lsattr.1*
%{_mandir}/man1/uuidgen.1*
%{_mandir}/man5/e2fsck.conf.5*
%{_mandir}/man5/mke2fs.conf.5*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_mandir}/man8/badblocks.8*
%{_mandir}/man8/blkid.8*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_mandir}/man8/debugfs.8*
%{_mandir}/man8/dumpe2fs.8*
%{_mandir}/man8/e2fsck.8*
%{_mandir}/man8/findfs.8*
%{_mandir}/man8/filefrag.8*
%{_mandir}/man8/fsck.ext2.8*
%{_mandir}/man8/fsck.ext3.8*
%{_mandir}/man8/fsck.ext4.8*
%{_mandir}/man8/fsck.ext4dev.8*
%{_mandir}/man8/e2image.8*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_mandir}/man8/e2label.8*
%{_mandir}/man8/e2undo.8*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_mandir}/man8/fsck.8*
%{_mandir}/man8/logsave.8*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_mandir}/man8/mke2fs.8*
%{_mandir}/man8/mkfs.ext2.8*
%{_mandir}/man8/mkfs.ext3.8*
%{_mandir}/man8/mkfs.ext4.8*
%{_mandir}/man8/mkfs.ext4dev.8*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_mandir}/man8/mklost+found.8*
%{_mandir}/man8/resize2fs.8*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_mandir}/man8/tune2fs.8*
%files libs
%defattr(-,root,root)
%{_root_libdir}/libblkid.so.*
%{_root_libdir}/libcom_err.so.*
%{_root_libdir}/libe2p.so.*
%{_root_libdir}/libext2fs.so.*
%{_root_libdir}/libss.so.*
%{_root_libdir}/libuuid.so.*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%files devel
%defattr(-,root,root)
%{_infodir}/libext2fs.info*
%{_bindir}/compile_et
%{_bindir}/mk_cmds
%{_libdir}/libblkid.a
%{_libdir}/libblkid.so
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_libdir}/libcom_err.a
%{_libdir}/libcom_err.so
%{_libdir}/libe2p.a
%{_libdir}/libe2p.so
%{_libdir}/libext2fs.a
%{_libdir}/libext2fs.so
%{_libdir}/libss.a
%{_libdir}/libss.so
%{_libdir}/libuuid.a
%{_libdir}/libuuid.so
2005-02-11 16:29:33 +00:00
%{_libdir}/pkgconfig/*.pc
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_datadir}/et
%{_datadir}/ss
%{_includedir}/blkid
%{_includedir}/e2p
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_includedir}/et
%{_includedir}/ext2fs
%{_includedir}/ss
%{_includedir}/uuid
%{_mandir}/man1/compile_et.1*
%{_mandir}/man1/mk_cmds.1*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%{_mandir}/man3/com_err.3*
%{_mandir}/man3/libblkid.3*
2005-02-11 16:29:33 +00:00
%{_mandir}/man3/uuid.3*
%{_mandir}/man3/uuid_clear.3*
%{_mandir}/man3/uuid_compare.3*
%{_mandir}/man3/uuid_copy.3*
%{_mandir}/man3/uuid_generate.3*
%{_mandir}/man3/uuid_generate_random.3*
%{_mandir}/man3/uuid_generate_time.3*
%{_mandir}/man3/uuid_is_null.3*
%{_mandir}/man3/uuid_parse.3*
%{_mandir}/man3/uuid_time.3*
%{_mandir}/man3/uuid_unparse.3*
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%files -n uuidd
%defattr(-,root,root)
/etc/rc.d/init.d/uuidd
%{_mandir}/man8/uuidd.8*
%attr(-, uuidd, uuidd) %{_sbindir}/uuidd
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
auto-import changelog data from e2fsprogs-1.18-15.src.rpm * Wed Aug 30 2000 Matt Wilson <msw@redhat.com> - rebuild to cope with glibc locale binary incompatibility, again * Wed Aug 16 2000 Jeff Johnson <jbj@redhat.com> - correct relative symlinks (#16130). * Mon Aug 14 2000 Preston Brown <pbrown@redhat.com> - absolute --> relative symlinks (#16130) * Tue Jul 25 2000 Erik Troan <ewt@redhat.com> - fixed LABEL handling * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Mon Jun 26 2000 Matt Wilson <msw@redhat.com> - added resize2fs from the WIP snapshot * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - patched to build against linux 2.4 headers * Mon Jun 05 2000 Jeff Johnson <jbj@redhat.com> - FHS packaging. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com> - fix for ia64 * Sat Feb 05 2000 Bill Nottingham <notting@redhat.com> - add install-info scripts * Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com> - Fix bug #8585 (Y2K problems in debugfs) * Wed Feb 02 2000 Jakub Jelinek <jakub@redhat.com> - allow multiline errors in et, so that other programs can use compile_et (from Kerberos) * Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com> - build 1.18 for 6.2. * Tue Oct 26 1999 Bill Nottingham <notting@redhat.com> - update to 1.17 * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com> - update to 1.16 * Thu Oct 21 1999 Bill Nottingham <notting@redhat.com> - add patch to fix SIGUSR1 kills. * Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com> - rebuild against new glibc in the sparc tree * Thu Sep 23 1999 Jakub Jelinek <jakub@redhat.com> - update mke2fs man page so that it reflects changes in mke2fs netweem 1.14 and 1.15 * Thu Aug 05 1999 Bill Nottingham <notting@redhat.com> - fix lsattr on alpha * Thu Jul 29 1999 Jeff Johnson <jbj@redhat.com> - update to 1.15. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 4) * Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com> - fix fsck segfault * Tue Feb 02 1999 Jeff Johnson <jbj@redhat.com> - update to 1.14 - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info to generate config.sub on arm * Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com> - fix /usr/bin/compile_et and doco for com_err.h (#673) * Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com> - build with prefix=/usr - add arm patch * Mon Dec 28 1998 Jeff Johnson <jbj@redhat.com> - update to 1.13. * Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com> - recompile statically linked binary for 5.2/sparc * Mon Jul 13 1998 Jeff Johnson <jbj@redhat.com> - upgrade to 1.12. * Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - include <asm/types.h> to match kernel types in utils * Tue Oct 14 1997 Donnie Barnes <djb@redhat.com> - spec file cleanups * Wed Oct 01 1997 Erik Troan <ewt@redhat.com> - fixed broken llseek() prototype * Wed Aug 20 1997 Erik Troan <ewt@redhat.com> - added patch to prototype llseek * Tue Jun 17 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 04:23:03 +00:00
%changelog
* Thu Jan 29 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-2
- Fix debugfs "stat" segfault if no open fs (#482894)
- Fix name of libext2fs info page (#481620)
* Thu Jan 29 2009 Eric Sandeen <sandeen@redhat.com> 1.41.4-1
- New upstream release
- Dropped btrfs & resize fixes, upstream now
* Tue Jan 20 2009 Eric Sandeen <sandeen@redhat.com> 1.41.3-4
- resize2fs fixes, esp. for ext4
* Sat Jan 10 2009 Eric Sandeen <sandeen@redhat.com> 1.41.3-3
- Remove conservative "don't change journal location" patch for F11
- Add btrfs recognition to blkid
* Mon Oct 03 2008 Eric Sandeen <sandeen@redhat.com> 1.41.3-2
- Bump to revision 2, f10 was behind f9, oops.
* Mon Oct 03 2008 Eric Sandeen <sandeen@redhat.com> 1.41.3-1
- New upstream version (very minor fixes, ext4-related)
* Thu Oct 02 2008 Eric Sandeen <sandeen@redhat.com> 1.41.2-2
- Fix blkid to recognize ext4dev filesystems as ext4-mountable
* Thu Oct 02 2008 Eric Sandeen <sandeen@redhat.com> 1.41.2-1
- New upstream version
- Updated default dir hash (half_md4) for better perf & fewer collisions
- Fixed ext4 online resizing with flex_bg
- ext4 journal now in extents format and in middle of filesystem
- fix unreadable e2image files
- fix file descriptor leak in libcom_err (#464689)
* Sat Aug 23 2008 Eric Sandeen <sandeen@redhat.com> 1.41.0-2
- Don't check the group checksum when !GDT_CSUM (#459875)
* Thu Jul 10 2008 Eric Sandeen <sandeen@redhat.com> 1.41.0-1
- New upstream version
- ext4 capable
* Mon Jul 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.2.WIP.0707
- Fix release macro snafu
* Mon Jul 07 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.1.WIP.0707
- New upstream snapshot release
* Fri Jun 20 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.WIP.0617.1
- Fix blkid -g segfault when clearing entries (#452333)
* Wed Jun 18 2008 Eric Sandeen <sandeen@redhat.com> 1.41-0.WIP.0617
- New upstream snapshot release for ext4 capability
* Wed Jun 04 2008 Eric Sandeen <sandeen@redhat.com> 1.40.10-3
- Tidy up multilib hack for non-multilib arches (#446016)
- Fix up postun script (#449868)
2008-06-04 17:07:30 +00:00
* Wed Jun 04 2008 Dennis Gilmore <dennis@ausil.us> 1.40.10-2
- setup header support for sparc
* Fri May 23 2008 Eric Sandeen <esandeen@redhat.com> 1.40.10-1
- New upstream version
2008-06-04 17:07:30 +00:00
- Fixes unprivileged blkid use problem (#448591)
* Mon May 12 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-2
- Fix blkid swap recognition on big-endian boxes (#445786)
* Sun Apr 27 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-1
- New upstream version
* Fri Mar 14 2008 Eric Sandeen <esandeen@redhat.com> 1.40.8-2
- Update ext2fs_swap_inode_full() fix to match upstream
- Check more of swapv1 header in blkid detection (#442937)
* Fri Mar 14 2008 Eric Sandeen <esandeen@redhat.com> 1.40.8-1
- New upstream version
* Mon Mar 03 2008 Eric Sandeen <esandeen@redhat.com> 1.40.7-2
- second try at fixing resize2fs vs. large inodes... (#434893)
* Fri Feb 29 2008 Eric Sandeen <esandeen@redhat.com> 1.40.7-1
- New upstream version, special leap-day edition
- Fix resize2fs losing inline xattrs when shrinking (#434893)
and add patch to fix swap_inode_full in this case
- Allow mke2fs & tune2fs to manipulate large_file feature (#258381)
- Handle lvm error conditions in libblkid (#433857)
- Allow tune2fs to clear the resize_inode feature (#167816)
- Teach blkid to detect LVM2 physical volumes (#409321)
- Show "mostly printable" xattrs as text in debugfs (#430621)
- Trimmed pre-1.38 rpm changelog entries
* Sun Feb 10 2008 Eric Sandeen <esandeen@redhat.com> 1.40.6-1
- New upstream version
* Fri Feb 08 2008 Eric Sandeen <esandeen@redhat.com> 1.40.5-2
- gcc-4.3 rebuild
* Mon Jan 28 2008 Eric Sandeen <esandeen@redhat.com> 1.40.5-1
- New upstream version, drop several now-upstream patches.
* Thu Jan 24 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-7
- Fix sb flag comparisons properly this time (#428893)
- Make 256-byte inodes for the [default] mkfs case.
This will facilitate upgrades to ext4 later, and help xattr perf.
* Wed Jan 23 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-6
- Completely clobber e2fsck.static build.
* Wed Jan 23 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-5
- Ignore some primary/backup superblock flag differences (#428893)
- Teach libblkid about ext4dev.
* Mon Jan 10 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-4
- Build e2fsck as a dynamically linked binary.
- Re-fix uidd manpage default paths.
* Tue Jan 09 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-3
- New uuidd subpackage, and properly set up uuidd at install.
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-2
- Add new uidd files to specfile
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.4-1
- New upstream version, drop several now-upstream patches.
* Tue Jan 01 2008 Eric Sandeen <esandeen@redhat.com> 1.40.2-15
- Drop resize_inode removal patch from tune2fs; ostensibly was
for old kernels which could not mount, but seems to be fine.
- Drop pottcdate removal patch, and don't rebuild .po files,
causes multilib problems and we generally shouldn't rebuild.
- Drop multilib patch; wrapper header should take care of this now.
- Drop ->open rename, Fedora seems ok with this now.
* Tue Dec 11 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-14
- Fix integer overflows (#414591 / CVE-2007-5497)
* Tue Dec 4 2007 Stepan Kasal <skasal@redhat.com> 1.40.2-13
- The -devel package now requires device-mapper-devel, to match
the dependency in blkid.pc (#410791)
* Tue Nov 27 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-12
- Use upstream patch for blkid fat detection, avoids div-by-zero
when encountering some BSD partitions (#398281)
* Tue Oct 23 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-11
- Add arm to multilib header wrapper
* Sat Oct 20 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-10
- Make (more) file timestamps match those in tarball for multilib tidiness
- Fix e2fsprogs-libs summary (shared libs not static)
* Tue Oct 15 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-9
- Detect big-endian squashfs filesystems in libblkid (#305151)
* Tue Oct 02 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-8
- Detect squashfs filesystems in libblkid (#305151)
* Tue Sep 18 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-7
- Fix blkid fat probe when there is a real MBR (#290951)
* Tue Sep 18 2007 Oliver Falk <oliver@linux-kernel.at> 1.40.2-6
- Add alpha to the header wrappers
* Fri Sep 07 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-5
- wrap a couple headers to fix multilib issues (#270441)
* Wed Aug 29 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-4
- add gawk to e2fsprogs-devel Requires, compile_et needs it (#265961)
* Thu Aug 23 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-3
- Update license tags
- Fix one open-create caller with no mode
- Protect ->open ops from glibc open-create-mode-checker
- Fix source URL
- Add gawk to BuildRequires
* Wed Jul 18 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-2
- Fix bug in ext2fs_swap_inode_full() on big-endian boxes
* Tue Jul 17 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-1
- New version 1.40.2
- Fix up warning in badblocks
* Mon Jun 25 2007 Eric Sandeen <esandeen@redhat.com> 1.39-15
- Fix up .po files to remove timestamps; multilib issues (#245653)
* Fri Jun 22 2007 Eric Sandeen <esandeen@redhat.com> 1.39-14
- Many coverity-found potential leaks, segfaults, etc (#239354)
- Fix debugfs segfaults when no fs open (#208416, #209330)
- Avoid recursive loops in logdump due to symlinks in /dev (#210371)
- Don't write changes to the backup superblocks by default (#229561)
- Correct byteswapping for fast symlinks with xattrs (#232663)
- e2fsck: added sanity check for xattr validation (#230193)
* Wed Jun 20 2007 Eric Sandeen <esandeen@redhat.com> 1.39-13
- add dist tag to release field
* Wed Jun 20 2007 Eric Sandeen <esandeen@redhat.com> 1.39-12
- add LUKS support to libblkid (#242421)
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.39-11
- fix post/preun requirements
- use smp flags
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.39-10
- Add build dependency on new device-mapper-devel package.
* Mon Dec 25 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-9
- build fixes for new automake 1.10 (#220715)
* Mon Dec 18 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-8
- make uuid_generate_time generate unique uuids (#218606)
* Wed Sep 20 2006 Jarod Wilson <jwilson@redhat.com> - 1.39-7
- 32-bit 16T fixups from esandeen (#202807)
- Update summaries and descriptions
2006-09-17 14:06:13 +00:00
* Sun Sep 17 2006 Karel Zak <kzak@redhat.com> - 1.39-6
- Fix problem with empty FAT label (#206656)
* Tue Sep 5 2006 Peter Jones <pjones@redhat.com> - 1.39-5
- Fix memory leak in device probing.
* Mon Jul 24 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-4
- fixed multilib devel conflicts (#192665)
* Thu Jul 20 2006 Bill Nottingham <notting@redhat.com> - 1.39-3
- prevent libblkid returning /dev/dm-X
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.39-2.1
2006-07-12 05:43:14 +00:00
- rebuild
2006-07-10 06:29:59 +00:00
* Mon Jul 10 2006 Karel Zak <kzak@redhat.com> - 1.39-2
- add GFS abd GFS2 support to libblkid
* Thu Jul 6 2006 Thomas Woerner <twoerner@redhat.com> - 1.39-1
- new version 1.39
- dropped ext2online, because resize2fs is now able to do online resize
- spec file cleanup
- enabled checks for build
* Tue Jun 13 2006 Bill Nottingham <notting@redhat.com> - 1.38-15
- prevent libblkid returning /dev/dm-X
2006-06-14 02:36:08 +00:00
- fix build
* Tue Mar 21 2006 Karel Zak <kzak@redhat.com> - 1.38-14
- prevent error messages to stderr caused by libblkid calling libdevmapper
2006-03-13 12:53:54 +00:00
* Mon Mar 13 2006 Karel Zak <kzak@redhat.com> - 1.38-13
- used upstream version of the blkid-epoch patch (by Theodore Tso, #182188)
* Wed Mar 8 2006 Peter Jones <pjones@redhat.com> - 1.38-12
- Move /etc/blkid.tab to /etc/blkid/blkid.tab
* Tue Mar 7 2006 David Cantrell <dcantrell@redhat.com> - 1.38-11
2006-03-07 15:46:43 +00:00
- BuildRequires pkgconfig
* Tue Mar 7 2006 David Cantrell <dcantrell@redhat.com> - 1.38-10
- Disable /etc/blkid.tab caching if time is set before epoch (#182188)
2006-02-24 16:00:15 +00:00
* Fri Feb 24 2006 Peter Jones <pjones@redhat.com> - 1.38-9
- _don't_ handle selinux context on blkid.tab, dwalsh says this is a no-no.
* Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 1.38-8
2006-02-22 18:21:20 +00:00
- handle selinux context on blkid.tab
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.38-7
- BuildRequires: gettext-devel
2006-02-11 02:28:30 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.38-6.2
- bump again for double-long bug on ppc(64)
* Tue Feb 7 2006 Jesse Keating <jkeating@redhat.com> - 1.38-6.1
2006-02-07 11:27:10 +00:00
- rebuilt for new gcc4.1 snapshot and glibc changes
2006-01-11 15:41:36 +00:00
* Wed Jan 11 2006 Karel Zak <kzak@redhat.com> 1.38-6
- cleanup device-mapper patch
- use pkg-config for device-mapper
2006-01-09 22:43:20 +00:00
* Mon Jan 9 2006 Peter Jones <pjones@redhat.com> 1.38-5
- fix some more minor logic errors in dm probing
* Wed Jan 4 2006 Peter Jones <pjones@redhat.com> 1.38-4
- fix a logic error in dm probing
- add priority group for dm devices, so they'll be preferred
* Tue Jan 3 2006 Peter Jones <pjones@redhat.com> 1.38-3
2006-01-04 03:30:33 +00:00
- added support for device-mapper devices
* Fri Dec 9 2005 Jesse Keating <jkeating@redhat.com>
2005-12-09 22:40:17 +00:00
- rebuilt
* Thu Nov 10 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2.1
- fixed file conflicts between 32bit and 64bit packages (#168815)
- fixed mklost+found crashes with buffer overflow (#157773)
Thanks to Arjan van de Ven for the patch
* Wed Nov 9 2005 Thomas Woerner <twoerner@redhat.com> 1.38-2
- splitted up libs from main package, into a new e2fsprogs-libs package
- fixed requires and prereqs
* Thu Sep 8 2005 Thomas Woerner <twoerner@redhat.com> 1.38-1
- new version 1.38
- Close File descriptor for unregognized devices (#159878)
Thanks to David Milburn for the patch.
Merged from RHEL-4
- enable tune2fs to set and clear feature resize_inode (#167816)
- removed outdated information from ext2online man page (#164383)