spec: remove excluding the debug path 07/301407/2 accepted/tizen/7.0/unified/20231117.170204
authorEunhye Choi <eunhae1.choi@samsung.com>
Wed, 15 Nov 2023 09:46:21 +0000 (18:46 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Thu, 16 Nov 2023 03:00:46 +0000 (12:00 +0900)
- if debug path is excluded, debug info is added in main rpm
  that is not intended and the info is added in /usr/lib/debug/.build-id/xx
- can not exclude /usr/lib/debug/.build-id/ explicitly
  because the path is not recognized.
  warning : file / dir not found

Change-Id: I10404f60dc276eec137de2cbbb2902b0ba2ae687

packaging/gstreamer.spec

index d8258a2463c1044712492335046c5679df5df3ad..8ac6d738f8a879592c0530f99072601cc5cdcf85 100644 (file)
@@ -62,7 +62,7 @@
 
 Name:           %{_name}
 Version:        1.20.0
-Release:        51
+Release:        52
 Summary:        Streaming-Media Framework Runtime
 License:        LGPL-2.0+
 Group:          Multimedia/Framework
@@ -1162,8 +1162,6 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %{_libdir}/libgstwebrtc-%{gst_branch}.so.0*
 %exclude %{_bindir}/gst-transcoder-%{gst_branch}
-%exclude %{_libdir}/debug/.build-id/*
-%exclude %{_libdir}/debug/*
 
 %files -n gst-plugins-bad-devel
 %manifest gst-plugins-bad.manifest