]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- remove condition. It can be checked in gstreamerdeps.sh
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 31 Dec 2008 21:28:28 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-gstreamer.patch -> 1.2

rpm-gstreamer.patch

index 0e7815db46d0f6adcd081fa409b7cb76fc54b081..15c189aef6ddf3419af3bac7cfaf528077bd16b9 100644 (file)
@@ -1,7 +1,7 @@
 diff -urN rpm/lib/rpmfc.c rpm.new/lib/rpmfc.c
 --- rpm/lib/rpmfc.c    2008-12-28 13:38:03.000000000 +0100
-+++ rpm.new/lib/rpmfc.c        2008-12-28 13:44:15.000000000 +0100
-@@ -960,13 +960,17 @@
++++ rpm.new/lib/rpmfc.c        2008-12-31 22:20:54.000000000 +0100
+@@ -960,13 +960,15 @@
        /*@modifies rpmGlobalMacroContext, fileSystem, internalState @*/
  {
      const char * fn = fc->fn[fc->ix];
@@ -13,9 +13,7 @@ diff -urN rpm/lib/rpmfc.c rpm.new/lib/rpmfc.c
      if (fc->skipReq)
        flags |= RPMELF_FLAG_SKIPREQUIRES;
  
-+    /* it may be gst plugin */
-+    if (strstr(fn, "/gstreamer-"))
-+      xx = rpmfcHelper(fc, 'P', "gstreamer");
++    xx = rpmfcHelper(fc, 'P', "gstreamer");
 +
      return rpmdsELF(fn, flags, rpmfcMergePR, fc);
  }
This page took 0.034958 seconds and 4 git commands to generate.