rpms/ulogd/F-8 ulogd.spec,1.19,1.20

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


Author: abompard

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

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/F-8/ulogd.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ulogd.spec	26 Aug 2007 10:12:40 -0000	1.19
+++ ulogd.spec	21 Jan 2008 21:20:02 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           ulogd
 Version:        1.24
-Release:        6%{?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,27 @@
 %{_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
+
 * Tue Aug 14 2007 Aurelien Bompard <abompard at fedoraproject.org> 1.24-5
 - Fix the deprecated way of getting the DSO initializers run, causing
   builds to fails with rpm-build > 4.4.2.1-3 (new find-debuginfo.sh script)




More information about the fedora-extras-commits mailing list