Remove patches

This commit is contained in:
Daniel Berteaud 2017-12-04 10:09:24 +01:00
parent f3695a2e67
commit 3437782fa5
1 changed files with 0 additions and 5 deletions

View File

@ -26,8 +26,6 @@ Provides: BackupPC
Conflicts: BackupPC
Source0: https://github.com/backuppc/backuppc/releases/download/%{version}/%{realname}-%{version}.tar.gz
Patch0: BackupPC-4.1.3-locatedb.patch
Patch1: BackupPC-4.1.3-fix_substr_outside_of_string.patch
Source1: BackupPC.htaccess
Source2: BackupPC.logrotate
Source3: BackupPC-README.fedora
@ -114,9 +112,6 @@ configurable and easy to install and maintain.
%setup -q -n %{realname}-%{version}
%patch0 -p1 -b .locatedb
%patch1 -p1
for f in ChangeLog; do
iconv -f ISO-8859-1 -t UTF-8 $f > $f.utf && mv $f.utf $f
done