Revert "Auto sync2gitlab import of linuxptp-3.1.1-3.el8_7.1.src.rpm"
This reverts commit 6698dfa07d
.
Related: #2123224
This commit is contained in:
parent
6698dfa07d
commit
dc64413066
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: linuxptp
|
Name: linuxptp
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 3%{?dist}.1
|
Release: 4%{?dist}
|
||||||
Summary: PTP implementation for Linux
|
Summary: PTP implementation for Linux
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -132,8 +132,8 @@ PATH=..:$PATH ./run
|
|||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 21 2023 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-3.el8_7.1
|
* Mon Mar 20 2023 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-4
|
||||||
- don't re-arm fault clearing timer on unrelated netlink events (#2180038)
|
- don't re-arm fault clearing timer on unrelated netlink events (#2174900)
|
||||||
|
|
||||||
* Wed Jun 29 2022 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-3
|
* Wed Jun 29 2022 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-3
|
||||||
- handle PHC read failing with EBUSY in phc2sys (#2079129)
|
- handle PHC read failing with EBUSY in phc2sys (#2079129)
|
||||||
|
5
rpminspect.yaml
Normal file
5
rpminspect.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Allow inet_aton, which is used only by UDPv4 transport
|
||||||
|
badfuncs:
|
||||||
|
allowed:
|
||||||
|
/usr/sbin/*:
|
||||||
|
- inet_aton
|
Loading…
Reference in New Issue
Block a user