Automatic commit of package [BackupPC4] minor release [4.2.1-2].

Created by command:

/usr/bin/tito tag
This commit is contained in:
Daniel Berteaud 2018-11-05 15:46:24 +01:00
parent 7e16d61871
commit 1c712a7ce6
2 changed files with 12 additions and 2 deletions

View File

@ -1 +1 @@
4.2.1-1 ./
4.2.1-2 ./

View File

@ -17,7 +17,7 @@
Name: %{realname}4
Version: 4.2.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: High-performance backup system
Group: Applications/System
License: GPLv2+
@ -35,6 +35,9 @@ Source5: backuppc.service
Source6: BackupPC.tmpfiles
Source7: README.RHEL
# Count common rsync xfer errors
Patch0: BackupPC4-4.2.1-count_rsync_xfer_errors.patch
BuildRequires: %{_bindir}/smbclient, %{_bindir}/nmblookup
BuildRequires: rsync
BuildRequires: coreutils
@ -112,6 +115,8 @@ configurable and easy to install and maintain.
%setup -q -n %{realname}-%{version}
%patch0 -p1
for f in ChangeLog; do
iconv -f ISO-8859-1 -t UTF-8 $f > $f.utf && mv $f.utf $f
done
@ -353,6 +358,11 @@ fi
%endif
%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
- Update to 4.2.1