- Resolves: rhbz#1261220 1.4.3 is available
This commit is contained in:
parent
17be99926c
commit
d5b25285af
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ conntrack-tools-0.9.14.tar.bz2
|
||||
/conntrack-tools-1.0.1.tar.bz2
|
||||
/conntrack-tools-1.4.0.tar.bz2
|
||||
/conntrack-tools-1.4.2.tar.bz2
|
||||
/conntrack-tools-1.4.3.tar.bz2
|
||||
|
@ -1,15 +1,14 @@
|
||||
Name: conntrack-tools
|
||||
Version: 1.4.2
|
||||
Release: 11%{?dist}
|
||||
Version: 1.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Manipulate netfilter connection tracking table and run High Availability
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
URL: http://netfilter.org
|
||||
URL: http://conntrack-tools.netfilter.org/
|
||||
Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
||||
Source1: conntrackd.service
|
||||
Source2: conntrackd.conf
|
||||
Patch1: conntrack-tools-20150818.patch
|
||||
Patch2: conntrack-tools-coverity20150818.patch
|
||||
|
||||
BuildRequires: libnfnetlink-devel >= 1.0.1, libnetfilter_conntrack-devel >= 1.0.4
|
||||
BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0, libnetfilter_cthelper-devel >= 1.0.0
|
||||
BuildRequires: libmnl-devel >= 1.0.3, libnetfilter_queue-devel >= 1.0.2
|
||||
@ -42,8 +41,6 @@ show an event message (one line) per newly established connection.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -81,6 +78,11 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conntrackd/
|
||||
%systemd_postun conntrackd.service
|
||||
|
||||
%changelog
|
||||
* Wed Apr 20 2016 Paul Wouters <pwouters@redhat.com> - 1.4.3-1
|
||||
- Resolves: rhbz#1261220 1.4.3 is available
|
||||
- Update source url
|
||||
- Remove incorporated patches
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user