summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-05 17:22:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-05 17:22:29 (GMT)
commitab3ae58591e21a080d9341b9a6a7ae0f56ae9937 (patch)
treee8319ab90107f9b51b0621afa472c6f53ef1b9d8
parente67b7de1814d93d50eef04656cb05514ed18dc01 (diff)
fixed luasql import error
-rw-r--r--rhnop-client/db.lua2
-rw-r--r--rhnop-client/debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/rhnop-client/db.lua b/rhnop-client/db.lua
index 17e91f1..18c925a 100644
--- a/rhnop-client/db.lua
+++ b/rhnop-client/db.lua
@@ -19,7 +19,7 @@
-- along with rhnop. If not, see <http://www.gnu.org/licenses/>.
--
-require "luasql.mysql"
+luasql = require "luasql.mysql"
-- for destination database
-- CREATE DATABASE nop
diff --git a/rhnop-client/debian/changelog b/rhnop-client/debian/changelog
index b254ef2..2b7ad70 100644
--- a/rhnop-client/debian/changelog
+++ b/rhnop-client/debian/changelog
@@ -1,3 +1,9 @@
+rhnop-client (0.3) UNRELEASED; urgency=low
+
+ * fixed error due to new luasql library version
+
+ -- Christian Pointner <equinox@helsinki.at> Wed, 05 Mar 2014 18:20:46 +0100
+
rhnop-client (0.2) unstable; urgency=low
* added nopsysstated