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