]> git.pld-linux.org Git - packages/apport.git/blame - apport-crashdb.patch
BR: rpmbuild(macros) >= 1.710
[packages/apport.git] / apport-crashdb.patch
CommitLineData
150a9853
ER
1--- apport-0.108/crashdb.conf~ 2007-07-14 17:59:18.000000000 +0300
2+++ apport-0.108/crashdb.conf 2008-04-24 13:20:32.000000000 +0300
3@@ -1,12 +1,17 @@
4 # map crash database names to CrashDatabase implementations and URLs
5
6-default = 'ubuntu'
7+default = 'pld'
8
9 databases = {
10 'ubuntu': {
11 'impl': 'launchpad',
12 'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
13- 'distro': 'ubuntu'
14+ 'distro': 'ubuntu'
15+ },
16+ 'pld': {
17+ 'impl': 'launchpad',
18+ 'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
19+ 'distro': 'pld-linux'
20 },
21 'fedora': {
22 # NOTE this will change Fall '07 when RHT switches to bugzilla 3.x!
This page took 0.072559 seconds and 4 git commands to generate.