Copy the I18N table to the source header so i18n works there
authormarc <devnull@localhost>
Tue, 5 May 1998 18:24:36 +0000 (18:24 +0000)
committermarc <devnull@localhost>
Tue, 5 May 1998 18:24:36 +0000 (18:24 +0000)
CVS patchset: 2107
CVS date: 1998/05/05 18:24:36

CHANGES
build/files.c

diff --git a/CHANGES b/CHANGES
index ee343a6..95d0523 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,7 @@
           strings plucked from i18n strings
        - do not remove comments in scripts
        - save/restore existing arch when done with buildarch
+       - copy the I18N table to the source header so i18n stuff works
 
 2.4.108 -> 2.4.109:
         - remove icons with --rmsource
index f14611c..31333e0 100644 (file)
@@ -143,6 +143,7 @@ int processSourceFiles(Spec spec)
          case RPMTAG_CHANGELOGNAME:
          case RPMTAG_CHANGELOGTEXT:
          case RPMTAG_URL:
+         case HEADER_I18NTABLE:
            headerAddEntry(spec->sourceHeader, tag, type, ptr, count);
            break;
          default: