[packages/rsync] - rel 5; support --drop-cache (posix_fadvise64(fd, 0, 0,POSIX_FADV_DONTNEED);) so files won't end up
arekm
arekm at pld-linux.org
Wed Oct 24 07:11:43 CEST 2018
commit f5c6b2d356cdb40fb34c9eadede31c9e3a687967
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Oct 24 07:11:36 2018 +0200
- rel 5; support --drop-cache (posix_fadvise64(fd, 0, 0,POSIX_FADV_DONTNEED);) so files won't end up in kernel caches
rsync.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/rsync.spec b/rsync.spec
index b8504be..485c0dc 100644
--- a/rsync.spec
+++ b/rsync.spec
@@ -20,7 +20,7 @@ Summary(zh_CN.UTF-8): [通讯]传输工具
Summary(zh_TW.UTF-8): [喙啪]$(B6G?i火(c(B
Name: rsync
Version: 3.1.2
-Release: 4
+Release: 5
Epoch: 1
License: GPL v3+
Group: Networking/Utilities
@@ -33,6 +33,8 @@ Source3: %{name}.init
Source4: %{name}.sysconfig
Source5: %{name}d.logrotate
Patch0: %{name}-config.patch
+Patch1: https://tobi.oetiker.ch/patches/rsync-3.1.2-1-fadvise.patch
+# Patch1-md5: b055468e7cbc5d829aa943f07916d458
URL: http://rsync.samba.org/
BuildRequires: acl-devel
BuildRequires: autoconf >= 2.59
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rsync.git/commitdiff/f5c6b2d356cdb40fb34c9eadede31c9e3a687967
More information about the pld-cvs-commit
mailing list