Hotfix to add a file which was missing from the distribution tarball.

Index: misc/librpmmisc.vers
--- misc/librpmmisc.vers.orig	2007-11-12 09:37:47 +0100
+++ misc/librpmmisc.vers	2007-10-04 08:31:58 +0200
@@ -0,0 +1,19 @@
+LIBRPMMISC_0
+{
+  global:
+    fnmatch;
+    glob;
+    globfree;
+    rpmz_*;
+    lua*;
+    db_env_create_rpmdb;
+    db_env_set_func_open_rpmdb;
+    db_env_set_func_fsync_rpmdb;
+    db_strerror_rpmdb;
+    db_create_rpmdb;
+    magic_*;
+  local:
+    file_*;
+    db_*;
+    *;
+};
