rpms/mozplugger/F-11 mozplugger.spec,1.30,1.31

Than Ngo than at fedoraproject.org
Thu Jul 2 14:43:56 UTC 2009


Author: than

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

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-11/mozplugger.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- mozplugger.spec	14 May 2009 14:23:15 -0000	1.30
+++ mozplugger.spec	2 Jul 2009 14:43:25 -0000	1.31
@@ -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 scm-commits mailing list