From 7b9ac9f6f619088051b8346fc0bf87dabc95663c Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 11 Dec 2025 08:37:29 +0100 Subject: [PATCH] add missing build requirement on lipcap-devel Resolves: RHEL-12183 --- linuxptp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index 0d03845..d8b6800 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -50,7 +50,7 @@ Patch13: linuxptp-ppsmiss.patch # add support for dropping root privileges Patch14: linuxptp-droproot.patch -BuildRequires: gcc gcc-c++ gnutls-devel make systemd +BuildRequires: gcc gcc-c++ gnutls-devel libcap-devel make systemd # require the clock group to be defined Requires(pre): setup >= 2.14.5-7