[ntop/f15] Fixed file list to not include debug symbols in main ntop package (by Kalev Lember <kalev at smartlink.

Rakesh Pandit rakesh at fedoraproject.org
Thu Nov 24 11:46:23 UTC 2011


commit f2be506fec9a406ab330dd1f797b1e266dc7c890
Author: Rakesh Pandit <rakesh at redhat.com>
Date:   Fri Nov 25 05:16:01 2011 +0530

    Fixed file list to not include debug symbols in main ntop package
    (by Kalev Lember <kalev at smartlink.ee>)

 ntop.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ntop.spec b/ntop.spec
index c356f66..2442af2 100644
--- a/ntop.spec
+++ b/ntop.spec
@@ -1,6 +1,6 @@
 Name:           ntop
 Version:        3.4
-Release:        0.5.pre3%{?dist}
+Release:        0.6.pre3%{?dist}
 Summary:        A network traffic probe similar to the UNIX top command
 Group:          Applications/Internet
 # Confirmed from fedora legal 488717
@@ -169,7 +169,8 @@ fi
 %config(noreplace) %{_sysconfdir}/ntop
 %{_initrddir}/ntop
 %{_sbindir}/*
-%{_libdir}/*
+%{_libdir}/*.so
+%{_libdir}/ntop
 %{_mandir}/man8/*
 %{_datadir}/ntop
 %dir %{_localstatedir}/lib/ntop
@@ -188,6 +189,10 @@ fi
 %{_localstatedir}/lib/ntop/rrd
 
 %changelog
+* Thu Nov 24 2011 Rakesh Pandit <rakesh at fedoraproject.org> - 3.4-0.6.pre3
+- Fixed file list to not include debug symbols in main ntop package
+  (by Kalev Lember <kalev at smartlink.ee>)
+
 * Wed Mar 23 2011 Dan HorĂ¡k <dan at danny.cz> - 3.4-0.5.pre3
 - rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
 


More information about the scm-commits mailing list