Jan Engelhardt 2023-09-29 11:33:27 +00:00 committed by Git OBS Bridge
parent cfdf191d82
commit 196b1d1375
6 changed files with 18 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:099debcf57e81690ced57f516b493588a73518f48c14d656f823b29b4fc24b5d
size 539688

Binary file not shown.

BIN
conntrack-tools-1.4.8.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 29 11:32:56 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.4.8
* Fix spurious EOPNOSUPP and ENOBUFS errors with -U/--update
command.
* Fix spurious ENOENT -D/--delete.
-------------------------------------------------------------------
Thu Oct 6 19:02:32 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package conntrack-tools
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,7 @@
%endif
Name: conntrack-tools
Version: 1.4.7
Version: 1.4.8
Release: 0
Summary: Userspace tools for interacting with the Connection Tracking System
License: GPL-2.0-or-later
@ -30,8 +30,8 @@ Group: Productivity/Networking/Security
URL: http://conntrack-tools.netfilter.org/
#Git-Clone: git://git.netfilter.org/conntrack-tools
Source: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.bz2
Source2: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.bz2.sig
Source: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.xz
Source2: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.xz.sig
Source3: %name.keyring
Source5: conntrackd.service
Source6: conntrackd.README.SUSE
@ -88,7 +88,7 @@ autoreconf -vif
# CC read_config_lex.o
#read_config_lex.l:24:28: fatal error: read_config_yy.h: No such file or
#directory
make %{?_smp_mflags} -j1 V=1
%make_build -j1
%install
%make_install
@ -112,7 +112,7 @@ if [ "$1" -eq 1 -a ! -e "%_sysconfdir/conntrackd/conntrackd.conf" ]; then
fi
%service_add_post conntrackd.service
%preun -n conntrackd
%preun -n conntrackd
%service_del_preun conntrackd.service
%postun -n conntrackd
@ -124,7 +124,7 @@ fi
%_mandir/man8/conntrack.8*
%_mandir/man8/nfct.8*
# Shared betweenn nfct and conntrackd:
%_libdir/%name
%_libdir/%name/
%files -n conntrackd
%_sysconfdir/logrotate.d/conntrackd*