X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=rpm-5.4.9-fix-typo-in-rpmtag-header.patch;fp=rpm-5.4.9-fix-typo-in-rpmtag-header.patch;h=ef1685b1190a02a1e398586a0e029d78819956c9;hb=70f8787d9a6faa68bee6b810a53198c50a9ad760;hp=0000000000000000000000000000000000000000;hpb=37e965e83af05766c7487c942385dc8ce496fcb0;p=packages%2Frpm.git diff --git a/rpm-5.4.9-fix-typo-in-rpmtag-header.patch b/rpm-5.4.9-fix-typo-in-rpmtag-header.patch new file mode 100644 index 0000000..ef1685b --- /dev/null +++ b/rpm-5.4.9-fix-typo-in-rpmtag-header.patch @@ -0,0 +1,11 @@ +--- rpm-5.4.9/rpmdb/rpmtag.h.typo~ 2012-05-03 20:39:52.000000000 +0200 ++++ rpm-5.4.9/rpmdb/rpmtag.h 2012-05-18 05:30:09.780867642 +0200 +@@ -948,7 +948,7 @@ Header headerCopyLoad(const void * uh) + int headerIsEntry(/*@null@*/ Header h, rpmTag tag) + /*@*/; + +-#if defined(SUPPORT_I18BSTRING_TYPE) ++#if defined(SUPPORT_I18NSTRING_TYPE) + /** \ingroup header + * Add locale specific tag to header. + * A NULL lang is interpreted as the C locale. Here are the rules: