<86>Jul 25 10:32:30 userdel[3130061]: delete user 'rooter' <86>Jul 25 10:32:30 userdel[3130061]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:32:30 userdel[3130061]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 10:32:30 groupadd[3130092]: group added to /etc/group: name=rooter, GID=630 <86>Jul 25 10:32:30 groupadd[3130092]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:32:30 groupadd[3130092]: new group: name=rooter, GID=630 <86>Jul 25 10:32:30 useradd[3130129]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash <86>Jul 25 10:32:30 userdel[3130211]: delete user 'builder' <86>Jul 25 10:32:30 userdel[3130211]: removed group 'builder' owned by 'builder' <86>Jul 25 10:32:30 groupadd[3130265]: group added to /etc/group: name=builder, GID=631 <86>Jul 25 10:32:30 groupadd[3130265]: group added to /etc/gshadow: name=builder <86>Jul 25 10:32:30 groupadd[3130265]: new group: name=builder, GID=631 <86>Jul 25 10:32:30 useradd[3130321]: new user: name=builder, UID=631, GID=631, home=/usr/src, shell=/bin/bash <13>Jul 25 10:32:32 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Jul 25 10:32:32 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/hnb-1.9.18-alt1.qa1.nosrc.rpm (w1.gzdio) Installing hnb-1.9.18-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.42660 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hnb-1.9.18 + echo 'Source #0 (hnb-1.9.18.tar.gz):' Source #0 (hnb-1.9.18.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/hnb-1.9.18.tar.gz + cd hnb-1.9.18 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.12447 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hnb-1.9.18 + make make: Entering directory '/usr/src/RPM/BUILD/hnb-1.9.18' (cd src;make) make[1]: Entering directory '/usr/src/RPM/BUILD/hnb-1.9.18/src' (cd libcli;make libcli.a) make[2]: Entering directory '/usr/src/RPM/BUILD/hnb-1.9.18/src/libcli' cc -Wall -c -o cli.o cli.c cc -Wall -c -o cli_history.o cli_history.c cc -Wall -c -o cli_tokenize.o cli_tokenize.c cli_tokenize.c: In function 'argv_tokenize': cli_tokenize.c:222:40: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness [-Wpointer-sign] total_length+=strlen(cli_getstring(varname)); ^~~~~~~ cli_tokenize.c:83:7: note: expected 'char *' but argument is of type 'unsigned char *' char *cli_getstring(char *variable); ^~~~~~~~~~~~~ cli_tokenize.c:272:33: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness [-Wpointer-sign] strcpy(output,cli_getstring(varname)); ^~~~~~~ cli_tokenize.c:83:7: note: expected 'char *' but argument is of type 'unsigned char *' char *cli_getstring(char *variable); ^~~~~~~~~~~~~ cli_tokenize.c:273:34: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness [-Wpointer-sign] output+=strlen(cli_getstring(varname)); ^~~~~~~ cli_tokenize.c:83:7: note: expected 'char *' but argument is of type 'unsigned char *' char *cli_getstring(char *variable); ^~~~~~~~~~~~~ ar rc libcli.a cli*.o make[2]: Leaving directory '/usr/src/RPM/BUILD/hnb-1.9.18/src/libcli' make[1]: Circular init_subsystems.c <- init_subsystems.c dependency dropped. echo "/* this file is autogenerated, do not edit */">init_subsystems.c cat *.c | grep "^\!init_" | sort | sed -e "s/^\!/void /g">>init_subsystems.c echo "">>init_subsystems.c echo "void init_subsystems(){">>init_subsystems.c cat *.c | grep "^\!init_" | sort | sed -e "s/^\!/ /g">>init_subsystems.c echo "}">>init_subsystems.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o init_subsystems.o init_subsystems.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o clipboard.o clipboard.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o state.o state.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_html.o file_html.c file_html.c: In function 'export_html': file_html.c:60:13: warning: variable 'flags' set but not used [-Wunused-but-set-variable] int level, flags, startlevel, lastlevel, cnt; ^~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o path.o path.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree_todo.o tree_todo.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o actions.o actions.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o expanded.o expanded.c expanded.c: In function 'cmd_expand': expanded.c:36:14: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] inputbuf[strlen (inputbuf) + 1] = 0; ^~~~~~ expanded.c:36:14: warning: incompatible implicit declaration of built-in function 'strlen' expanded.c:36:14: note: include '' or provide a declaration of 'strlen' expanded.c:28:1: +#include expanded.c:36:14: inputbuf[strlen (inputbuf) + 1] = 0; ^~~~~~ expanded.c:42:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] } else if((!strcmp(argv[1],"-a"))||(!strcmp(argv[1],"--all"))){ ^~~~~~ expanded.c: In function 'cmd_collapse': expanded.c:60:14: warning: incompatible implicit declaration of built-in function 'strlen' inputbuf[strlen (inputbuf) + 1] = 0; ^~~~~~ expanded.c:60:14: note: include '' or provide a declaration of 'strlen' cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree_sort.o tree_sort.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_xml.o file_xml.c file_xml.c: In function 'xml_export_nodes': file_xml.c:79:6: warning: variable 'flags' set but not used [-Wunused-but-set-variable] int flags; ^~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui.o ui.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_cli.o ui_cli.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o node.o node.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o prefs.o prefs.c prefs.c: In function 'write_default_prefs': prefs.c:89:3: warning: string length '15444' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] ); ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o xml_tok.o xml_tok.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file.o file.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o cli_macro.o cli_macro.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree_misc.o tree_misc.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_overlay.o ui_overlay.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_draw.o ui_draw.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o statcmds.o statcmds.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_menu.o ui_menu.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_ps.o file_ps.c file_ps.c: In function 'export_ps': file_ps.c:84:2: warning: string length '5113' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] fprintf (file, "%%!PS %% all files must open with this header\n\ ^~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_ascii.o file_ascii.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_binary.o file_binary.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o query.o query.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o autosave.o autosave.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o spell.o spell.c spell.c: In function 'spell_node': spell.c:52:28: warning: '%s' directive writing up to 31 bytes into a region of size between 0 and 254 [-Wformat-overflow=] sprintf (commandline, "%s %s", spell_command, tempfilename); ^~ ~~~~~~~~~~~~ spell.c:52:2: note: 'sprintf' output between 2 and 287 bytes into a destination of size 255 sprintf (commandline, "%s %s", spell_command, tempfilename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o util_string.o util_string.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o cal.o cal.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_style.o ui_style.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o hnb.o hnb.c hnb.c: In function 'main': hnb.c:319:29: warning: '%s' directive writing up to 4095 bytes into a region of size between 3961 and 4088 [-Wformat-overflow=] sprintf (buf, "import_%s %s", prefs.format, file_to_load); ^~ ~~~~~~~~~~~~ hnb.c:319:4: note: 'sprintf' output between 9 and 4231 bytes into a destination of size 4096 sprintf (buf, "import_%s %s", prefs.format, file_to_load); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hnb.c:317:33: warning: '%s' directive writing up to 4095 bytes into a region of size 4082 [-Wformat-overflow=] sprintf (buf, "import_binary %s", file_to_load); ^~ ~~~~~~~~~~~~ hnb.c:317:4: note: 'sprintf' output between 15 and 4110 bytes into a destination of size 4096 sprintf (buf, "import_binary %s", file_to_load); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_binding.o ui_binding.c ui_binding.c:398:12: warning: 'dummy_cmd' defined but not used [-Wunused-function] static int dummy_cmd (int argc, char **argv, void *data) ^~~~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_edit.o ui_edit.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o search.o search.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_opml.o file_opml.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_hnb.o file_hnb.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_help.o file_help.c file_help.c: In function 'export_help': file_help.c:50:32: warning: variable 'lastlevel' set but not used [-Wunused-but-set-variable] int level, flags, startlevel, lastlevel, cnt; ^~~~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tokenizer.o tokenizer.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree.o tree.c tree.c: In function 'node_swap': tree.c:385:22: warning: variable 'Bright' set but not used [-Wunused-but-set-variable] Node *Bup, *Bleft, *Bright, *Bdown; ^~~~~~ tree.c:384:22: warning: variable 'Aright' set but not used [-Wunused-but-set-variable] Node *Aup, *Aleft, *Aright, *Adown; ^~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o evilloop.o evilloop.c cc -o hnb file_html.o expanded.o ui.o xml_tok.o file_opml.o file_help.o hnb.o statcmds.o evilloop.o init_subsystems.o clipboard.o ui_style.o tree_todo.o file.o node.o cli_macro.o ui_menu.o file_ps.o path.o ui_binding.o file_ascii.o search.o ui_cli.o tree_misc.o ui_overlay.o ui_draw.o autosave.o cal.o ui_edit.o tree.o actions.o file_binary.o tree_sort.o file_xml.o spell.o prefs.o state.o query.o util_string.o file_hnb.o tokenizer.o -lncurses libcli/libcli.a -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g make[1]: Leaving directory '/usr/src/RPM/BUILD/hnb-1.9.18/src' make: Leaving directory '/usr/src/RPM/BUILD/hnb-1.9.18' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29341 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hnb-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hnb-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd hnb-1.9.18 + /bin/install -pD -m0755 src/hnb /usr/src/tmp/hnb-buildroot/usr/bin/hnb + /bin/install -pD -m0644 doc/hnb.1 /usr/src/tmp/hnb-buildroot/usr/share/man/man1/hnb.1 + /bin/rm -f doc/hnb.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hnb-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hnb-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hnb-buildroot/ (default) Compressing files in /usr/src/tmp/hnb-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hnb-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/hnb: uses non-LFS functions: __xstat fopen mkstemp open Hardlinking identical .pyc and .pyo files Processing files: hnb-1.9.18-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.63725 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hnb-1.9.18 + DOCDIR=/usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + export DOCDIR + rm -rf /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + /bin/mkdir -p /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + cp -prL README doc /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + chmod -R go-w /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + chmod -R a+rX /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ohYlGo find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V9LFPY find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libncurses.so.5 >= set:mhWiBzDlR0Bkmxm1PTVUAAbBeRGFOVU6PSNSBGATofpOjk0dsPt, libtinfo.so.5 >= set:lhZKHDmphYMV1mJ7YluhvAzZg, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1HNHxP Creating hnb-debuginfo package Processing files: hnb-debuginfo-1.9.18-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.d4wGK9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.orby14 find-requires: running scripts (debuginfo) Requires: hnb = 1.9.18-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libncurses.so.5), debug(libtinfo.so.5) Wrote: /usr/src/RPM/RPMS/i586/hnb-1.9.18-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/hnb-debuginfo-1.9.18-alt1.qa1.i586.rpm (w2.lzdio) 4.15user 1.03system 0:13.73elapsed 37%CPU (0avgtext+0avgdata 23756maxresident)k 0inputs+0outputs (0major+342578minor)pagefaults 0swaps 8.09user 3.48system 0:22.43elapsed 51%CPU (0avgtext+0avgdata 115076maxresident)k 0inputs+0outputs (0major+619468minor)pagefaults 0swaps --- hnb-1.9.18-alt1.qa1.i586.rpm.repo 2013-04-15 06:10:37.000000000 +0000 +++ hnb-1.9.18-alt1.qa1.i586.rpm.hasher 2021-07-25 10:32:51.592524690 +0000 @@ -7,3 +7,3 @@ /usr/share/doc/hnb-1.9.18/doc/hnbrc 100644 root:root -/usr/share/man/man1/hnb.1.gz 100644 root:root +/usr/share/man/man1/hnb.1.xz 100644 root:root Requires: /lib/ld-linux.so.2 @@ -20,3 +20,3 @@ Provides: hnb = 1.9.18-alt1.qa1 -File: /usr/bin/hnb 100755 root:root 610ec492546dc2c928fa0ce1e57cd5ed +File: /usr/bin/hnb 100755 root:root cc66f75cb23255a41b4d47ace0daed44 File: /usr/share/doc/hnb-1.9.18 40755 root:root @@ -27,3 +27,3 @@ File: /usr/share/doc/hnb-1.9.18/doc/hnbrc 100644 root:root 969e5382796eb949876ad9f72029756d -File: /usr/share/man/man1/hnb.1.gz 100644 root:root 427e195367c64a3761044e53df61b018 -RPMIdentity: b27e1264316efb0897827faaf8d33518 +File: /usr/share/man/man1/hnb.1.xz 100644 root:root bfacbb8e2cbe89c8160872819fcdb112 +RPMIdentity: bcc4d79bbf30ccf6243563fbefe75cb2 --- hnb-debuginfo-1.9.18-alt1.qa1.i586.rpm.repo 2013-04-15 06:10:37.000000000 +0000 +++ hnb-debuginfo-1.9.18-alt1.qa1.i586.rpm.hasher 2021-07-25 10:32:51.800524983 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/57 40755 root:root -/usr/lib/debug/.build-id/57/208c400df4da7bc96a63b8e393ff204a8b344c 120777 root:root ../../../../bin/hnb -/usr/lib/debug/.build-id/57/208c400df4da7bc96a63b8e393ff204a8b344c.debug 120777 root:root ../../usr/bin/hnb.debug +/usr/lib/debug/.build-id/2a 40755 root:root +/usr/lib/debug/.build-id/2a/72156c4e47a45c323bae4dedbfa9ff4ebcccce 120777 root:root ../../../../bin/hnb +/usr/lib/debug/.build-id/2a/72156c4e47a45c323bae4dedbfa9ff4ebcccce.debug 120777 root:root ../../usr/bin/hnb.debug /usr/lib/debug/usr/bin/hnb.debug 100644 root:root @@ -34,2 +34,3 @@ /usr/src/debug/hnb-1.9.18/src/query.c 100644 root:root +/usr/src/debug/hnb-1.9.18/src/query.h 100644 root:root /usr/src/debug/hnb-1.9.18/src/search.c 100644 root:root @@ -67,6 +68,6 @@ Provides: hnb-debuginfo = 1.9.18-alt1.qa1 -File: /usr/lib/debug/.build-id/57 40755 root:root -File: /usr/lib/debug/.build-id/57/208c400df4da7bc96a63b8e393ff204a8b344c 120777 root:root ../../../../bin/hnb -File: /usr/lib/debug/.build-id/57/208c400df4da7bc96a63b8e393ff204a8b344c.debug 120777 root:root ../../usr/bin/hnb.debug -File: /usr/lib/debug/usr/bin/hnb.debug 100644 root:root ade7a4b0e3a3f4ef69757eeb4c61f5ed +File: /usr/lib/debug/.build-id/2a 40755 root:root +File: /usr/lib/debug/.build-id/2a/72156c4e47a45c323bae4dedbfa9ff4ebcccce 120777 root:root ../../../../bin/hnb +File: /usr/lib/debug/.build-id/2a/72156c4e47a45c323bae4dedbfa9ff4ebcccce.debug 120777 root:root ../../usr/bin/hnb.debug +File: /usr/lib/debug/usr/bin/hnb.debug 100644 root:root b86dd4814710f36409ce798e8a000963 File: /usr/src/debug/hnb-1.9.18 40755 root:root @@ -101,2 +102,3 @@ File: /usr/src/debug/hnb-1.9.18/src/query.c 100644 root:root 99f17ba2ace786ecd74c921c89991843 +File: /usr/src/debug/hnb-1.9.18/src/query.h 100644 root:root 5538ee157132556cec87789033cb5e5e File: /usr/src/debug/hnb-1.9.18/src/search.c 100644 root:root 7a9dbcd7be09d0866076abc28a08a38f @@ -127,2 +129,2 @@ File: /usr/src/debug/hnb-1.9.18/src/xml_tok.h 100644 root:root 3d9a54ef91bba63272ed1ceda3f46368 -RPMIdentity: 8af6e0bd3d2e4cf95765455cc2941ace +RPMIdentity: 7aa9075025d78e78d6379aa885d72dd8