- Add missing dependency (#529845)
This commit is contained in:
parent
25316bd838
commit
1665daf073
@ -6,7 +6,7 @@
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.28.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
@ -30,6 +30,7 @@ Requires: pygtk2
|
||||
# For the iplayer plugin
|
||||
Requires: python-httplib2
|
||||
Requires: python-BeautifulSoup
|
||||
Requires: python-feedparser
|
||||
|
||||
Requires: gstreamer >= %gstreamer_version
|
||||
Requires: gstreamer-plugins-base >= %gstreamer_plugins_base_version
|
||||
@ -380,6 +381,9 @@ fi
|
||||
%{_libdir}/totem/plugins/publish
|
||||
|
||||
%changelog
|
||||
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-2
|
||||
- Add missing dependency (#529845)
|
||||
|
||||
* Tue Sep 29 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-1
|
||||
- Update to 2.28.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user