|
|
@ -17,7 +17,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
Name: %{realname}4 |
|
|
|
Name: %{realname}4 |
|
|
|
Version: 4.2.1 |
|
|
|
Version: 4.2.1 |
|
|
|
Release: 1%{?dist} |
|
|
|
Release: 2%{?dist} |
|
|
|
Summary: High-performance backup system |
|
|
|
Summary: High-performance backup system |
|
|
|
Group: Applications/System |
|
|
|
Group: Applications/System |
|
|
|
License: GPLv2+ |
|
|
|
License: GPLv2+ |
|
|
@ -35,6 +35,9 @@ Source5: backuppc.service |
|
|
|
Source6: BackupPC.tmpfiles |
|
|
|
Source6: BackupPC.tmpfiles |
|
|
|
Source7: README.RHEL |
|
|
|
Source7: README.RHEL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Count common rsync xfer errors |
|
|
|
|
|
|
|
Patch0: BackupPC4-4.2.1-count_rsync_xfer_errors.patch |
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: %{_bindir}/smbclient, %{_bindir}/nmblookup |
|
|
|
BuildRequires: %{_bindir}/smbclient, %{_bindir}/nmblookup |
|
|
|
BuildRequires: rsync |
|
|
|
BuildRequires: rsync |
|
|
|
BuildRequires: coreutils |
|
|
|
BuildRequires: coreutils |
|
|
@ -112,6 +115,8 @@ configurable and easy to install and maintain. |
|
|
|
|
|
|
|
|
|
|
|
%setup -q -n %{realname}-%{version} |
|
|
|
%setup -q -n %{realname}-%{version} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%patch0 -p1 |
|
|
|
|
|
|
|
|
|
|
|
for f in ChangeLog; do |
|
|
|
for f in ChangeLog; do |
|
|
|
iconv -f ISO-8859-1 -t UTF-8 $f > $f.utf && mv $f.utf $f |
|
|
|
iconv -f ISO-8859-1 -t UTF-8 $f > $f.utf && mv $f.utf $f |
|
|
|
done |
|
|
|
done |
|
|
@ -353,6 +358,11 @@ fi |
|
|
|
%endif |
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Mon Nov 05 2018 Daniel Berteaud <daniel@firewall-services.com> 4.2.1-2 |
|
|
|
|
|
|
|
- Backport commit to count common rsync xfer errors GLPI #34026 https://github. |
|
|
|
|
|
|
|
com/backuppc/backuppc/commit/f5904a1f40f20fa76f43c23d12dacddba116a8d4 |
|
|
|
|
|
|
|
(daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
|
|
* Mon May 14 2018 Daniel Berteaud <daniel@firewall-services.com> 4.2.1-1 |
|
|
|
* Mon May 14 2018 Daniel Berteaud <daniel@firewall-services.com> 4.2.1-1 |
|
|
|
- Update to 4.2.1 |
|
|
|
- Update to 4.2.1 |
|
|
|
|
|
|
|
|
|
|
|