rpms/tcpreplay/F-10 tcpreplay.spec,1.19,1.20

Bojan Smojver bojan at fedoraproject.org
Thu Jan 15 03:23:52 UTC 2009


Author: bojan

Update of /cvs/pkgs/rpms/tcpreplay/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19966

Modified Files:
	tcpreplay.spec 
Log Message:
Correct libdnet BR logic.


Index: tcpreplay.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcpreplay/F-10/tcpreplay.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- tcpreplay.spec	15 Jan 2009 03:13:27 -0000	1.19
+++ tcpreplay.spec	15 Jan 2009 03:23:22 -0000	1.20
@@ -7,7 +7,7 @@
 
 Name:           tcpreplay
 Version:        3.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Replay captured network traffic
 
 Group:          Applications/Internet
@@ -17,7 +17,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{pcapdep} >= 0.8.0, tcpdump
-%if 0%{?rhel}
+%if ! 0%{?rhel}
 BuildRequires:  libdnet-devel
 %endif
 Requires:       /usr/sbin/tcpdump
@@ -65,6 +65,9 @@
 %{_bindir}/*
 
 %changelog
+* Thu Jan 15 2009 Bojan Smojver <bojan at rexursive com> - 3.4.0-2
+- correct libdnet BR logic
+
 * Thu Jan 15 2009 Bojan Smojver <bojan at rexursive com> - 3.4.0-1
 - bump up to 3.4.0
 - add libdnet-devel to BR




More information about the scm-commits mailing list