diff options
author | Jiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com> | 2009-10-31 22:54:41 +0100 |
---|---|---|
committer | Jiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com> | 2009-10-31 22:54:41 +0100 |
commit | 4e16616a4e7324b4d13175e41648a920dc191d67 (patch) | |
tree | 399c5ec418555c9c3d17354784070505ddfc627f | |
parent | 457bb887a9787a04ccbc888d76ecf56ec767d402 (diff) | |
download | abrt-4e16616a4e7324b4d13175e41648a920dc191d67.tar.gz abrt-4e16616a4e7324b4d13175e41648a920dc191d67.tar.xz abrt-4e16616a4e7324b4d13175e41648a920dc191d67.zip |
added dependency to gdb >= 7.0
-rw-r--r-- | abrt.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ GTK+ wizard for convenient bug reporting. %package addon-ccpp Summary: %{name}'s C/C++ addon Group: System Environment/Libraries -Requires: gdb +Requires: gdb >= 7.0-3 Requires: %{name} = %{version}-%{release} %description addon-ccpp |