rpms/cdpr/EL-4 cdpr.spec,1.1,1.2

Michael Stahnke (stahnma) fedora-extras-commits at redhat.com
Mon Nov 5 23:03:45 UTC 2007


Author: stahnma

Update of /cvs/extras/rpms/cdpr/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5100

Modified Files:
	cdpr.spec 
Log Message:
Fixing for RHEL 4.  libpcap contains all headers and libpcap-devel doesn't exist.


Index: cdpr.spec
===================================================================
RCS file: /cvs/extras/rpms/cdpr/EL-4/cdpr.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdpr.spec	31 Oct 2007 20:27:54 -0000	1.1
+++ cdpr.spec	5 Nov 2007 23:03:09 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           cdpr
 Version:        2.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Cisco Discovery Protocol Analyzer
 
 Group:          Applications/System
@@ -10,7 +10,7 @@
   
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libpcap-devel
+BuildRequires:  libpcap
 
 %description
 cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it 
@@ -45,6 +45,9 @@
 
 
 %changelog
+* Mon Nov 05 2007 <stahnma at fedoraproject.org>  2.2.1-3
+- Fix for RHEL 4 specific BR (libpcap is not broken into -devel) 
+
 * Mon Oct 29 2007 <stahnma at fedoraproject.org>  2.2.1-2
 - Minor SPEC file cleanup from bug # 355631
 




More information about the fedora-extras-commits mailing list