summaryrefslogtreecommitdiff
path: root/rpmpopt.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-11-04 15:55:19 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-11-04 15:55:19 +0200
commitf9a32ac3de9ad00d5a48e1b4178049052d77513f (patch)
tree1fd9c5c1a84d5e2b21e31566eb426b22097059cc /rpmpopt.in
parent6a9bd4e97f07dd686ab20652011585c7cb97de17 (diff)
downloadrpm-f9a32ac3de9ad00d5a48e1b4178049052d77513f.tar.gz
Lose the remaining dbapi references in code + configuration
- Changing db_api to db_ver to force breakage on anything using the value, db_ver containing the BDB major version just to put something in the error messages where the dbapi version used to be.
Diffstat (limited to 'rpmpopt.in')
-rw-r--r--rpmpopt.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/rpmpopt.in b/rpmpopt.in
index 0f564cae3..daa2fa694 100644
--- a/rpmpopt.in
+++ b/rpmpopt.in
@@ -133,17 +133,6 @@ rpm alias --filecaps --qf '[%{FILENAMES}\t%|FILECAPS?{%{FILECAPS}}|\n]' \
# retrieving header group/description/summary.
rpm alias --i18ndomains --define '_i18ndomains !#:+'
-# Choose db interface:
-# 0 same as 1
-# 1 native db1 interface (e.g. linux glibc libdb1 routines).
-# 2 native db2 interface.
-# 3 native db3 interface.
-# -1 db3 -> db2 -> db1 (as available).
-#
-# There are two macros so that --rebuilddb can convert db1 -> db3
-rpm alias --dbapi --define '_dbapi !#:+'
-
-rpm alias --rebuilddbapi --define '_dbapi_rebuild !#:+'
rpm alias --rebuilddbpath --define '_dbapath_rebuild !#:+'
#==============================================================================