From dc64413066968a7cb85c3082ddc668e31d6de4d7 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 12 Apr 2023 14:58:10 +0200 Subject: [PATCH] Revert "Auto sync2gitlab import of linuxptp-3.1.1-3.el8_7.1.src.rpm" This reverts commit 6698dfa07d8035108c2434c06a156256c917eef3. Related: #2123224 --- linuxptp.spec | 6 +++--- rpminspect.yaml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 rpminspect.yaml diff --git a/linuxptp.spec b/linuxptp.spec index 2c5a704..d88661e 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 3.1.1 -Release: 3%{?dist}.1 +Release: 4%{?dist} Summary: PTP implementation for Linux Group: System Environment/Base @@ -132,8 +132,8 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog -* Tue Mar 21 2023 Miroslav Lichvar 3.1.1-3.el8_7.1 -- don't re-arm fault clearing timer on unrelated netlink events (#2180038) +* Mon Mar 20 2023 Miroslav Lichvar 3.1.1-4 +- don't re-arm fault clearing timer on unrelated netlink events (#2174900) * Wed Jun 29 2022 Miroslav Lichvar 3.1.1-3 - handle PHC read failing with EBUSY in phc2sys (#2079129) diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..798ba9e --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +# Allow inet_aton, which is used only by UDPv4 transport +badfuncs: + allowed: + /usr/sbin/*: + - inet_aton