summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@localhost.localdomain>2009-11-22 21:21:42 +0100
committerJiri Moskovcak <jmoskovc@localhost.localdomain>2009-11-22 21:21:42 +0100
commit8e26824e7e8d7ef4ffd132c39f5db786b37bfc25 (patch)
treec2a0448178b720fe36e5963d4f5a8a90e028f975 /abrt.spec
parent5ddf3617fbd365afbdeed19f1e8941b6a353d362 (diff)
downloadabrt-8e26824e7e8d7ef4ffd132c39f5db786b37bfc25.tar.gz
abrt-8e26824e7e8d7ef4ffd132c39f5db786b37bfc25.tar.xz
abrt-8e26824e7e8d7ef4ffd132c39f5db786b37bfc25.zip
SPEC: fixed rpmlint error
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/abrt.spec b/abrt.spec
index b8fd66eb..8f8d414f 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -28,7 +28,7 @@ BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
BuildRequires: intltool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
-Prereq: /usr/sbin/groupadd
+Requires(pre): /usr/sbin/groupadd
%description
%{name} is a tool to help users to detect defects in applications and
@@ -212,7 +212,7 @@ Summary: Virtual package to install all necessary packages for usage from deskto
Group: User Interface/Desktops
Requires: %{name} = %{version}-%{release}
Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla, %{name}-plugin-logger
-# FIXME: upgrade workaround
+#workaround for broken upgrade, remove!
#Requires: %{name}-gui
Requires: %{name}-addon-kerneloops
Requires: %{name}-addon-ccpp, %{name}-addon-python
@@ -446,6 +446,9 @@ fi
- abrtd: call res_init() if /etc/resolv.conf or friends were changed rhbz#533589 (vda.linux@googlemail.com)
- supress errors in python hook to not colide with the running script (jmoskovc@redhat.com)
+* Tue Nov 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-2
+- spec file fixes
+
* Mon Nov 2 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-1
- re-enabled kerneloops
- abrt-debuginfo-install: download packages one-by-one - better logging (vda.linux@googlemail.com)