rpms/mozplugger/F-9 mozplugger.spec,1.27,1.28

Than Ngo than at fedoraproject.org
Thu Jul 2 14:47:57 UTC 2009


Author: than

Update of /cvs/extras/rpms/mozplugger/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30484

Modified Files:
	mozplugger.spec 
Log Message:
fix #469257, selinux policy and mozplugger do not get along



Index: mozplugger.spec
===================================================================
RCS file: /cvs/extras/rpms/mozplugger/F-9/mozplugger.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- mozplugger.spec	15 Jun 2009 11:09:46 -0000	1.27
+++ mozplugger.spec	2 Jul 2009 14:47:26 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: A generic mozilla plug-in
 Name: mozplugger
 Version: 1.12.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Url: http://mozplugger.mozdev.org/
@@ -10,8 +10,10 @@ Source0: http://mozplugger.mozdev.org/mo
 Patch1: mozplugger-1.12.1-lib64.patch
 
 Requires: sox
-BuildPrereq: libX11-devel
-BuildPrereq: libXt-devel
+Requires: mozilla-filesystem
+
+BuildRequires: libX11-devel
+BuildRequires: libXt-devel
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Obsoletes: plugger
@@ -43,10 +45,13 @@ rm -rf %{buildroot}
 %doc README COPYING
 %config /etc/mozpluggerrc
 %{_bindir}/*
-%{_libdir}/mozilla
+%{_libdir}/mozilla/plugins/mozplugger.so
 %{_mandir}/man7/mozplugger.7*
 
 %changelog
+* Thu Jul 02 2009 Than Ngo <than at redhat.com> - 1.12.1-2
+- fix #469257, selinux policy and mozplugger do not get along
+
 * Thu May 14 2009 Than Ngo <than at redhat.com> - 1.12.1-1
 - 1.12.1
 




More information about the fedora-extras-commits mailing list