rpms/ulogd/devel ulogd.spec,1.20,1.21

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Mon Jan 21 21:20:50 UTC 2008


Author: abompard

Update of /cvs/pkgs/rpms/ulogd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16162/devel

Modified Files:
	ulogd.spec 
Log Message:
* Wed Jan 9 2008 Leopold Aichinger <linuxtrainer at gmx.at> 1.24-8
- Support for libpcap added



Index: ulogd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ulogd/devel/ulogd.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ulogd.spec	6 Dec 2007 20:38:54 -0000	1.20
+++ ulogd.spec	21 Jan 2008 21:20:17 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           ulogd
 Version:        1.24
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        The userspace logging daemon for netfilter
 License:        GPLv2
 Group:          System Environment/Daemons
@@ -20,7 +20,8 @@
 Requires(postun): initscripts, chkconfig
 BuildRequires:  mysql-devel
 BuildRequires:  postgresql-devel
-#BuildRequires:	libpcap-devel
+BuildRequires:	libpcap-devel
+BuildRequires:	openssl-devel
 
 %description
 Ulogd is an universal logging daemon for the ULOG target of netfilter, the
@@ -46,6 +47,17 @@
 Ulogd-pgsql is a PostgreSQL output plugin for ulogd. It enables logging of
 firewall information into a PostgreSQL database.
 
+%package pcap
+Summary:        PCAP output plugin for ulogd
+Group:          System Environment/Daemons
+Requires:       %{name} = %{version}
+
+%description pcap
+ulogd-pcap is a output plugin for ulogd that saves packet logs as PCAP file.
+PCAP is a standard format that can be later analyzed by a lot of tools such as
+tcpdump and wireshark.
+
+
 %prep
 %setup -q
 %patch1 -p1 -b .logdir
@@ -114,16 +126,24 @@
 %{_mandir}/man8/ulogd.8.gz
 %exclude %{_libdir}/ulogd/ulogd_MYSQL.so
 %exclude %{_libdir}/ulogd/ulogd_PGSQL.so
+%exclude %{_libdir}/ulogd/ulogd_PCAP.so
 
 %files mysql
-%defattr(0644,root,root,0755)
+%defattr(0755,root,root)
 %{_libdir}/ulogd/ulogd_MYSQL.so
 
 %files pgsql
-%defattr(0644,root,root,0755)
+%defattr(0755,root,root)
 %{_libdir}/ulogd/ulogd_PGSQL.so
 
+%files pcap
+%defattr(0755,root,root)
+%{_libdir}/ulogd/ulogd_PCAP.so
+
 %changelog
+* Wed Jan 9 2008 Leopold Aichinger <linuxtrainer at gmx.at> 1.24-8
+- Support for libpcap added
+
 * Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.24-7
 - Rebuild for deps
 




More information about the fedora-extras-commits mailing list