From 5b8195908c4ed4b93c106e43ef80467fa79c32bd Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Wed, 22 Nov 2023 09:48:11 +0900 Subject: [PATCH] spec: Exclude ./debug/.build-id in rpm Change-Id: I4976e9ed58ca5db258c830dddb832355039469d2 Signed-off-by: Sangchul Lee --- packaging/libsrtp.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/libsrtp.spec b/packaging/libsrtp.spec index 5c84a90..423634c 100644 --- a/packaging/libsrtp.spec +++ b/packaging/libsrtp.spec @@ -1,7 +1,7 @@ Name: libsrtp Summary: This package provides an implementation of the Secure Real-time Transport Protocol (SRTP) Version: 2.3.0 -Release: 1 +Release: 2 Group: Multimedia/Libraries License: BSD-3-Clause Source0: %{name}-%{version}.tar.gz @@ -44,7 +44,6 @@ mkdir -p %{buildroot}%{_bindir} %manifest %{name}.manifest %license LICENSE %{_libdir}/*.so -%exclude %{_libdir}/debug %files devel %manifest %{name}.manifest -- 2.7.4