diff --git a/BackupPC-4.3.0.tar.gz b/BackupPC-4.3.0.tar.gz new file mode 100644 index 0000000..29cb347 --- /dev/null +++ b/BackupPC-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdac829decb9acc8e43688699978261972c2c656e5cfc35dd4fc33af648a2959 +size 637725 diff --git a/BackupPC4.spec b/BackupPC4.spec index bd9ba63..08106b1 100644 --- a/BackupPC4.spec +++ b/BackupPC4.spec @@ -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 diff --git a/backuppc.service b/backuppc.service index 1b0bd86..5b1cce8 100644 --- a/backuppc.service +++ b/backuppc.service @@ -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