<86>Oct 6 12:39:37 userdel[3065984]: delete user 'rooter' <86>Oct 6 12:39:37 userdel[3065984]: removed group 'rooter' owned by 'rooter' <86>Oct 6 12:39:37 userdel[3065984]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 6 12:39:37 groupadd[3066011]: group added to /etc/group: name=rooter, GID=1847 <86>Oct 6 12:39:37 groupadd[3066011]: group added to /etc/gshadow: name=rooter <86>Oct 6 12:39:37 groupadd[3066011]: new group: name=rooter, GID=1847 <86>Oct 6 12:39:37 useradd[3066033]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash <86>Oct 6 12:39:37 userdel[3066063]: delete user 'builder' <86>Oct 6 12:39:37 userdel[3066063]: removed group 'builder' owned by 'builder' <86>Oct 6 12:39:37 userdel[3066063]: removed shadow group 'builder' owned by 'builder' <86>Oct 6 12:39:37 groupadd[3066088]: group added to /etc/group: name=builder, GID=1848 <86>Oct 6 12:39:37 groupadd[3066088]: group added to /etc/gshadow: name=builder <86>Oct 6 12:39:37 groupadd[3066088]: new group: name=builder, GID=1848 <86>Oct 6 12:39:37 useradd[3066108]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/openrrcp-0.2.1-alt1.nosrc.rpm (w1.gzdio) Installing openrrcp-0.2.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93555 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf openrrcp-0.2.1 + echo 'Source #0 (openrrcp-0.2.1.tar):' Source #0 (openrrcp-0.2.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/openrrcp-0.2.1.tar + cd openrrcp-0.2.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.18830 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd openrrcp-0.2.1 + make make: Entering directory '/usr/src/RPM/BUILD/openrrcp-0.2.1' cd src && make make[1]: Entering directory '/usr/src/RPM/BUILD/openrrcp-0.2.1/src' gcc `/bin/sh Makefile-helper.sh` rtl83xx.c rrcp_io.c rrcp_switches.c rrcp_config.c -o ../bin/rtl83xx rtl83xx.c: In function 'do_alt_config': rtl83xx.c:714:6: warning: type of 'mode' defaults to 'int' [-Wimplicit-int] void do_alt_config(mode){ ^~~~~~~~~~~~~ rrcp_io.c: In function 'rrcp_io_probe_switch_for_facing_switch_port': rrcp_io.c:552:29: warning: typedef 'SW_REPLY' locally defined but not used [-Wunused-local-typedefs] typedef struct sw_reply SW_REPLY; ^~~~~~~~ ln -sf rtl83xx ../bin/rtl8316b ln -sf rtl83xx ../bin/rtl8324 ln -sf rtl83xx ../bin/rtl8326 ln -sf rtl83xx ../bin/rtl83xx_dlink_des1016d ln -sf rtl83xx ../bin/rtl83xx_dlink_des1024d_b1 ln -sf rtl83xx ../bin/rtl83xx_dlink_des1024d_c1 ln -sf rtl83xx ../bin/rtl83xx_compex_ps2216 ln -sf rtl83xx ../bin/rtl83xx_ovislink_fsh2402gt ln -sf rtl83xx ../bin/rtl83xx_zyxel_es116p ln -sf rtl83xx ../bin/rtl83xx_compex_sds1224 ln -sf rtl83xx ../bin/rtl83xx_signamax_065-7531a ln -sf rtl83xx ../bin/rtl83xx_compex_ps2216_6d ln -sf rtl83xx ../bin/rtl83xx_compex_ps2216_6dp ln -sf rtl83xx ../bin/rtl83xx_asus_gigax_1024p ln -sf rtl83xx ../bin/rtl83xx_repotec_g3224x ln -sf rtl83xx ../bin/rtl83xx_edimax_es-3116p gcc `/bin/sh Makefile-helper.sh` rrcp_cli.c rrcp_cli_cmd_show.c rrcp_cli_cmd_config.c rrcp_cli_cmd_config_int.c rrcp_cli_cmd_other.c rrcp_config.c rrcp_io.c rrcp_lib.c rrcp_switches.c ../lib/libcli.c -lcrypt -o ../bin/rrcpcli rrcp_cli.c: In function 'main': rrcp_cli.c:249:6: warning: variable 'n' set but not used [-Wunused-but-set-variable] int n; ^ rrcp_cli.c:259:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system("reset"); //reset terminal on exit. FIXME: need to find more straight-forward solution to do this. ^~~~~~~~~~~~~~~ rrcp_io.c: In function 'rrcp_io_probe_switch_for_facing_switch_port': rrcp_io.c:552:29: warning: typedef 'SW_REPLY' locally defined but not used [-Wunused-local-typedefs] typedef struct sw_reply SW_REPLY; ^~~~~~~~ ../lib/libcli.c: In function 'cli_get_completions': ../lib/libcli.c:803:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((l=(unsigned int)strchr(sp,' '))==0) break; ^ ../lib/libcli.c:804:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] l-=(unsigned int)sp; ^ ../lib/libcli.c: In function 'cli_loop': ../lib/libcli.c:900:2: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] memset(cli->history, 0, MAX_HISTORY); ^~~~~~ ../lib/libcli.c: In function 'cli_clear_line': ../lib/libcli.c:833:53: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (cursor < l) for (i = 0; i < (l - cursor); i++) write(sockfd, " ", 1); ^~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:837:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, cmd, i); ^~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c: In function 'cli_loop': ../lib/libcli.c:902:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, negotiate, strlen(negotiate)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:953:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:958:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "Username: ", strlen("Username: ")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:961:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "Password: ", strlen("Password: ")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:966:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, cmd, l); ^~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:971:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\b", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:975:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "Password: ", strlen("Password: ")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1072:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1077:26: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (c == CTRL('C')) { write(sockfd, "\a", 1); continue; } ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1108:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\a", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1123:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\b \b", 3); ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1132:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\b", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1133:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, cmd + cursor, strlen(cmd + cursor)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1134:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, " ", 1); ^~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1136:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\b", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1155:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1157:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, cmd, l); ^~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1158:38: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] for (i = 0; i < cursorback; i++) write(sockfd, "\b", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1186:35: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] for (c = cursor; c < l; c++) write(sockfd, " ", 1); ^~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1187:35: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] for (c = cursor; c < l; c++) write(sockfd, "\b", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1206:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "quit\r\n", l + 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1238:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\a", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1250:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\b", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1256:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, completions[0], strlen(completions[0])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1263:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, " ", 1); ^~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1270:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1273:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, completions[i], strlen(completions[i])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1275:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1277:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, " ", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1279:22: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (i % 4 != 3) write(sockfd, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1286:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\a", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1335:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, cmd, l); ^~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1349:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\b", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1359:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, &cmd[cursor], 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1375:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\r", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1390:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, &cmd[cursor], l - cursor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1410:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\a", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1427:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, &cmd[cursor], l - cursor + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1429:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\b", 1); ^~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1444:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c:1449:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sockfd, &c, 1); ^~~~~~~~~~~~~~~~~~~~ ../lib/libcli.c: In function 'cli_add_history': ../lib/libcli.c:476:33: warning: iteration 255 invokes undefined behavior [-Waggressive-loop-optimizations] cli->history[i] = cli->history[i+1]; ~~~~~~~~~~~~^~~~~ ../lib/libcli.c:475:2: note: within this loop for (i = 0; i < MAX_HISTORY; i++) ^~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/openrrcp-0.2.1/src' make: Leaving directory '/usr/src/RPM/BUILD/openrrcp-0.2.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.43392 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/openrrcp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/openrrcp-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd openrrcp-0.2.1 + make 'INSTALL=/usr/libexec/rpm-build/install -p' -C src PREFIX=/usr DESTDIR=/usr/src/tmp/openrrcp-buildroot install make: Entering directory '/usr/src/RPM/BUILD/openrrcp-0.2.1/src' mkdir -p /usr/src/tmp/openrrcp-buildroot/usr/bin 2>/dev/null cp -p ../bin/* /usr/src/tmp/openrrcp-buildroot/usr/bin make: Leaving directory '/usr/src/RPM/BUILD/openrrcp-0.2.1/src' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/openrrcp-buildroot (auto) Verifying and fixing files in /usr/src/tmp/openrrcp-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/openrrcp-buildroot/ (default) Compressing files in /usr/src/tmp/openrrcp-buildroot (auto) 056-debuginfo.brp: WARNING: You have 18 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/bin/rrcpcli ./usr/bin/rtl8316b ./usr/bin/rtl8324 ./usr/bin/rtl8326 ./usr/bin/rtl83xx ./usr/bin/rtl83xx_asus_gigax_1024p ./usr/bin/rtl83xx_compex_ps2216 ./usr/bin/rtl83xx_compex_ps2216_6d ./usr/bin/rtl83xx_compex_ps2216_6dp ./usr/bin/rtl83xx_compex_sds1224 Verifying ELF objects in /usr/src/tmp/openrrcp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: openrrcp-0.2.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bZu53u 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.tFBoGP find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0)(64bit), 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.5htKPg Wrote: /usr/src/RPM/RPMS/x86_64/openrrcp-0.2.1-alt1.x86_64.rpm (w2.lzdio) 3.07user 2.98system 0:07.58elapsed 80%CPU (0avgtext+0avgdata 41864maxresident)k 0inputs+0outputs (0major+646288minor)pagefaults 0swaps 0.56user 1.46system 0:11.67elapsed 17%CPU (0avgtext+0avgdata 12100maxresident)k 0inputs+0outputs (0major+97273minor)pagefaults 0swaps --- openrrcp-0.2.1-alt1.x86_64.rpm.repo 2012-10-31 13:50:14.000000000 +0000 +++ openrrcp-0.2.1-alt1.x86_64.rpm.hasher 2024-10-06 12:39:46.256628189 +0000 @@ -26,5 +26,5 @@ Requires: libc.so.6(GLIBC_2.7)(64bit) -Requires: libcrypt.so.1()(64bit) >= set:hguT2 +Requires: libcrypt.so.1()(64bit) >= set:ihuTa Requires: rpmlib(SetVersions) -Requires: libcrypt.so.1(GLIBC_2.2.5)(64bit) +Requires: libcrypt.so.1(XCRYPT_2.0)(64bit) Requires: rtld(GNU_HASH) @@ -32,20 +32,20 @@ Provides: openrrcp = 0.2.1-alt1 -File: /usr/bin/rrcpcli 100755 root:root a7f9cc42e08a7d6c4408d8a642e1eeae -File: /usr/bin/rtl8316b 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl8324 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl8326 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_asus_gigax_1024p 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_compex_ps2216 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_compex_ps2216_6d 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_compex_ps2216_6dp 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_compex_sds1224 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_dlink_des1016d 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_dlink_des1024d_b1 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_dlink_des1024d_c1 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_edimax_es-3116p 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_ovislink_fsh2402gt 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_repotec_g3224x 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_signamax_065-7531a 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -File: /usr/bin/rtl83xx_zyxel_es116p 100755 root:root 1bcfd18f4ccc6fce95aea8772b7d87e1 -RPMIdentity: 3baa1963c478c6e42ee3dec084b3cfb609a957ee258a261798f816d1af1738a23fb9244aac816962a35e305191a3515c382c90c0c15dbac9ac7516109713c8df +File: /usr/bin/rrcpcli 100755 root:root 9a974ef4817361c41e10b2220b890f52 +File: /usr/bin/rtl8316b 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl8324 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl8326 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_asus_gigax_1024p 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_compex_ps2216 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_compex_ps2216_6d 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_compex_ps2216_6dp 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_compex_sds1224 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_dlink_des1016d 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_dlink_des1024d_b1 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_dlink_des1024d_c1 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_edimax_es-3116p 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_ovislink_fsh2402gt 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_repotec_g3224x 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_signamax_065-7531a 100755 root:root 07039823dd055f921d2361239f9834a9 +File: /usr/bin/rtl83xx_zyxel_es116p 100755 root:root 07039823dd055f921d2361239f9834a9 +RPMIdentity: 48c960a5375dcf32d871d3f6aac5fed340bea21675671ad058e6cef11ac7af386801253d3d46f30f6c7182b3a87dba8de2f0b57f2dcba78e24b01efaef5b3849