spec: remove excluding the debug path 51/301451/2 accepted/tizen/8.0/unified/20231117.165416
authorEunhye Choi <eunhae1.choi@samsung.com>
Thu, 16 Nov 2023 04:54:59 +0000 (13:54 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Thu, 16 Nov 2023 04:57:03 +0000 (13:57 +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: Id6a5774460c31a6401823e6080fcf188b47b3f89

packaging/gstreamer.spec

index f0e875e6d3558ec98d545be8d918d9553fc2cfea..08515f22833726bd2a9e0992f4e50bd03a7aa48e 100644 (file)
@@ -62,7 +62,7 @@
 
 Name:           %{_name}
 Version:        1.22.0
-Release:        35
+Release:        36
 Summary:        Streaming-Media Framework Runtime
 License:        LGPL-2.0+
 Group:          Multimedia/Framework
@@ -1170,7 +1170,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgstwebrtc-%{gst_branch}.so.0*
 %{_libdir}/libgstwebrtcnice-%{gst_branch}.so.0*
 %exclude %{_bindir}/gst-transcoder-%{gst_branch}
-%exclude %{_libdir}/debug/*
 
 %files -n gst-plugins-bad-devel
 %manifest gst-plugins-bad.manifest