[mausezahn] Dep fix.

Jon Ciesla limb at fedoraproject.org
Mon Oct 17 17:22:22 UTC 2011


commit ec5edd8e8a2e407249370c02cb316cf922205415
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Mon Oct 17 12:22:13 2011 -0500

    Dep fix.

 README.Fedora  |    2 ++
 mausezahn.spec |    9 +++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/README.Fedora b/README.Fedora
index d8ea7ee..a7bb827 100644
--- a/README.Fedora
+++ b/README.Fedora
@@ -6,3 +6,5 @@ keeping with the Fedora packaging guidelines with regards to
 problems that can occur in namespace with short names like 
 "mz". For more reference see here:
 http://fedoraproject.org/wiki/PackageMaintainers/Packaging_Tricks#Use_of_common_namespace
+
+Additionally, to use the Python script in the documentation, you'll need to yum install python-matplotlib.
\ No newline at end of file
diff --git a/mausezahn.spec b/mausezahn.spec
index f180e61..a1e6c27 100644
--- a/mausezahn.spec
+++ b/mausezahn.spec
@@ -1,6 +1,6 @@
 Name:		mausezahn
 Version:	0.34.9
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A fast versatile packet generator
 
 Group:		Applications/Internet
@@ -12,7 +12,6 @@ Source2:	README.Fedora
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libpcap-devel >= 0.8, libnet-devel >= 1.1, cmake >= 2.4.0
-Requires:	python-matplotlib
 
 %description
 Mausezahn is a free fast traffic generator written in C which allows you to 
@@ -44,6 +43,9 @@ cp -pr AUTHORS ChangeLog COPYING README \
 $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}
 rm $RPM_BUILD_ROOT%{_mandir}/man1/mz.1
 
+#Prevent spurious dependencies.
+chmod -x doc/view_rtp_avg.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}*
 
 %changelog
+* Mon Oct 17 2011 Jon Ciesla <limb at jcomserv.net> - 0.34.9-3
+- Correction for spurious dependencies, BZ 746483.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.34.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list