[db4] add filesystem guard

Harald Hoyer harald at fedoraproject.org
Wed Jan 25 20:11:15 UTC 2012


commit f6d066acb07ac8e6ce9ac2c90a6ba455873d4072
Author: Harald Hoyer <harald at redhat.com>
Date:   Wed Jan 25 21:11:10 2012 +0100

    add filesystem guard

 db4.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/db4.spec b/db4.spec
index be9096a..6da802e 100644
--- a/db4.spec
+++ b/db4.spec
@@ -5,7 +5,7 @@
 Summary: The Berkeley DB database library (version 4) for C
 Name: db4
 Version: 4.8.30
-Release: 6%{?dist}
+Release: 7%{?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
@@ -22,7 +22,7 @@ License: BSD
 Group: System Environment/Libraries
 # unversioned obsoletes are OK here as these BDB versions never occur again
 Obsoletes: db1, db2, db3
-#Conflicts: filesystem < 3
+Conflicts: filesystem < 3
 BuildRequires: perl, libtool, ed, util-linux-ng
 BuildRequires: tcl-devel >= 8.5.2-3
 %ifarch %{java_arches}
@@ -352,6 +352,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 4.8.30-7
+- add filesystem guard
+
 * Wed Jan 25 2012 Harald Hoyer <harald at redhat.com> 4.8.30-6
 - install everything in /usr
   https://fedoraproject.org/wiki/Features/UsrMove


More information about the scm-commits mailing list