<86>Apr 27 09:04:06 userdel[1297341]: delete user 'rooter' <86>Apr 27 09:04:06 userdel[1297341]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:04:06 userdel[1297341]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:04:06 groupadd[1297362]: group added to /etc/group: name=rooter, GID=1853 <86>Apr 27 09:04:06 groupadd[1297362]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:04:06 groupadd[1297362]: new group: name=rooter, GID=1853 <86>Apr 27 09:04:06 useradd[1297393]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:04:06 userdel[1297433]: delete user 'builder' <86>Apr 27 09:04:06 userdel[1297433]: removed group 'builder' owned by 'builder' <86>Apr 27 09:04:06 userdel[1297433]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:04:06 groupadd[1297461]: group added to /etc/group: name=builder, GID=1854 <86>Apr 27 09:04:06 groupadd[1297461]: group added to /etc/gshadow: name=builder <86>Apr 27 09:04:06 groupadd[1297461]: new group: name=builder, GID=1854 <86>Apr 27 09:04:06 useradd[1297484]: new user: name=builder, UID=1854, GID=1854, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/mimetex-1.76-alt1.src.rpm: The use of such a license name is ambiguous: GPL warning: Macro %webserver_cgibindir not found warning: Macro %webserver_cgibindir not found <13>Apr 27 09:04:09 rpmi: rpm-macros-webserver-common-1.4-alt1 sisyphus+277015.100.1.2 1625347616 installed <13>Apr 27 09:04:09 rpmi: rpm-build-webserver-common-1.4-alt1 sisyphus+277015.100.1.2 1625347616 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mimetex-1.76-alt1.nosrc.rpm (w1.gzdio) Installing mimetex-1.76-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54683 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mimetex-1.76 + echo 'Source #0 (mimetex-1.76.tar):' Source #0 (mimetex-1.76.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mimetex-1.76.tar + cd mimetex-1.76 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (mimetex_manual.diff):' Patch #1 (mimetex_manual.diff): + /usr/bin/patch -p1 patching file mimetex.html + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.54683 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mimetex-1.76 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DAA mimetex.c gifsave.c -lm -o mimetex.cgi mimetex.c: In function 'rastsmash': mimetex.c:2409:30: warning: variable 'ymin' set but not used [-Wunused-but-set-variable] 2409 | int smin=9999, xmin=9999,ymin=9999; /* min separation (s=x+y) */ | ^~~~ mimetex.c: In function 'isbrace': mimetex.c:5922:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 5922 | if ( gotbrace && /* found a brace */ | ^~ mimetex.c:5925:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 5925 | ) return ( 1 ); return ( 0 ); /* return 1,0 accordingly */ | ^~~~~~ mimetex.c: In function 'mimeprep': mimetex.c:6375:18: warning: variable 'isamp' set but not used [-Wunused-but-set-variable] 6375 | istag=0, isamp=0, /* true for , &char; symbols */ | ^~~~~ mimetex.c:1102:50: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1102 | else memmove(s,s+(n),1+thislen3-(n)); }} else/*user supplies final;*/ | ^~~~ mimetex.c:6541:9: note: in expansion of macro 'strsqueeze' 6541 | { strsqueeze((tokptr+1),(lrlen-1));/*so squeeze out "left" or "right"*/ | ^~~~~~~~~~ mimetex.c:6542:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 6542 | expptr = tokptr+2; } /* and resume search past brace */ | ^~~~~~ mimetex.c:1102:50: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1102 | else memmove(s,s+(n),1+thislen3-(n)); }} else/*user supplies final;*/ | ^~~~ mimetex.c:6549:15: note: in expansion of macro 'strsqueeze' 6549 | { strsqueeze((tokptr+1),(lrlen+symlen-2)); /*squeeze out delim*/ | ^~~~~~~~~~ mimetex.c:6550:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 6550 | *(tokptr+1) = *(lrto[isymbol]); /* last char now 1-char delim*/ | ^ mimetex.c: In function 'evalterm': mimetex.c:7276:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7276 | case '/': if ( rightval != 0 ) /* guard against divide by zero */ | ^~ mimetex.c:7277:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7277 | termval = leftval/rightval; break; /* integer division */ | ^~~~~ mimetex.c:7278:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7278 | case '%': if ( rightval != 0 ) /* guard against divide by zero */ | ^~ mimetex.c:7279:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7279 | termval = leftval%rightval; break; /*left modulo right */ | ^~~~~ mimetex.c: In function 'rastscripts': mimetex.c:8412:9: warning: variable 'isbase' set but not used [-Wunused-but-set-variable] 8412 | isbase=0; /* true if we have base symbol */ | ^~~~~~ mimetex.c:8408:32: warning: variable 'supln' set but not used [-Wunused-but-set-variable] 8408 | supht=0, supwidth=0, supln=0, /* height,width,baseline of sup */ | ^~~~~ mimetex.c:8407:32: warning: variable 'subln' set but not used [-Wunused-but-set-variable] 8407 | subht=0, subwidth=0, subln=0, /* height,width,baseline of sub */ | ^~~~~ mimetex.c: In function 'rastleft': mimetex.c:8644:9: warning: variable 'isleftscript' set but not used [-Wunused-but-set-variable] 8644 | int isleftscript=0, isrightscript=0; /* true if delims are scripted */ | ^~~~~~~~~~~~ mimetex.c: In function 'rastflags': mimetex.c:9148:30: warning: comparison between pointer and zero character constant [-Wpointer-compare] 9148 | if ( *expression != '\000' ) /* ill-formed expression */ | ^~ mimetex.c:9148:18: note: did you mean to dereference the pointer? 9148 | if ( *expression != '\000' ) /* ill-formed expression */ | ^ mimetex.c: In function 'rastfrac': mimetex.c:9814:19: warning: variable 'baseln' set but not used [-Wunused-but-set-variable] 9814 | int baseht=0, baseln=0; /* height,baseline of base symbol */ | ^~~~~~ mimetex.c:9814:9: warning: variable 'baseht' set but not used [-Wunused-but-set-variable] 9814 | int baseht=0, baseln=0; /* height,baseline of base symbol */ | ^~~~~~ mimetex.c: In function 'rastfont': mimetex.c:10355:9: warning: variable 'family' set but not used [-Wunused-but-set-variable] 10355 | int family = 0, /* fontinfo[ifontnum].family */ | ^~~~~~ mimetex.c: In function 'rastarray': mimetex.c:10898:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10898 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10898:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10898 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10900:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10900 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10900:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10900 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10902:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10902 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10902:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10902 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10909:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10909 | if (rowglobal) growcenter[irow] = rowcenter[irow]; break; | ^~ mimetex.c:10909:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10909 | if (rowglobal) growcenter[irow] = rowcenter[irow]; break; | ^~~~~ mimetex.c:10761:32: warning: variable 'subptr' set but not used [-Wunused-but-set-variable] 10761 | subtok[MAXTOKNSZ+1], *subptr=subtok, /* &,\\ inside { } not a delim*/ | ^~~~~~ mimetex.c: In function 'rastinput': mimetex.c:12546:9: warning: variable 'status' set but not used [-Wunused-but-set-variable] 12546 | int status /*, rastreadfile()*/; /* read input file */ | ^~~~~~ mimetex.c: In function 'rastreadfile': mimetex.c:1068:74: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1068 | { char *p; while((p=strchr((s),(c)))!=NULL) {strsqueeze(p,1);} } else | ^~~~ mimetex.c:13481:5: note: in expansion of macro 'compress' 13481 | compress(tag1,' '); compress(tag2,' '); /* remove embedded blanks */ | ^~~~~~~~ mimetex.c:1067:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1067 | #define compress(s,c) if((s)!=NULL) /* remove embedded c's from s */ \ | ^~ mimetex.c:13481:25: note: in expansion of macro 'compress' 13481 | compress(tag1,' '); compress(tag2,' '); /* remove embedded blanks */ | ^~~~~~~~ mimetex.c: In function 'rastwritefile': mimetex.c:1068:74: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1068 | { char *p; while((p=strchr((s),(c)))!=NULL) {strsqueeze(p,1);} } else | ^~~~ mimetex.c:13577:5: note: in expansion of macro 'compress' 13577 | compress(tag1,' '); compress(tag2,' '); } /* remove embedded blanks */ | ^~~~~~~~ mimetex.c:1067:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1067 | #define compress(s,c) if((s)!=NULL) /* remove embedded c's from s */ \ | ^~ mimetex.c:13577:25: note: in expansion of macro 'compress' 13577 | compress(tag1,' '); compress(tag2,' '); } /* remove embedded blanks */ | ^~~~~~~~ mimetex.c: In function 'aapattern1124': mimetex.c:15019:9: warning: variable 'cornval' set but not used [-Wunused-but-set-variable] 15019 | cornval=0, diagval=0; /* vert+horzcorn, top+botdiag */ | ^~~~~~~ mimetex.c: In function 'aawtpixel': mimetex.c:16508:9: warning: variable 'iscenter' set but not used [-Wunused-but-set-variable] 16508 | int iscenter = 0; /* set true if center point black */ | ^~~~~~~~ mimetex.c: In function 'main': mimetex.c:17041:14: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 17041 | else pbm_outfile = argv[argnum]; break; /*next arg is filename*/ | ^~~~ mimetex.c:17041:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 17041 | else pbm_outfile = argv[argnum]; break; /*next arg is filename*/ | ^~~~~ mimetex.c:17321:5: warning: variable 'whundredths' set but not used [-Wunused-but-set-variable] 17321 | whundredths = 0; /* or wait hundredths of a sec */ | ^~~~~~~~~~~ mimetex.c:17784:24: warning: the comparison will always evaluate as 'true' for the address of 'gif_buffer' will never be NULL [-Waddress] 17784 | if ( 0 && gif_buffer != NULL ) free(gif_buffer); /* free malloced buffer */ | ^~ mimetex.c:16901:9: note: 'gif_buffer' declared here 16901 | gif_buffer[MAXGIFSZ] = "\000", /* or gif written in memory buffer */ | ^~~~~~~~~~ mimetex.c:16865:10: warning: unused variable 'pdirective' [-Wunused-variable] 16865 | *pdirective = NULL; /* ptr to char after \directive */ | ^~~~~~~~~~ mimetex.c:16857:9: warning: variable 'isqempty' set but not used [-Wunused-but-set-variable] 16857 | isqempty = 0, /* true if query string empty */ | ^~~~~~~~ mimetex.c: At top level: mimetex.c:16464:15: warning: 'aawtpixel' defined but not used [-Wunused-function] 16464 | FUNCSCOPE int aawtpixel(raster *image, int ipixel, raster *weights, int rotate) | ^~~~~~~~~ mimetex.c:8874:22: warning: 'rastright' defined but not used [-Wunused-function] 8874 | FUNCSCOPE subraster *rastright(char **expression, int size, subraster *basesp, | ^~~~~~~~~ mimetex.c:4200:15: warning: 'cstruct_chardef' defined but not used [-Wunused-function] 4200 | FUNCSCOPE int cstruct_chardef ( chardef *cp, FILE *fp, int col1 ) | ^~~~~~~~~~~~~~~ mimetex.c:3892:15: warning: 'xbitmap_raster' defined but not used [-Wunused-function] 3892 | FUNCSCOPE int xbitmap_raster ( raster *rp, FILE *fp ) | ^~~~~~~~~~~~~~ mimetex.c:2325:19: warning: 'rastile' defined but not used [-Wunused-function] 2325 | FUNCSCOPE raster *rastile ( subraster *tiles, int ntiles ) | ^~~~~~~ mimetex.c:1364:15: warning: 'delete_chardef' defined but not used [-Wunused-function] 1364 | FUNCSCOPE int delete_chardef ( chardef *cp ) | ^~~~~~~~~~~~~~ mimetex.c:1268:20: warning: 'new_chardef' defined but not used [-Wunused-function] 1268 | FUNCSCOPE chardef *new_chardef ( ) | ^~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82871 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mimetex-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mimetex-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd mimetex-1.76 + install -pD -m755 mimetex.cgi /usr/src/tmp/mimetex-buildroot/var/www/cgi-bin/mimetex.cgi + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mimetex-buildroot (auto) find: 'usr': No such file or directory Verifying and fixing files in /usr/src/tmp/mimetex-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mimetex-buildroot/ (default) Compressing files in /usr/src/tmp/mimetex-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mimetex-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./var/www/cgi-bin/mimetex.cgi: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/mimetex-buildroot Processing files: mimetex-1.76-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.8933 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mimetex-1.76 + DOCDIR=/usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + export DOCDIR + rm -rf /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + /bin/mkdir -p /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + cp -prL COPYING README mimetex.html /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + chmod -R go-w /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + chmod -R a+rX /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.68yWld find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lt77XX find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: webserver-common, /lib/ld-linux.so.2, /var/www/cgi-bin, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), rtld(GNU_HASH) Conflicts: moodle-filter-mimetex Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PGKwMW Creating mimetex-debuginfo package Processing files: mimetex-debuginfo-1.76-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qj9Ntq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ncb1ut find-requires: running scripts (debuginfo) Requires: mimetex = 1.76-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6) Adding to mimetex-debuginfo a strict dependency on mimetex Wrote: /usr/src/RPM/RPMS/i586/mimetex-1.76-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/mimetex-debuginfo-1.76-alt1.i586.rpm (w2.lzdio) 6.49user 1.41system 0:09.98elapsed 79%CPU (0avgtext+0avgdata 62876maxresident)k 0inputs+0outputs (0major+226233minor)pagefaults 0swaps /.out/mimetex-1.76-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/mimetex-debuginfo-1.76-alt1.i586.rpm: The use of such a license name is ambiguous: GPL 3.24user 2.52system 0:19.47elapsed 29%CPU (0avgtext+0avgdata 127236maxresident)k 8inputs+0outputs (0major+200198minor)pagefaults 0swaps --- mimetex-1.76-alt1.i586.rpm.repo 2021-07-12 15:09:37.000000000 +0000 +++ mimetex-1.76-alt1.i586.rpm.hasher 2024-04-27 09:04:22.580611635 +0000 @@ -13,2 +13,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -25,3 +26,3 @@ File: /usr/share/doc/mimetex-1.76/mimetex.html 100644 root:root 8f1e07d3c82f618069d1d0b1af86c7ca -File: /var/www/cgi-bin/mimetex.cgi 100755 root:root fb0beda43fff46cb3f8bc433793dff4a -RPMIdentity: b28057a647958075496b9e1392ab3530bcae1ab68236752a44957827b0b19bb6f713c9fbc90bf77d3a2c8e0fa1213fd9966f166503cdc5d8808692c117bd40fb +File: /var/www/cgi-bin/mimetex.cgi 100755 root:root e3fbe96c1446ed0a6ccb52d23c14443a +RPMIdentity: 9969345a961f6404b4fb00c07979ee963820903ca1ea47f9b8d29cebb789fbc6a2df8d56fbba4f670c819e5d9d639c4ac04d9922c69c2d1bff300d11c3069c85 --- mimetex-debuginfo-1.76-alt1.i586.rpm.repo 2021-07-12 15:09:37.000000000 +0000 +++ mimetex-debuginfo-1.76-alt1.i586.rpm.hasher 2024-04-27 09:04:22.669612934 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/59 40755 root:root -/usr/lib/debug/.build-id/59/ac55e8d74b0c2304c394c2ef8d52898867e4f7 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi -/usr/lib/debug/.build-id/59/ac55e8d74b0c2304c394c2ef8d52898867e4f7.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug +/usr/lib/debug/.build-id/fd 40755 root:root +/usr/lib/debug/.build-id/fd/6a7e37d9da0fa5c75371b3ed40303180551359 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi +/usr/lib/debug/.build-id/fd/6a7e37d9da0fa5c75371b3ed40303180551359.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug /usr/lib/debug/var/www 40755 root:root @@ -17,8 +17,8 @@ Provides: mimetex-debuginfo = 1.76-alt1:sisyphus+278464.100.1.1 -File: /usr/lib/debug/.build-id/59 40755 root:root -File: /usr/lib/debug/.build-id/59/ac55e8d74b0c2304c394c2ef8d52898867e4f7 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi -File: /usr/lib/debug/.build-id/59/ac55e8d74b0c2304c394c2ef8d52898867e4f7.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug +File: /usr/lib/debug/.build-id/fd 40755 root:root +File: /usr/lib/debug/.build-id/fd/6a7e37d9da0fa5c75371b3ed40303180551359 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi +File: /usr/lib/debug/.build-id/fd/6a7e37d9da0fa5c75371b3ed40303180551359.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug File: /usr/lib/debug/var/www 40755 root:root File: /usr/lib/debug/var/www/cgi-bin 40755 root:root -File: /usr/lib/debug/var/www/cgi-bin/mimetex.cgi.debug 100644 root:root a711410ca04f36b13208b7338c8faf25 +File: /usr/lib/debug/var/www/cgi-bin/mimetex.cgi.debug 100644 root:root 17e50487506d6d34ddb628f22681f26b File: /usr/src/debug/mimetex-1.76 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/mimetex-1.76/texfonts.h 100644 root:root af758b4de074ba72e038ea53c1b40136 -RPMIdentity: ee367884827375354548bf6bb86170d6d4edaa960aa497a822f7c423ec17e00043d22a77a6fd65d4f8907980fb749d2b379d9c5ee673fbad38055b649c60dc34 +RPMIdentity: 3445bb315f28539fc6fabd65d4e682531d0a3ea1bd038299a71a5a6f5529c477035f628f717685d16ff6611106f33943dc90df8aefff871ab45db3560a7c6aee