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