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