Update to 4.3.0

tags/BackupPC4-4.3.0-1
Daniel Berteaud 5 years ago
parent c3db707926
commit eb40f521af
  1. BIN
      BackupPC-4.3.0.tar.gz
  2. 9
      BackupPC4.spec
  3. 4
      backuppc.service

BIN
BackupPC-4.3.0.tar.gz (Stored with Git LFS)

Binary file not shown.

@ -16,8 +16,8 @@
%define realname BackupPC
Name: %{realname}4
Version: 4.2.1
Release: 2%{?dist}
Version: 4.3.0
Release: 1%{?dist}
Summary: High-performance backup system
Group: Applications/System
License: GPLv2+
@ -35,9 +35,6 @@ 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
@ -115,8 +112,6 @@ 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

@ -7,7 +7,11 @@ Type=simple
User=backuppc
Group=backuppc
ExecStart=/usr/share/BackupPC/bin/BackupPC
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/BackupPC/BackupPC.pid
KillSignal=SIGTERM
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save