rpms/abrt/F-11 abrt.spec,1.6,1.7

Jiří Moskovčák jmoskovc at fedoraproject.org
Thu Jun 25 12:25:16 UTC 2009


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21558

Modified Files:
	abrt.spec 
Log Message:
Fixed deps and obsoletes in spec file



Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-11/abrt.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- abrt.spec	24 Jun 2009 11:59:41 -0000	1.6
+++ abrt.spec	25 Jun 2009 12:24:44 -0000	1.7
@@ -4,7 +4,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 0.0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -22,8 +22,6 @@ BuildRequires: xmlrpc-c-devel
 BuildRequires: file-devel
 BuildRequires: python-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# gui requirements
-Requires: dbus-python, rhpl, pygtk2, pygtk2-libglade
 
 %description
 %{name} is a tool to help users to detect defects in applications and 
@@ -59,6 +57,7 @@ daemon.
 Summary: %{name}'s gui
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
+Requires: dbus-python, rhpl, pygtk2, pygtk2-libglade
 
 %description gui
 GTK+ wizard for convenient bug reporting.
@@ -79,6 +78,7 @@ Group: System Environment/Libraries
 Requires: %{name}-plugin-kerneloopsreporter = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 Conflicts: kerneloops
+Obsoletes: abrt-plugin-kerneloops
 
 %description addon-kerneloops
 This package contains plugins for kernel crashes information collecting.
@@ -301,6 +301,9 @@ fi
 %{_bindir}/abrt-cli
 
 %changelog
+* Thu Jun 25 2009  Jiri Moskovcak <jmoskovc at redhat.com> 0.0.4-3
+- fixed dependencies in spec file
+
 * Tue Jun 16 2009 Daniel Novotny <dnovotny at redhat.com> 0.0.4-2
 - added manual pages (also for plugins)
 




More information about the fedora-extras-commits mailing list