summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-23 13:23:34 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-23 13:23:34 +0200
commitede2aa3a6f3a1c515382ca37e68e8f90b84e42b9 (patch)
tree2178cf694c4086d9a52eacd56752f6cc4c539a7c /abrt.spec
parente2d50aef5c57f0e288114f287986bb05f4a562c5 (diff)
downloadabrt-ede2aa3a6f3a1c515382ca37e68e8f90b84e42b9.tar.gz
abrt-ede2aa3a6f3a1c515382ca37e68e8f90b84e42b9.tar.xz
abrt-ede2aa3a6f3a1c515382ca37e68e8f90b84e42b9.zip
added bug-buddy to provides
- ABRT obsoletes bbuddy so it has to provides it as some packages depends on it
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/abrt.spec b/abrt.spec
index 8390c6d..d2fd0dd 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -4,7 +4,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 0.0.9
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -59,6 +59,7 @@ Provides: abrt-applet = %{version}-%{release}
Obsoletes: abrt-applet < 0.0.5
Conflicts: abrt-applet < 0.0.5
Obsoletes: bug-buddy
+Provides: bug-buddy
%description gui
GTK+ wizard for convenient bug reporting.
@@ -354,6 +355,9 @@ fi
%defattr(-,root,root,-)
%changelog
+* Wed Sep 23 2009 jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-2
+- added bug-buddy to provides rhbz#524934
+
* Tue Sep 22 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-1
- new version
- comments and how to reproduce are stored now (npajkovs@redhat.com)