|
|
|
@ -12,8 +12,8 @@ Name: dump
|
|
|
|
|
%endif
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 0.4
|
|
|
|
|
Release: 0.51.%{PREVER}%{?dist}
|
|
|
|
|
License: BSD
|
|
|
|
|
Release: 0.59.%{PREVER}%{?dist}
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
|
URL: https://sourceforge.net/projects/dump/
|
|
|
|
|
Source: http://downloads.sourceforge.net/dump/dump-%{DUMP_VERSION}.tar.gz
|
|
|
|
|
BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
|
|
|
|
@ -34,10 +34,10 @@ Patch0: dump-buildfix.patch
|
|
|
|
|
Patch1: dump-remove-lzo.patch
|
|
|
|
|
Patch2: dump-apath.patch
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
# No dump package in RHEL (restore remains)
|
|
|
|
|
Patch101: dump-replacement.patch
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%description
|
|
|
|
|
The restore command performs the inverse function of dump; it can
|
|
|
|
|
restore a full backup of a filesystem. Subsequent incremental backups
|
|
|
|
@ -63,13 +63,13 @@ restoring filesystems after backups.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n dump-%{DUMP_VERSION}
|
|
|
|
|
|
|
|
|
|
%patch0 -p1 -b .buildfix
|
|
|
|
|
%patch1 -p1 -b .remove-lzo
|
|
|
|
|
%patch2 -p1 -b .apath
|
|
|
|
|
%patch 0 -p1 -b .buildfix
|
|
|
|
|
%patch 1 -p1 -b .remove-lzo
|
|
|
|
|
%patch 2 -p1 -b .apath
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
rm -rf dump
|
|
|
|
|
%patch101 -p1
|
|
|
|
|
rm -rf dump/*.c
|
|
|
|
|
%patch 101 -p1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -131,11 +131,43 @@ popd
|
|
|
|
|
%{_mandir}/man8/rrestore.8*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 17 2021 Josef Ridky <jridky@redhat.com> - 1:0.4-0.51.b47
|
|
|
|
|
- rename spec file to restore
|
|
|
|
|
- add gating.yaml
|
|
|
|
|
- changes between .47 and .51 had to be stripped due of wrong sync
|
|
|
|
|
between centos and dist-git
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:0.4-0.59.b47
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Wed Jun 26 2024 Josef Ridky <jridky@redhat.com> - 1:0.4-0.58.b47
|
|
|
|
|
- Add gating.yaml file
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:0.4-0.57.b47
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.56.b47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.55.b47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 16 2023 Stephen Gallagher <sgallagh@redhat.com> - 1:0.4-0.54.b47
|
|
|
|
|
- Fixes for -WError=implicit-function-declaration on RHEL
|
|
|
|
|
- Reinstates the dump headers without compiling the implementations
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.53.b47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 02 2023 Josef Ridky <jridky@redhat.com> - 1:0.4-0.52.b47
|
|
|
|
|
- move to SPDX license format
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.51.b47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.50.b47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.49.b47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.4-0.48.b47
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 10 2021 Josef Ridky <jridky@redhat.com> - 1:0.4-0.47.b47
|
|
|
|
|
- remove dump from RHEL environment
|