<86>Jul 25 09:55:10 userdel[3769987]: delete user 'rooter' <86>Jul 25 09:55:10 userdel[3769987]: removed group 'rooter' owned by 'rooter' <86>Jul 25 09:55:10 userdel[3769987]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 09:55:10 groupadd[3770003]: group added to /etc/group: name=rooter, GID=705 <86>Jul 25 09:55:10 groupadd[3770003]: group added to /etc/gshadow: name=rooter <86>Jul 25 09:55:10 groupadd[3770003]: new group: name=rooter, GID=705 <86>Jul 25 09:55:10 useradd[3770017]: new user: name=rooter, UID=705, GID=705, home=/root, shell=/bin/bash <86>Jul 25 09:55:10 userdel[3770035]: delete user 'builder' <86>Jul 25 09:55:10 userdel[3770035]: removed group 'builder' owned by 'builder' <86>Jul 25 09:55:10 userdel[3770035]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 09:55:10 groupadd[3770075]: group added to /etc/group: name=builder, GID=706 <86>Jul 25 09:55:10 groupadd[3770075]: group added to /etc/gshadow: name=builder <86>Jul 25 09:55:10 groupadd[3770075]: new group: name=builder, GID=706 <86>Jul 25 09:55:10 useradd[3770103]: new user: name=builder, UID=706, GID=706, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.5366 + 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.5366 + 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_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.51730 + 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) verify-elf: WARNING: ./usr/bin/rrcpcli: uses non-LFS functions: fopen 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.fXQSxE 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.zGJc2k 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.15), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libcrypt.so.1 >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0), 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.pLEEkj Wrote: /usr/src/RPM/RPMS/i586/openrrcp-0.2.1-alt1.i586.rpm (w2.lzdio) 5.61user 1.68system 0:09.54elapsed 76%CPU (0avgtext+0avgdata 33588maxresident)k 0inputs+0outputs (0major+568954minor)pagefaults 0swaps 6.76user 3.70system 0:12.73elapsed 82%CPU (0avgtext+0avgdata 33588maxresident)k 0inputs+0outputs (0major+724780minor)pagefaults 0swaps --- openrrcp-0.2.1-alt1.i586.rpm.repo 2012-10-31 13:50:14.000000000 +0000 +++ openrrcp-0.2.1-alt1.i586.rpm.hasher 2021-07-25 09:55:21.715372884 +0000 @@ -26,5 +26,5 @@ Requires: libc.so.6(GLIBC_2.7) -Requires: libcrypt.so.1 >= set:hguT2 +Requires: libcrypt.so.1 >= set:ihuTa Requires: rpmlib(SetVersions) -Requires: libcrypt.so.1(GLIBC_2.0) +Requires: libcrypt.so.1(XCRYPT_2.0) Requires: rtld(GNU_HASH) @@ -32,20 +32,20 @@ Provides: openrrcp = 0.2.1-alt1 -File: /usr/bin/rrcpcli 100755 root:root f5bcf90224c651fa43e20d074ad50c28 -File: /usr/bin/rtl8316b 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl8324 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl8326 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_asus_gigax_1024p 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_compex_ps2216 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_compex_ps2216_6d 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_compex_ps2216_6dp 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_compex_sds1224 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_dlink_des1016d 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_dlink_des1024d_b1 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_dlink_des1024d_c1 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_edimax_es-3116p 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_ovislink_fsh2402gt 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_repotec_g3224x 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_signamax_065-7531a 100755 root:root 2d7fb1bee335589a80a1800be923f828 -File: /usr/bin/rtl83xx_zyxel_es116p 100755 root:root 2d7fb1bee335589a80a1800be923f828 -RPMIdentity: b99cc49121233af954bf19bef3c28383 +File: /usr/bin/rrcpcli 100755 root:root 9cf3b80ff3995f69256ca6f8dc24686f +File: /usr/bin/rtl8316b 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl8324 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl8326 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_asus_gigax_1024p 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_compex_ps2216 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_compex_ps2216_6d 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_compex_ps2216_6dp 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_compex_sds1224 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_dlink_des1016d 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_dlink_des1024d_b1 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_dlink_des1024d_c1 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_edimax_es-3116p 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_ovislink_fsh2402gt 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_repotec_g3224x 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_signamax_065-7531a 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +File: /usr/bin/rtl83xx_zyxel_es116p 100755 root:root 25475a54197d5db4faa0e6d05a96b795 +RPMIdentity: 328e9b13c708f00a53e8feeb339f614e