]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-abort-on-upgrade.patch
- add sourcerpm to pkguinf struct
[packages/poldek.git] / poldek-abort-on-upgrade.patch
1 --- poldek-0.21-cvs20070703.00/pm/rpm/rpm.c~    2007-07-02 00:04:27.000000000 +0300
2 +++ poldek-0.21-cvs20070703.00/pm/rpm/rpm.c     2008-02-15 05:28:23.107186566 +0200
3 @@ -221,6 +221,7 @@
4          logn(LOGERR, _("%s%s: open rpm database failed"),
5               rootdir ? rootdir:"", dbpath ? dbpath : pm->default_dbpath);
6          rc = 0;
7 +               abort(); // XXX maybe re-exec ourselves after poldek binary upgrade?
8      }
9      
10  #if ENABLE_TRACE    
This page took 0.02338 seconds and 3 git commands to generate.