diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-25 16:46:39 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-25 16:46:39 +0200 |
commit | 37ed237fbea3a8df3efab0e7c09331a63d733bce (patch) | |
tree | e0b641843d3f42a22bbd421a6057aef9b3e81453 /po | |
parent | ae15f440b63daabe2c280086da69890b9f22bc69 (diff) | |
download | librpm-tizen-37ed237fbea3a8df3efab0e7c09331a63d733bce.tar.gz librpm-tizen-37ed237fbea3a8df3efab0e7c09331a63d733bce.tar.bz2 librpm-tizen-37ed237fbea3a8df3efab0e7c09331a63d733bce.zip |
Split rpm problem type + its "methods" to separate source + header
- rpmps is just something that stores rpm problems, problems themselves
are individual and opaque "objects", deserving their own module
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 7d0af6f39..f36da0d56 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -46,6 +46,7 @@ lib/rpmgi.c lib/rpminstall.c lib/rpmlead.c lib/rpmlock.c +lib/rpmprob.c lib/rpmps.c lib/rpmrc.c lib/rpmtd.c |