[libdb] add filesystem guard

Harald Hoyer harald at fedoraproject.org
Wed Jan 25 20:12:31 UTC 2012


commit 06652aa4e21dec937c238cb3b8ad85e4bd76ba99
Author: Harald Hoyer <harald at redhat.com>
Date:   Wed Jan 25 21:12:27 2012 +0100

    add filesystem guard

 libdb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libdb.spec b/libdb.spec
index 09f0e9f..f1030c1 100644
--- a/libdb.spec
+++ b/libdb.spec
@@ -4,7 +4,7 @@
 Summary: The Berkeley DB database library for C
 Name: libdb
 Version: 5.2.36
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
 # db-1.85 upstream patches
@@ -26,7 +26,7 @@ BuildRequires: java-1.6.0-openjdk-devel
 BuildRequires: chrpath
 BuildRequires: dos2unix
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-#Conflicts: filesystem < 3
+Conflicts: filesystem < 3
 
 %description
 The Berkeley Database (Berkeley DB) is a programmatic toolkit that
@@ -353,6 +353,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/java/*.jar
 
 %changelog
+* Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 5.2.36-4
+- add filesystem guard
+
 * Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 5.2.36-3
 - install everything in /usr
   https://fedoraproject.org/wiki/Features/UsrMove


More information about the scm-commits mailing list