~wwoods/apport/fedora

« back to all changes in this revision

Viewing changes to apport.spec

  • Committer: Will Woods
  • Date: 2007-07-20 21:45:00 UTC
  • Revision ID: wwoods@metroid.rdu.redhat.com-20070720214500-ufxr3n0j3xfj7qlo
add rhbugzilla crashdb implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: read, write, and modify problem reports
2
2
Name: apport
3
3
Version: 0.91
4
 
Release: 0.ww2%{dist}
 
4
Release: 0.ww3%{dist}
5
5
Source0: %{name}_%{version}.tar.gz
6
6
Patch0: apport-%{version}-fedora.patch
7
7
License: GPL
46
46
%package qt
47
47
Summary: Qt4 frontend for the apport crash report system
48
48
Group: Applications/System
49
 
Requires: PyQt pyxdg procps
 
49
Requires: PyQt4 pyxdg procps
50
50
%description qt
51
51
apport automatically collects data from crashed processes and compiles a
52
52
problem report in /var/crash/.
126
126
#cd ..
127
127
cp -a tg-crashdb $RPM_BUILD_ROOT/usr/share/apport
128
128
# Fix up the config file
129
 
# FIXME this should be 'fedora' when tg_crashdb is ready
130
 
sed -i 's/^default = .*/default = "debug"/' \
 
129
# FIXME this should be 'fedora' when crashdb is ready
 
130
sed -i 's/^default = .*/default = "fedora"/' \
131
131
    $RPM_BUILD_ROOT/etc/apport/crashdb.conf
132
132
 
133
133
%clean
197
197
/usr/share/apport/tg-crashdb
198
198
 
199
199
%changelog
 
200
* Fri Jul 20 2007 - Will Woods <wwoods@redhat.com> - 0.92
 
201
- Update to upstream 0.92
 
202
- apport-qt actually requires PyQt4 - change
 
203
- Add rhbugzilla crashdb implementation
 
204
- make rhbugzilla the default crashdb
 
205
 
200
206
* Tue Jul 17 2007 - Will Woods <wwoods@redhat.com> - 0.91
 
207
- Update to upstream 0.91 (includes the Fedora patches, whee)
201
208
- Fix crashdb.conf to default to 'debug' (at least until we have a crashdb)
202
209
- Fix Requires: on PyQT (it's PyQt)
203
 
- Update to upstream 0.91 (includes the Fedora patches, whee)
204
210
 
205
211
* Fri Jul 13 2007 - Will Woods <wwoods@redhat.com> - 0.90
206
212
- Update to upstream 0.90