Hello community, here is the log from the commit of package ulogd2 for openSUSE:Factory checked in at Thu Feb 25 11:15:11 CET 2010. -------- New Changes file: --- /dev/null 2009-09-30 08:50:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/ulogd2/ulogd2.changes 2010-02-23 23:33:16.000000000 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Feb 23 22:32:41 UTC 2010 - jengelh@medozas.de + +- Initial upload, version 2.0.0~beta3 + calling whatdependson for head-i586 New: ---- ulogd-2.0.0beta3.tar.bz2 ulogd2.changes ulogd2.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ulogd2.spec ++++++ # # spec file for package ulogd2 (Version 2.0.0.beta3) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: ulogd2 Version: 2.0.0.beta3 Release: 1 %define llver 2.0.0beta3 Group: Productivity/Networking/Security Summary: Userspace logging for Netfilter License: GPL Url: http://netfilter.org/projects/ulogd/ Source: ulogd-%llver.tar.bz2 BuildRequires: libnetfilter_conntrack-devel libnfnetlink-devel BuildRequires: libnetfilter_log-devel lksctp-tools-devel pkg-config BuildRequires: libmysqlclient-devel libpcap-devel postgresql-devel BuildRequires: sqlite3-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ulogd is a userspace logging daemon for netfilter/iptables related logging. This includes per-packet logging of security violations, per-packet logging for accounting purpose as well as per-flow logging. Author(s): ---------- Netfilter Team <netfilter-devel@vger.kernel.org> Éric Leblond Pierre Chifflier Pablo Neira Aysuo Harald Welte %package mysql License: GPL Summary: MySQL output target for ulogd2 Group: Productivity/Networking/Security Requires: %name = %version-%release %description mysql MySQL output target for ulogd2. Author(s): ---------- Netfilter Team <netfilter-devel@vger.kernel.org> Éric Leblond Pierre Chifflier Harald Welte %package pcap License: GPL Summary: pcap output target for ulogd2 Group: Productivity/Networking/Security Requires: %name = %version-%release %description pcap pcap output target for ulogd2. Author(s): ---------- Netfilter Team <netfilter-devel@vger.kernel.org> Éric Leblond Pierre Chifflier Harald Welte %package pgsql License: GPL Summary: PostgreSQL output target for ulogd2 Group: Productivity/Networking/Security Requires: %name = %version-%release %description pgsql PostgreSQL output target for ulogd2. Author(s): ---------- Netfilter Team <netfilter-devel@vger.kernel.org> Harald Welte %package sqlite3 License: GPL Summary: SQLite3 output target for ulogd2 Group: Productivity/Networking/Security Requires: %name = %version-%release %description sqlite3 SQLite3 output target for ulogd2. Author(s): ---------- Ben La Monica <ben.lamonica@gmail.com> %prep %setup -qn ulogd-%llver %build %configure --disable-static --libexecdir=%_libexecdir/%name \ --with-pcap-lib=%_libdir make %{?_smp_mflags} pkglibdir='${libexecdir}'; %install b="%buildroot"; rm -Rf "$b"; mkdir -p "$b"; make install DESTDIR="$b" pkglibdir='${libexecdir}'; find "$b" -type f -iname "*.la" -delete; %clean rm -Rf "%buildroot"; %files %defattr(-,root,root) %_sbindir/* %dir %_libexecdir/%name %_libexecdir/%name/ulogd_[fir]*.so* %_libexecdir/%name/ulogd_output_IPFIX.so* %_libexecdir/%name/ulogd_output_LOGEMU.so* %_libexecdir/%name/ulogd_output_NACCT.so* %_libexecdir/%name/ulogd_output_OPRINT.so* %_libexecdir/%name/ulogd_output_SYSLOG.so* %_mandir/*/* # These are the dependency-heavy things: %files mysql %defattr(-,root,root) %_libexecdir/ulogd2/ulogd_output_MYSQL.so* %files pcap %defattr(-,root,root) %_libexecdir/%name/ulogd_output_PCAP.so* %files pgsql %defattr(-,root,root) %_libexecdir/%name/ulogd_output_PGSQL.so* %files sqlite3 %defattr(-,root,root) %_libexecdir/%name/ulogd_output_SQLITE3.so* %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org