[packages/rpm] avoid fdatasync syscall flood during database operations, release 27.

pluto pluto at pld-linux.org
Thu Oct 25 07:39:53 CEST 2012


commit 0a61d99be95b0d089998f2d3bc579933d6e84553
Author: Paweł Sikora <pawel.sikora at agmk.net>
Date:   Thu Oct 25 07:39:32 2012 +0200

    avoid fdatasync syscall flood during database operations, release 27.

 macros.pld.in | 3 +++
 rpm.spec      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpm.spec b/rpm.spec
index b4fb4a3..f07f0fb 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -52,7 +52,7 @@ Summary(ru.UTF-8):	Менеджер пакетов от RPM
 Summary(uk.UTF-8):	Менеджер пакетів від RPM
 Name:		rpm
 Version:	5.4.10
-Release:	26
+Release:	27
 License:	LGPL
 Group:		Base
 # http://rpm5.org/files/rpm/rpm-5.4/rpm-5.4.10-0.20120706.src.rpm
diff --git a/macros.pld.in b/macros.pld.in
index ffeec4d..a06e55f 100644
--- a/macros.pld.in
+++ b/macros.pld.in
@@ -202,3 +202,6 @@ pakietu oraz przy odpluskwianiu samego pakietu.\
 #
 # rpm5 prolog for loading the standard macro
 %{load:/etc/rpm/macros.d/*.macros}
+
+# avoid fdatasync syscall flood during database operations.
+%__nofsync	nofsync
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/0a61d99be95b0d089998f2d3bc579933d6e84553



More information about the pld-cvs-commit mailing list