rpms/ntop/EL-5 ntop.spec,1.1,1.2

Richard W.M. Jones rjones at fedoraproject.org
Fri Aug 29 09:09:30 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ntop/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19155

Modified Files:
	ntop.spec 
Log Message:
* Fri Aug 29 2008 Richard W.M. Jones <rjones at redhat.com> - 3.3.6-6
- Removed tcp_wrappers-devel, lm_sensors-devel, not available in EL-5.



Index: ntop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntop/EL-5/ntop.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntop.spec	12 Aug 2008 17:32:43 -0000	1.1
+++ ntop.spec	29 Aug 2008 09:09:00 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           ntop
 Version:        3.3.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A network traffic probe similar to the UNIX top command
 Group:          Applications/Internet
 License:        GPLv2
@@ -16,8 +16,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  autoconf, automake, pkgconfig, libtool, groff, libpcap-devel
 BuildRequires:  gdbm-devel, gd-devel, rrdtool-devel, openssl-devel
-BuildRequires:  net-snmp-devel, lm_sensors-devel, pcre-devel, mysql-devel
-BuildRequires:  tcp_wrappers-devel, perl(ExtUtils::Embed)
+BuildRequires:  net-snmp-devel, pcre-devel, mysql-devel
+BuildRequires:  perl(ExtUtils::Embed)
 Requires:       initscripts, graphviz
 Requires(post): /sbin/chkconfig       
 Requires(preun):/sbin/chkconfig       
@@ -66,8 +66,7 @@
 #run ntop own autoconf wrapper
 ./autogen.sh --noconfig
 
-%{configure} --with-tcpwrap                            \
-             --enable-sslv3                            \
+%{configure} --enable-sslv3                            \
              --enable-i18n                             \
              --enable-snmp                             \
              --enable-mysql                            \
@@ -156,6 +155,9 @@
 %{_localstatedir}/lib/ntop/rrd
 
 %changelog
+* Fri Aug 29 2008 Richard W.M. Jones <rjones at redhat.com> - 3.3.6-6
+- Removed tcp_wrappers-devel, lm_sensors-devel, not available in EL-5.
+
 * Fri Aug 08 2008 Peter Vrabec <pvrabec at redhat.com> - 3.3.6-5
 - fix typo in init
  




More information about the scm-commits mailing list