Author: tingping
Update of /cvs/free/rpms/pithos/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14749
Modified Files:
pithos.spec
Log Message:
Fix dependency issue
Index: pithos.spec
===================================================================
RCS file: /cvs/free/rpms/pithos/F-20/pithos.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pithos.spec 29 Mar 2014 11:24:31 -0000 1.1
+++ pithos.spec 19 Apr 2014 02:36:26 -0000 1.2
@@ -1,6 +1,6 @@
Name: pithos
Version: 0.3.18
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Pandora client for the GNOME Desktop
Group: Applications/File
@@ -12,6 +12,7 @@
BuildArch: noarch
BuildRequires: python2-devel python-setuptools desktop-file-utils
+Requires: python-setuptools
Requires: dbus-python
Requires: gstreamer-plugins-bad
Requires: gstreamer-plugins-good
@@ -54,6 +55,9 @@
%{_datadir}/icons/hicolor/scalable/apps/
%changelog
+* Fri Apr 18 2014 TingPing <tingping(a)tingping.se> - 0.3.18-2
+- Fix dependency issue
+
* Thu Mar 27 2014 TingPing <tingping(a)tingping.se> - 0.3.18-1
- Initial package