]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-silence-RPM_CHAR_TYPE.patch
convert cpu-os-macros to ar archive instead of untracked .tar.gz
[packages/rpm.git] / rpm-silence-RPM_CHAR_TYPE.patch
1 --- rpm-5.4.10/rpmdb/tagname.c~ 2012-04-25 22:34:49.000000000 +0200
2 +++ rpm-5.4.10/rpmdb/tagname.c  2012-09-07 23:10:04.768327450 +0200
3 @@ -508,6 +508,7 @@
4  if (!(he->tag == 62))
5  if (!(he->tag == 261 || he->tag == 269))
6  if (!(he->tag == 1000 || he->tag == 1004 || he->tag == 1007))
7 +if (!(he->tag == 1029))
8  if (!(he->tag == 1086 || he->tag == 1087))
9  if (he->t != (tagType(he->tag) & 0xffff))
10  fprintf(stderr, "==> warning: tag %u type(0x%x) != implicit type(0x%x)\n", (unsigned) he->tag, he->t, tagType(he->tag));
This page took 0.023075 seconds and 3 git commands to generate.