rpms/mozplugger/F-10 mozplugger.spec,1.28,1.29

Than Ngo than at fedoraproject.org
Thu Jul 2 14:46:26 UTC 2009


Author: than

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

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-10/mozplugger.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- mozplugger.spec	15 Jun 2009 10:38:40 -0000	1.28
+++ mozplugger.spec	2 Jul 2009 14:45:55 -0000	1.29
@@ -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