Blame SPECS/restore.spec

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