Don't mess up problem altNEVR in python ts.check() (rhbz#501068)
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 19 May 2009 07:26:50 +0000 (10:26 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 19 May 2009 07:29:53 +0000 (10:29 +0300)
commite44a6a64f8753812198260404901c256a1aa569c
treea352677e2f9a30dc6ed53e5cfac1e5965a09c8c5
parentc7e8e377e2dbb25dee9a1ad6880e2ecaeb4a549a
Don't mess up problem altNEVR in python ts.check() (rhbz#501068)
- the use of strrchr() silently casts away the const from the problem
  set altNEVR string, which we then happily modify..
- similar to commit 62cc76e25cdfad78ac30bb28f626b474efdecddc
(cherry picked from commit 9322f737819a3d81088699b1d7fa667259245411)
python/rpmts-py.c