diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-11-04 15:55:19 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-11-04 15:55:19 +0200 |
commit | f9a32ac3de9ad00d5a48e1b4178049052d77513f (patch) | |
tree | 1fd9c5c1a84d5e2b21e31566eb426b22097059cc /macros.in | |
parent | 6a9bd4e97f07dd686ab20652011585c7cb97de17 (diff) | |
download | librpm-tizen-f9a32ac3de9ad00d5a48e1b4178049052d77513f.tar.gz librpm-tizen-f9a32ac3de9ad00d5a48e1b4178049052d77513f.tar.bz2 librpm-tizen-f9a32ac3de9ad00d5a48e1b4178049052d77513f.zip |
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 'macros.in')
-rw-r--r-- | macros.in | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -538,15 +538,6 @@ print (t)\ # "Packages" should have shared/exclusive fcntl(2) lock using "lockdbfd". %_dbi_config_Packages %{?_dbi_config} lockdbfd -# XXX legacy configuration. -# Choose db interface: -# 3 native db3 interface. -# -# There are two macros so that --rebuilddb can convert db1 -> db3. -# -%_dbapi 3 -%_dbapi_rebuild 3 - #============================================================================== # ---- GPG/PGP/PGP5 signature macros. # Macro(s) to hold the arguments passed to GPG/PGP for package |