Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit conntrack-tools for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 02 Mar 2010 12:26:37 +0100
- Message-id: <20100302112637.60B3520232@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package conntrack-tools for openSUSE:Factory
checked in at Tue Mar 2 12:26:37 CET 2010.
--------
New Changes file:
--- /dev/null 2009-09-30 08:50:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/conntrack-tools/conntrack-tools.changes
2010-02-23 23:14:00.000000000 +0100
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Tue Feb 23 22:08:54 UTC 2010 - jengelh@xxxxxxxxxx
+
+- new upstream release: 0.9.14
+- use %_smp_mflags
+- wrap description at col 70
+
+-------------------------------------------------------------------
+Sun Sep 20 17:01:40 UTC 2009 - bitshuffler #suse@xxxxxxxxxxxxxxxx
+
+- Updated to 0.9.13
+
calling whatdependson for head-i586
New:
----
conntrack-tools-0.9.14.tar.bz2
conntrack-tools.changes
conntrack-tools.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ conntrack-tools.spec ++++++
#
# spec file for package conntrack-tools (Version 0.9.14)
#
# 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/
#
# norootforbuild
Name: conntrack-tools
Version: 0.9.14
Release: 1
License: GNU GPL v2
Group: Productivity/Networking/Security
Url: http://conntrack-tools.netfilter.org/
Source:
http://www.netfilter.org/projects/conntrack-tools/files/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison flex libnetfilter_conntrack-devel libnfnetlink-devel
pkg-config
Summary: Userspace tools for interacting with the Connection Tracking
System
%description
The conntrack-tools are a set of tools targeted at system
administrators. They are conntrack, the userspace command line
interface, and conntrackd, the userspace daemon. The tool conntrack
provides a full featured interface that is intended to replace the
old /proc/net/ip_conntrack interface. Using conntrack, you can view
and manage the in-kernel connection tracking state table from
userspace. On the other hand, conntrackd covers the specific aspects
of stateful firewalls to enable highly available scenarios, and can
be used as statistics collector as well.
%define debug_package_requires %{name} = %{version}-%{release}
%prep
%setup -q
%build
%configure --disable-static
%__make %{?_smp_mflags}
%install
%makeinstall
%clean
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS TODO doc/stats/conntrackd.conf
%{_sbindir}/conntrack
%{_sbindir}/conntrackd
%{_mandir}/man8/conntrack.8.gz
%{_mandir}/man8/conntrackd.8.gz
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |