]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pakfire/patches/0001-database-Add-inst_size-column-when-creating-new-data.patch
pakfire: Update to 0.9.26.
[people/ms/ipfire-3.x.git] / pakfire / patches / 0001-database-Add-inst_size-column-when-creating-new-data.patch
diff --git a/pakfire/patches/0001-database-Add-inst_size-column-when-creating-new-data.patch b/pakfire/patches/0001-database-Add-inst_size-column-when-creating-new-data.patch
deleted file mode 100644 (file)
index b417392..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0d6d6fd2b89c609a6f8daff225c6c98b54a041cc Mon Sep 17 00:00:00 2001
-From: Michael Tremer <michael.tremer@ipfire.org>
-Date: Mon, 4 Mar 2013 17:18:52 +0100
-Subject: [PATCH 01/19] database: Add inst_size column when creating new
- databases.
-
----
- python/pakfire/repository/database.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/python/pakfire/repository/database.py b/python/pakfire/repository/database.py
-index fc8a1a9..d8751e9 100644
---- a/python/pakfire/repository/database.py
-+++ b/python/pakfire/repository/database.py
-@@ -190,6 +190,7 @@ class DatabaseLocal(Database):
-                               groups          TEXT,
-                               filename        TEXT,
-                               size            INTEGER,
-+                              inst_size       INTEGER,
-                               hash1           TEXT,
-                               provides        TEXT,
-                               requires        TEXT,
--- 
-1.8.1.4
-