c53821
%define PREVER b46
c53821
%define DUMP_VERSION 0.4%{PREVER}
c53821
c53821
Summary:       Programs for backing up and restoring ext2/ext3/ext4 filesystems
c53821
Name:          dump
c53821
Epoch:         1
c53821
Version:       0.4
c53821
Release:       0.36.%{PREVER}%{?dist}
c53821
License:       BSD
c53821
Group:         Applications/Archiving
c53821
URL:           http://dump.sourceforge.net/
c53821
Source:        http://downloads.sourceforge.net/dump/dump-%{DUMP_VERSION}.tar.gz
c53821
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
c53821
BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
c53821
BuildRequires: zlib-devel, bzip2-devel, automake
c53821
BuildRequires: device-mapper-devel, libselinux-devel
c53821
BuildRequires: lzo-minilzo
c53821
BuildRequires: lzo-devel, libtool
c53821
# This Requires is now mandatory because we need to ensure the "disk"
c53821
# group is created before installation (#60461)
c53821
Requires:      setup
c53821
Requires:      rmt
c53821
Obsoletes:     dump-static
c53821
Provides:      dump-static
c53821
c53821
Patch0:        dump-buildfix.patch
c53821
Patch1:        dump-remove-lzo.patch
c53821
c53821
%description
c53821
The dump package contains both dump and restore. Dump examines files
c53821
in a filesystem, determines which ones need to be backed up, and
c53821
copies those files to a specified disk, tape, or other storage medium.
c53821
The restore command performs the inverse function of dump; it can
c53821
restore a full backup of a filesystem. Subsequent incremental backups
c53821
can then be layered on top of the full backup. Single files and
c53821
directory subtrees may also be restored from full or partial backups.
c53821
c53821
Install dump if you need a system for both backing up filesystems and
c53821
restoring filesystems after backups.
c53821
c53821
%prep
c53821
%setup -q -n dump-%{DUMP_VERSION}
c53821
c53821
%patch0 -p1 -b .buildfix
c53821
%patch1 -p1 -b .remove-lzo
c53821
c53821
for i in MAINTAINERS COPYING ChangeLog; do
c53821
    iconv -f iso-8859-1 -t utf-8  $i -o $i.new
c53821
    touch -r $i $i.new
c53821
    mv $i.new $i
c53821
done
c53821
c53821
%build
c53821
autoreconf -fiv
c53821
c53821
export CFLAGS="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes \
c53821
-Wmissing-prototypes -Wno-char-subscripts -fno-strict-aliasing"
c53821
c53821
# XXX --enable-kerberos needs krcmd
c53821
%configure --disable-static \
c53821
    --enable-transselinux \
c53821
    --enable-largefile \
c53821
    --disable-rmt \
c53821
    --enable-qfa \
c53821
    --enable-readline \
c53821
    --with-binmode=0755 \
c53821
    --with-manowner=root \
c53821
    --with-mangrp=root \
c53821
    --with-manmode=0644
c53821
c53821
make %{?_smp_mflags}
c53821
c53821
%install
c53821
rm -rf %{buildroot}
c53821
mkdir -p %{buildroot}%{_sbindir}
c53821
mkdir -p %{buildroot}%{_mandir}/man8
c53821
c53821
%makeinstall INSTALL="install -p" \
c53821
    SBINDIR=%{buildroot}%{_sbindir} \
c53821
    BINDIR=%{buildroot}%{_sbindir} \
c53821
    MANDIR=%{buildroot}%{_mandir}/man8 \
c53821
    BINOWNER=$(id -un) \
c53821
    BINGRP=$(id -gn) \
c53821
    MANOWNER=$(id -un) \
c53821
    MANGRP=$(id -gn)
c53821
c53821
pushd %{buildroot}
c53821
    ln -sf dump .%{_sbindir}/rdump
c53821
    ln -sf restore .%{_sbindir}/rrestore
c53821
    mkdir -p .%{_sysconfdir}
c53821
    > .%{_sysconfdir}/dumpdates
c53821
popd
c53821
c53821
%clean
c53821
rm -rf %{buildroot}
c53821
c53821
%files
c53821
%defattr(-,root,root)
c53821
%doc AUTHORS COPYING INSTALL KNOWNBUGS MAINTAINERS NEWS README REPORTING-BUGS TODO
c53821
%doc dump.lsm
c53821
%attr(0664,root,disk) %config(noreplace) %{_sysconfdir}/dumpdates
c53821
%{_sbindir}/dump
c53821
%{_sbindir}/rdump
c53821
%{_sbindir}/restore
c53821
%{_sbindir}/rrestore
c53821
%{_mandir}/man8/dump.8*
c53821
%{_mandir}/man8/rdump.8*
c53821
%{_mandir}/man8/restore.8*
c53821
%{_mandir}/man8/rrestore.8*
c53821
c53821
%changelog
c53821
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.36.b46
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c53821
c53821
* Thu Nov 09 2017 Troy Dawson <tdawson@redhat.com> - 1:0.4-0.35.b46
c53821
- Fix VERSION / version issue causing FTBFS on F27+
c53821
c53821
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.34.b46
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c53821
c53821
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.33.b46
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c53821
c53821
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.32.b46
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c53821
c53821
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:0.4-0.31.b46
c53821
- Rebuild for readline 7.x
c53821
c53821
* Thu Sep 15 2016 Josef Ridky <jridky@redhat.com> - 1:0.4-0.30.b46
c53821
- New upstream release 0.4b46 (#1376411)
c53821
c53821
* Thu Aug 11 2016 Josef Ridky <jridky@redhat.com> - 1:0.4-0.29.b45
c53821
- Fix issue with ignoring -Q flag (#1366133)
c53821
- Fix issue with SIGSEGV alert (#1365124)
c53821
c53821
* Sat Jul 30 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1:0.4-0.28.b45
c53821
- Restore higher Release so upgrade path works for pre-release
c53821
c53821
* Fri Jul 29 2016 Josef Ridky <jridky@redhat.com> - 1:0.4-0.1.b45
c53821
- New upstream release 0.4b45 (#1361495)
c53821
- Fix issue with bad UUID error message (#1048548)
c53821
- Spec file has been updated
c53821
c53821
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.27.b44
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c53821
c53821
* Fri Sep 25 2015 Petr Hracek <phracek@redhat.com> - 1:0.4-0.26.b44
c53821
- Fix hang restoring incrementals which remove directories (#972370)
c53821
- Thanks to Jason Tibbitts
c53821
c53821
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.25.b44
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c53821
c53821
* Wed Dec 17 2014 Petr Hracek <phracek@redhat.com> - 1:0.4-0.24.b44
c53821
- Do not ship lzo in dump package (#1132282)
c53821
c53821
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.23.b44
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c53821
c53821
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.22.b44
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c53821
c53821
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.21.b44
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c53821
c53821
* Tue Jun 04 2013 Petr Hracek <phracek@redhat.com> - 1:0.4-0.20.b44
c53821
- Move rmt into star package (#968995)
c53821
- Remove dependency to star (#968995)
c53821
c53821
* Wed Apr 17 2013 Petr Hracek <phracek@redhat.com> - 1:0.4-0.19.b44
c53821
- Support aarch64 (#925282)
c53821
c53821
* Tue Mar 05 2013 Adam Tkac <atkac redhat com> - 1:0.4-0.18.b44
c53821
- build with -fno-strict-aliasing
c53821
c53821
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.17.b44
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c53821
c53821
* Wed Jan 23 2013 Adam Tkac <atkac redhat com> 1:0.4-0.16.b44
c53821
- remove hardcoded _sbindir path
c53821
c53821
* Thu Jan 17 2013 Adam Tkac <atkac redhat com> 1:0.4-0.15.b44
c53821
- apply the patch for #664616
c53821
c53821
* Thu Jan 17 2013 Adam Tkac <atkac redhat com> 1:0.4-0.14.b44
c53821
- minor manpage fixes (#664616)
c53821
c53821
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.13.b44
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c53821
c53821
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.12.b44
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c53821
c53821
* Tue Jun 14 2011 Adam Tkac <atkac redhat com> 0.4-0.11.b44
c53821
- update to 0.4b44
c53821
- patches merged
c53821
  - dump-rh507948.patch
c53821
  - dump-0.4b42-ext4.patch
c53821
c53821
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.10.b43
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c53821
c53821
* Thu Dec 2 2010 Jan Görig <jgorig redhat com> 0.4-0.9.b42
c53821
- fix dump -w does not work on ext4 fielsystems (#658890)
c53821
c53821
* Mon Jul 12 2010 Adam Tkac <atkac redhat com> 0.4-0.8.b43
c53821
- move COPYRIGHT to the rmt package
c53821
c53821
* Fri Jun 11 2010 Adam Tkac <atkac redhat com> 0.4-0.7.b43
c53821
- update to 0.4b43
c53821
- patches merged
c53821
  - dump-rh568457.patch
c53821
  - dump-rh576525.patch
c53821
c53821
* Mon Apr 26 2010 Adam Tkac <atkac redhat com> 0.4-0.6.b42
c53821
- fix invalid EA metainformation in dump, add workaround to restore (#576525)
c53821
c53821
* Thu Mar 4 2010 Jan Görig <jgorig redhat com> 0.4-0.5.b42
c53821
- don't set extended attributes when in read only mode (#568457)
c53821
c53821
* Wed Feb 10 2010 Adam Tkac <atkac redhat com> 0.4-0.4.b42
c53821
- improve patch for multivol backup issues
c53821
c53821
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-0.3.b42
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c53821
c53821
* Thu Jul 23 2009 Adam Tkac <atkac redhat com> 0.4-0.2.b42
c53821
- restore multivol backups correctly
c53821
c53821
* Mon Jun 22 2009 Adam Tkac <atkac redhat com> 0.4-0.1.b42
c53821
- update to 0.4b42
c53821
- patches merged
c53821
  - dump-selinux.patch
c53821
  - dump-dmfix.patch
c53821
  - dump-immutable.patch
c53821
  - dump-0.4b41-libtinfo.patch
c53821
  - dump-rh356121.patch
c53821
  - dump-rh493635.patch
c53821
  - dump-rh490627.patch
c53821
  - dump-rh489853.patch
c53821
- fix NVR to conform to Fedora policies
c53821
c53821
* Sat Apr 04 2009 Adam Tkac <atkac redhat com> 0.4b41-13
c53821
- display dump level correctly in all cases (#493635)
c53821
- -A option is not valid when -P is specified, correct manual page (#490627)
c53821
- fix typos in manual pages (#489853)
c53821
c53821
* Mon Mar 09 2009 Adam Tkac <atkac redhat com> 0.4b41-12
c53821
- correct manual page (dump level is 0 by default, #356121)
c53821
c53821
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4b41-11
c53821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c53821
c53821
* Thu Feb 05 2009 lonely wolf <wolfy@fedoraproject.org> 0.4b41-10
c53821
- spec cleanup
c53821
c53821
* Fri Oct 03 2008 Adam Tkac <atkac redhat com> 0.4b41-9
c53821
- dump-0.4b37-2TB.patch is no longer needed
c53821
- rebuild (#464989)
c53821
c53821
* Mon Jun 23 2008 Adam Tkac <atkac redhat com> 0.4b41-8
c53821
- removed compat static -> non-static symlinks (#452425)
c53821
c53821
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> 0.4b41-7.1
c53821
- Autorebuild for GCC 4.3
c53821
c53821
* Fri Jan 11 2008 Adam Tkac <atkac redhat com> 0.4b41-6.1
c53821
- use libtinfo instead libncurses
c53821
- use autoreconf (=> add BuildRequires: automake - for aclocal)
c53821
c53821
* Wed Aug 22 2007 Adam Tkac <atkac redhat com> 0.4b41-6
c53821
- rebuild (BuildID feature)
c53821
- use device-mapper-devel instead device-mapper in BuildRequires
c53821
c53821
* Tue Jan 30 2007 Adam Tkac <atkac redhat com> 0.4b41-5
c53821
- fixed dumping of 2TB systems
c53821
c53821
* Mon Jan 29 2007 Adam Tkac <atkac redhat com> 0.4b41-4
c53821
- added Andrew Kroeger's patch. Immutable files are restored correctly
c53821
c53821
* Thu Jan 18 2007 Adam Tkac <atkac redhat com> 0.4b41-3
c53821
- dump is now linked dynamically
c53821
- removed termcap dependency
c53821
c53821
* Mon Aug  7 2006 Jindrich Novy <jnovy@redhat.com> 0.4b41-2
c53821
- fix miscompares detected by restore -C caused by SELinux (#189845)
c53821
- link properly against device-mapper and selinux libraries
c53821
- add autoconf BuildRequires
c53821
- use %%{?dist}
c53821
c53821
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.4b41-1.2.1
c53821
- rebuild
c53821
c53821
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4b41-1.2
c53821
- bump again for double-long bug on ppc(64)
c53821
c53821
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4b41-1.1
c53821
- rebuilt for new gcc4.1 snapshot and glibc changes
c53821
c53821
* Wed Jan 11 2006 Jindrich Novy <jnovy@redhat.com> 0.4b41-1
c53821
- update to 0.4b41
c53821
- drop .fixacl patch, now applied in the new upstream release
c53821
- link against device-mapper
c53821
c53821
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c53821
- rebuilt
c53821
c53821
* Mon Nov 14 2005 Jindrich Novy <jnovy@redhat.com> 0.4b40-5
c53821
- spec file cleanup - thanks to Matthias Saou (#172961)
c53821
- convert spec to UTF-8
c53821
c53821
* Wed Jul 06 2005 Karsten Hopp <karsten@redhat.de> 0.4b40-4
c53821
- BuildRequires ncurses-devel
c53821
c53821
* Thu Jun  9 2005 Jindrich Novy <jnovy@redhat.com> 0.4b40-3
c53821
- fix restoration of ext3 ACL's (#159617) - Stelian Pop
c53821
c53821
* Wed May 11 2005 Jindrich Novy <jnovy@redhat.com> 0.4b40-2
c53821
- Don't strip binaries to get valid debuginfo
c53821
c53821
* Tue May  3 2005 Jindrich Novy <jnvoy@redhat.com> 0.4b40-1
c53821
- Updated to dump 0.4b40
c53821
- Dropped .ea and .asize patches (applied upstream)
c53821
c53821
* Wed Mar  2 2005 Jindrich Novy <jnovy@redhat.com> 0.4b39-3
c53821
- Added patch to fix negative size problem with -s/-d 
c53821
  options (#147710) - from Stelian Pop
c53821
c53821
* Mon Feb 28 2005 Jindrich Novy <jnovy@redhat.com> 0.4b39-2
c53821
- Updated the EA patch with support for in-inode EAs, big
c53821
  inodes and fixes 'error in EA block' displayed for
c53821
  every single inode (#149299) - patch from Stelian Pop
c53821
c53821
* Mon Jan 24 2005 Jindrich Novy 
c53821
- Updated to dump 0.4b39
c53821
- Updated the experimental patch.
c53821
c53821
* Wed Jan 12 2005 Jindrich Novy <jnovy@redhat.com> 0.4b38-1
c53821
- Updated to dump 0.4b38 (#144840)
c53821
- Updated the experimental dump patch.
c53821
- Dropped the cvs patch, applied in the upstream release.
c53821
c53821
* Mon Dec 20 2004 Dan Walsh <dwalsh@redhat.com> 0.4b37-3
c53821
- Updated experimental dump patch from upstream to allow dump/restore of xattr.
c53821
c53821
* Thu Dec 9 2004 Dan Walsh <dwalsh@redhat.com> 0.4b37-2
c53821
- Added experimental dump patch from upstream to allow dump/restore of xattr.
c53821
c53821
* Thu Jul 29 2004 Warren Togami <wtogami@redhat.com>
c53821
- 0.4b37
c53821
c53821
* Fri Jul 02 2004 Florian La Roche <Florian.LaRoche@redhat.de>
c53821
- 0.4b36
c53821
c53821
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c53821
- rebuilt
c53821
c53821
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c53821
- rebuilt
c53821
c53821
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
c53821
- rebuilt
c53821
c53821
* Sat May 17 2003 Mike A. Harris <mharris@redhat.com> 0.4b33-1
c53821
- Updated to dump 0.4b33, fixes (#89835)
c53821
c53821
* Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 0.4b28-7
c53821
- Added --enable-qfa to configure macro for RFE: (#77608)
c53821
c53821
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.4b28-6
c53821
- rebuilt
c53821
c53821
* Mon Oct  7 2002 Mike A. Harris <mharris@redhat.com> 0.4b28-5
c53821
- All-arch rebuild
c53821
c53821
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
c53821
- automated rebuild
c53821
c53821
* Sun May 26 2002 Tim Powers <timp@redhat.com>
c53821
- automated rebuild
c53821
c53821
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 0.4b28-2
c53821
- Updated to dump 0.4b28
c53821
- Removed atomic_read/write patch, not needed anymore
c53821
c53821
* Fri Mar  1 2002 Mike A. Harris <mharris@redhat.com> 0.4b27-3
c53821
- BuildRequires readline-devel >= 4.2 for the rl_completion_matches function
c53821
- Added dump-0.4b27-dump-atomic-read-write.patch to avoid namespace conflict
c53821
  with included kernel headers.  atomic_read is a function on s390 and as
c53821
  such, cannot be #undef'd
c53821
c53821
* Thu Feb 28 2002 Mike A. Harris <mharris@redhat.com> 0.4b27-2
c53821
- Added prereq on "setup" to ensure disk group is created prior to this
c53821
  package being installed
c53821
- Somehow the dump package changelog got hosed, and part of the spec file
c53821
  regressed.  I believe it is fixed now.
c53821
c53821
* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 0.4b27-1
c53821
- Updated to dump 0.4b27-1
c53821
c53821
* Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 0.4b25-5
c53821
- Bumped release up a couple notches to rebuild in rawhide
c53821
 
c53821
* Thu Feb 21 2002 Mike A. Harris <mharris@redhat.com> 0.4b25-1.72.0
c53821
- Rebuilt 0.4b25 for erratum release.  Fixes various bugs that have been
c53821
  reported in bugzilla which are logged below.  Also fixes a bug caused by
c53821
  linking statically to a faulty system library.
c53821
- Added Provides dump-static line
c53821
 
c53821
* Mon Feb 11 2002 Mike A. Harris <mharris@redhat.com> 0.4b25-3
c53821
- Added missing zlib buildprereq
c53821
- Rebuild in new environment
c53821
c53821
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
c53821
- automated rebuild
c53821
c53821
* Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 0.4b25-1
c53821
- Updated to version 0.4b25-1
c53821
- Added homepage URL for RFE (#54601)
c53821
- Also fixed in this release are (#21272, #52663, #56616)
c53821
- Dropped time.h patch as it is unneeded now
c53821
c53821
* Tue Nov  6 2001 Mike A. Harris <mharris@redhat.com> 0.4b22-7
c53821
- Updated BuildPreReq to e2fsprogs-devel >= 1.18, readline-devel >= 4.1 to
c53821
  explicitly state the minimum required deps and fix (#51900)
c53821
c53821
* Sat Sep  8 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.4b22-6
c53821
- Kill the static subpackage - the standard binaries are now static
c53821
  This removes /usb/sbin/*. The static versions are now in /sbin 
c53821
  (#53433)
c53821
- Obsolete dump-static
c53821
c53821
* Tue Aug 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.4b22-5
c53821
- Move non-static binaries to /usr/sbin (#49520)
c53821
c53821
* Fri Jun 29 2001 Mike A. Harris <mharris@redhat.com> 0.4b22-4
c53821
- Added BuildPrereq: readline-devel (#44734 - which was reopened and changed)
c53821
c53821
* Sat Jun 16 2001 Mike A. Harris <mharris@redhat.com> 0.4b22-3
c53821
- Added BuildPrereq: libtermcap-devel (#44734)
c53821
c53821
* Tue Jun 12 2001 Mike A. Harris <mharris@redhat.com> 0.4b22-2
c53821
- Removed release tag from buildroot dirname - messy.
c53821
- Broke all lines over multiple lines for readability in specfile.
c53821
- Added --enable-largefile configure flags
c53821
c53821
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de> 0.4b22-1
c53821
- 0.4b22
c53821
c53821
* Mon May  7 2001 Mike A. Harris <mharris@redhat.com> 0.4b21-5
c53821
- Added BuildPrereq: e2fsprogs-devel (#27428)
c53821
c53821
* Mon Apr  9 2001 Bill Nottingham <notting@redhat.com>
c53821
- fix ia64
c53821
c53821
* Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
c53821
- fix build with current glibc
c53821
c53821
* Mon Jan 29 2001 Nalin Dahyabhai <nalin@redhat.com>
c53821
- change copyright: UCB to License: BSD
c53821
c53821
* Fri Jan 26 2001 Nalin Dahyabhai <nalin@redhat.com>
c53821
- update to 0.4b21.
c53821
c53821
* Sun Nov 26 2000 Jeff Johnson <jbj@redhat.com>
c53821
- update to 0.4b20.
c53821
c53821
* Fri Nov 10 2000 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b20 released, first packaging.
c53821
c53821
* Tue Oct 31 2000 Jeff Johnson <jbj@redhat.com>
c53821
- remove setuid bits for Red Hat 5.x errata.
c53821
c53821
* Wed Aug 30 2000 Matt Wilson <msw@redhat.com>
c53821
- rebuild to cope with glibc locale binary incompatibility, again
c53821
c53821
* Wed Aug 30 2000 Preston Brown <pbrown@redhat.com>
c53821
- fix for dumping files between 2 and 4 gigs (#16466)
c53821
c53821
* Mon Aug 21 2000 Matt Wilson <msw@redhat.com>
c53821
- don't use -O2 on alpha because of compiler ICE
c53821
c53821
* Sun Aug 20 2000 Jeff Johnson <jbj@redhat.com>
c53821
- update to 0.4b19.
c53821
c53821
* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
c53821
- summaries from specspo.
c53821
c53821
* Wed Aug 16 2000 Erik Troan <ewt@redhat.com>
c53821
- support LABEL= in fstab
c53821
c53821
* Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
c53821
- if dump/restore aren't set(u|g)id, they don't need group tty (#12670)
c53821
c53821
* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
c53821
- rebuild to cope with glibc locale binary incompatibility
c53821
c53821
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
c53821
- automatic rebuild
c53821
c53821
* Tue Jun 27 2000 Preston Brown <pbrown@redhat.com>
c53821
- whoops I had dump commented out of the file list.  fixed.
c53821
- dropped suid bits on the static binaries.
c53821
- fix char buffer size issue (#11880)
c53821
c53821
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
c53821
- dropped SUID bits
c53821
c53821
* Tue Jun  6 2000 Jeff Johnson <jbj@redhat.com>
c53821
- update to 0.4b17.
c53821
- FHS packaging.
c53821
c53821
* Thu Jun  1 2000 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b17 released, first packaging.
c53821
c53821
* Sat Mar 11 2000 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b16 released, first packaging.
c53821
c53821
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
c53821
- use posix signal handling to preserve dump functionality with libc5.
c53821
c53821
* Thu Mar  2 2000 Bill Nottingham <notting@redhat.com>
c53821
- update to 0.4b15
c53821
c53821
* Thu Feb 10 2000 Jeff Johnson <jbj@redhat.com>
c53821
- dump -0ufB /dev/ftape 1638000 /mnt2 fails to use /mnt2 as tape device (#8036)
c53821
c53821
* Thu Feb 10 2000 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b14 released, first packaging.
c53821
c53821
* Wed Feb  9 2000 Jeff Johnson <jbj@redhat.com>
c53821
- compress man pages.
c53821
c53821
* Thu Jan 27 2000 Jeff Johnson <jbj@redhat.com>
c53821
- update to 0.4b13.
c53821
c53821
* Fri Jan 21 2000 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b13 released, first packaging.
c53821
c53821
* Mon Jan 10 2000 Jeff Johnson 
c53821
- update to 0.4b12.
c53821
c53821
* Sat Jan 8 2000 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b12 released, first packaging.
c53821
c53821
* Sun Dec 5 1999 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b11 released, first packaging.
c53821
c53821
* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
c53821
- intergrate Stelian's fixes (Thanks!).
c53821
c53821
* Sun Nov 21 1999 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b10 released, first packaging.
c53821
c53821
* Thu Nov 11 1999 Stelian Pop <pop@cybercable.fr>
c53821
- make static versions also for rescue purposes.
c53821
c53821
* Fri Nov 5 1999 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b9 released, first packaging.
c53821
c53821
* Wed Nov 3 1999 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b8 released, first packaging.
c53821
c53821
* Fri Oct 8 1999 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b7 released, first packaging.
c53821
c53821
* Thu Sep 30 1999 Stelian Pop <pop@cybercable.fr>
c53821
- dump 0.4b6 released, first packaging.
c53821
c53821
* Fri Sep 10 1999 Jeff Johnson <jbj@redhat.com>
c53821
- recompile with e2fsprogs = 1.15 (#4962).
c53821
c53821
* Sat Jul 31 1999 Jeff Johnson <jbj@redhat.com>
c53821
- workaround egcs bug (#4281) that caused dump problems (#2989).
c53821
- use sigjmp_buf, not jmp_buf (#3260).
c53821
- invoke /etc/rmt (instead of rmt) like other unices. (#3272).
c53821
- use glibc21 err/glob rather than the internal compatibility routines.
c53821
- wire $(OPT) throughout Makefile's.
c53821
- fix many printf problems, mostly lint clean.
c53821
- merge SuSE, Debian and many OpenBSD fixes.
c53821
c53821
* Thu Mar 25 1999 Jeff Johnson <jbj@redhat.com>
c53821
- remove setuid/setgid bits from /sbin/rmt (dump/restore are OK).
c53821
c53821
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
c53821
- auto rebuild in the new build environment (release 6)
c53821
c53821
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
c53821
- strip binaries.
c53821
c53821
* Thu Mar 18 1999 Jeff Johnson <jbj@redhat.com>
c53821
- Fix dangling symlinks (#1551).
c53821
c53821
* Wed Mar 17 1999 Michael Maher <mike@redhat.com>
c53821
- Top O' the morning, build root's fixed for man pages.  
c53821
c53821
* Fri Feb 19 1999 Preston Brown <pbrown@redhat.com>
c53821
- upgraded to dump 0.4b4, massaged patches.
c53821
c53821
* Tue Feb 02 1999 Ian A Cameron <I.A.Cameron@open.ac.uk>
c53821
- added patch from Derrick J Brashear for traverse.c to stop bread errors
c53821
c53821
* Wed Jan 20 1999 Jeff Johnson <jbj@redhat.com>
c53821
- restore original 6755 root.tty to dump/restore, defattr did tty->root (#684).
c53821
- mark /etc/dumpdates as noreplace.
c53821
c53821
* Tue Jul 14 1998 Jeff Johnson <jbj@redhat.com>
c53821
- add build root.
c53821
c53821
* Tue May 05 1998 Prospector System <bugs@redhat.com>
c53821
- translations modified for de, fr, tr
c53821
c53821
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
c53821
- added a patch for resolving linux/types.h and sys/types.h conflicts
c53821
c53821
* Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
c53821
- added prototype of llseek() so dump would work on large partitions
c53821
c53821
* Thu Oct 30 1997 Donnie Barnes <djb@redhat.com>
c53821
- made all symlinks relative instead of absolute
c53821
c53821
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
c53821
- built against glibc
c53821
c53821
* Thu Mar 06 1997 Michael K. Johnson <johnsonm@redhat.com>
c53821
- Moved rmt to its own package.
c53821
c53821
* Tue Feb 11 1997 Michael Fulbright <msf@redhat.com>
c53821
- Added endian cleanups for SPARC
c53821
c53821
* Fri Feb 07 1997 Michael K. Johnson <johnsonm@redhat.com> 
c53821
- Made /etc/dumpdates writeable by group disk.