X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=rpm-gstreamer.patch;fp=rpm-gstreamer.patch;h=0000000000000000000000000000000000000000;hb=6fce50075952edfa510790ca6be81e6d3fb9e214;hp=15c189aef6ddf3419af3bac7cfaf528077bd16b9;hpb=e8194500fe8808a194e9ceeb3f8433e24464001a;p=packages%2Frpm.git diff --git a/rpm-gstreamer.patch b/rpm-gstreamer.patch deleted file mode 100644 index 15c189a..0000000 --- a/rpm-gstreamer.patch +++ /dev/null @@ -1,31 +0,0 @@ -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-31 22:20:54.000000000 +0100 -@@ -960,13 +960,15 @@ - /*@modifies rpmGlobalMacroContext, fileSystem, internalState @*/ - { - const char * fn = fc->fn[fc->ix]; -- int flags = 0; -+ int flags = 0, xx; - - if (fc->skipProv) - flags |= RPMELF_FLAG_SKIPPROVIDES; - if (fc->skipReq) - flags |= RPMELF_FLAG_SKIPREQUIRES; - -+ xx = rpmfcHelper(fc, 'P', "gstreamer"); -+ - return rpmdsELF(fn, flags, rpmfcMergePR, fc); - } - -diff -urN rpm/macros.in rpm.new/macros.in ---- rpm/macros.in 2008-12-28 13:38:02.000000000 +0100 -+++ rpm.new/macros.in 2008-12-28 15:18:46.000000000 +0100 -@@ -1505,5 +1505,7 @@ - # helper is also used by %{_rpmhome}/rpmdeps --provides - %__mimetype_provides %{_rpmhome}/mimetypedeps.sh --provides - -+%__gstreamer_provides %{nil} -+ - # \endverbatim - #*/