From 2cb0e66ebe6bea68877c0dc43ed18a96c24c6f18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 20 May 2008 07:00:46 +0000 Subject: [PATCH] - rel 2; Fixes a race condition between checkpoint and DB->close which can result in the checkpoint thread self-deadlocking. Changed files: db4.7.spec -> 1.7 --- db4.7.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db4.7.spec b/db4.7.spec index 29ca223..da7f3a3 100644 --- a/db4.7.spec +++ b/db4.7.spec @@ -15,13 +15,14 @@ Summary: Berkeley DB database library for C Summary(pl.UTF-8): Biblioteka C do obsługi baz Berkeley DB Name: db4.6 Version: %{mver}.21 -Release: 1 +Release: 2 Epoch: 0 License: Sleepycat public license (GPL-like, see LICENSE) Group: Libraries # alternative site (sometimes working): http://www.berkeleydb.com/ Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz # Source0-md5: 718082e7e35fc48478a2334b0bc4cd11 +Patch0: http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/patch.4.6.21.1 URL: http://www.oracle.com/technology/products/berkeley-db/index.html BuildRequires: autoconf BuildRequires: automake @@ -242,6 +243,7 @@ poleceń. %prep %setup -q -n db-%{version} +%patch0 -p0 %if !%{with nptl} sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac -- 2.43.0