#2 Remove trailing slash from %%dir arg
Merged 7 months ago by wtaymans. Opened a year ago by ferdnyc.
rpms/ ferdnyc/gstreamer1 fix-build-warning  into  rawhide

file modified
+1 -1
@@ -179,7 +179,7 @@ 

  

  %{_datadir}/aclocal/gst-element-check-%{majorminor}.m4

  

- %dir %{_datadir}/gstreamer-%{majorminor}/gdb/

+ %dir %{_datadir}/gstreamer-%{majorminor}/gdb

  %{_datadir}/gstreamer-%{majorminor}/gdb/

  %{_datadir}/gdb/auto-load/

  

Prevents warning during build:

RPM build warnings:
    File listed twice: /usr/share/gstreamer-1.0/gdb

(Note: There is intentionally no revision bump or changelog entry for this PR, as it's purely a build-housekeeping change that does not warrant the release of updated builds. The effects of the change will be seen starting with the next set of builds done for other reasons.)

rebased onto 1de701b

7 months ago

PR rebased onto current rawhide, any chance you could take a look at this @wtaymans, @uraeus, @limb, @nielsdg? It's literally a one-character change.

Pull-Request has been merged by wtaymans

7 months ago
Metadata