Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 9ba447c8975b6ddf93698906fc3179c0 > files > 1

rpm-4.8.1-7.fc14.src.rpm

diff --git a/build/rpmfc.c b/build/rpmfc.c
index 94fb68e..525915b 100644
--- a/build/rpmfc.c
+++ b/build/rpmfc.c
@@ -1093,6 +1093,11 @@ assert(s != NULL);
 	free(buf);
     }
 
+    /* Add possible GStreamer provides */
+    if (!fc->skipProv && isDSO) {
+	xx = rpmfcHelper(fc, 'P', "gstreamer");
+    }
+
 exit:
     soname = _free(soname);
     if (elf) (void) elf_end(elf);