<86>Apr 21 01:05:49 userdel[66161]: delete user 'rooter' <86>Apr 21 01:05:49 groupadd[66388]: group added to /etc/group: name=rooter, GID=687 <86>Apr 21 01:05:49 groupadd[66388]: group added to /etc/gshadow: name=rooter <86>Apr 21 01:05:49 groupadd[66388]: new group: name=rooter, GID=687 <86>Apr 21 01:05:50 useradd[66494]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Apr 21 01:05:50 userdel[66601]: delete user 'builder' <86>Apr 21 01:05:50 userdel[66601]: removed group 'builder' owned by 'builder' <86>Apr 21 01:05:50 userdel[66601]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 01:05:50 groupadd[66622]: group added to /etc/group: name=builder, GID=688 <86>Apr 21 01:05:50 groupadd[66622]: group added to /etc/gshadow: name=builder <86>Apr 21 01:05:50 groupadd[66622]: new group: name=builder, GID=688 <86>Apr 21 01:05:50 useradd[66735]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash <13>Apr 21 01:05:52 rpmi: libcom_err-1.42.13-alt2 1449075846 installed <13>Apr 21 01:05:52 rpmi: libverto-0.2.6-alt1_6 1455633234 installed <13>Apr 21 01:05:52 rpmi: libverto-devel-0.2.6-alt1_6 1455633234 installed <13>Apr 21 01:05:52 rpmi: libcom_err-devel-1.42.13-alt2 1449075846 installed <13>Apr 21 01:05:52 rpmi: libkeyutils-1.5.10-alt0.M80P.2 p8+216694.100.6.1 1547827915 installed <13>Apr 21 01:05:52 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Apr 21 01:05:52 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766129 installed <86>Apr 21 01:05:52 groupadd[74140]: group added to /etc/group: name=_keytab, GID=499 <86>Apr 21 01:05:52 groupadd[74140]: group added to /etc/gshadow: name=_keytab <86>Apr 21 01:05:52 groupadd[74140]: new group: name=_keytab, GID=499 <13>Apr 21 01:05:52 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355673 installed <13>Apr 21 01:05:53 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766129 installed <86>Apr 21 01:05:53 groupadd[74761]: group added to /etc/group: name=sasl, GID=498 <86>Apr 21 01:05:53 groupadd[74761]: new group: name=sasl, GID=498 <13>Apr 21 01:05:53 rpmi: libsasl2-3-2.1.26-alt7 1479477445 installed <13>Apr 21 01:05:53 rpmi: libldap-2.4.45-alt1.M80P.1 1513980376 installed <13>Apr 21 01:05:53 rpmi: libkrb5-ldap-1.14.6-alt1.M80P.1 1525355673 installed <13>Apr 21 01:05:53 rpmi: libkrb5-devel-1.14.6-alt1.M80P.1 1525355673 installed <13>Apr 21 01:05:53 rpmi: libssl-devel-1.0.2n-alt0.M80P.1 1512766129 installed Installing mini_httpd-1.19-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19913 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mini_httpd-1.19 + echo 'Source #0 (mini_httpd-1.19.tar):' Source #0 (mini_httpd-1.19.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mini_httpd-1.19.tar + cd mini_httpd-1.19 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.19913 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mini_httpd-1.19 + make BINDIR=/usr/bin MANDIR=/usr/share/man 'CFLAGS=-pipe -Wall -g -O2 -fno-strict-aliasing ' make: Entering directory `/usr/src/RPM/BUILD/mini_httpd-1.19' rm -f mime_encodings.h sed < mime_encodings.txt > mime_encodings.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' rm -f mime_types.h sed < mime_types.txt > mime_types.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' gcc -pipe -Wall -g -O2 -fno-strict-aliasing -c mini_httpd.c mini_httpd.c: In function 'main': mini_httpd.c:623:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] if ( setgroups( 0, (gid_t*) 0 ) < 0 ) ^ mini_httpd.c:637:7: warning: implicit declaration of function 'initgroups' [-Wimplicit-function-declaration] if ( initgroups( user, gid ) < 0 ) ^ mini_httpd.c:678:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if ( logfile != (char*) 0 ) ^ mini_httpd.c:808:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] conn_fd = accept( listen4_fd, &usa.sa, &sz ); ^ In file included from mini_httpd.c:49:0: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ mini_httpd.c:810:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] conn_fd = accept( listen6_fd, &usa.sa, &sz ); ^ In file included from mini_httpd.c:49:0: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ mini_httpd.c: In function 'file_details': mini_httpd.c:1650:22: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int' [-Wformat=] buf, sizeof( buf ), "%-32.32s %15s %14lld\n", ^ mini_httpd.c:1650:22: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int' [-Wformat=] mini_httpd.c: In function 'virtual_file': mini_httpd.c:2322:38: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if ( getsockname( conn_fd, &usa.sa, &sz ) < 0 ) ^ In file included from mini_httpd.c:49:0: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^ mini_httpd.c: In function 'add_headers': mini_httpd.c:2490:24: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] buf, sizeof(buf), "Content-Length: %lld\015\012", (int64_t) bytes ); ^ mini_httpd.c:2490:24: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] mini_httpd.c: In function 'make_log_entry': mini_httpd.c:2736:36: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] bytes_str, sizeof(bytes_str), "%lld", (int64_t) bytes ); ^ mini_httpd.c:2736:36: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] mini_httpd.c: At top level: mini_httpd.c:2581:1: warning: 'send_via_write' defined but not used [-Wunused-function] send_via_write( int fd, off_t size ) ^ mini_httpd.c: In function 'main': mini_httpd.c:660:5: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] (void) getcwd( cwd, sizeof(cwd) - 1 ); ^ mini_httpd.c: In function 'do_cgi': mini_httpd.c:1821:5: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] (void) nice( CGI_NICE ); ^ mini_httpd.c:1834:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] (void) chdir( directory ); /* ignore errors */ ^ mini_httpd.c: In function 'post_post_garbage_hack': mini_httpd.c:1922:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] (void) read( conn_fd, buf, sizeof(buf) ); ^ gcc -pipe -Wall -g -O2 -fno-strict-aliasing -c match.c gcc -pipe -Wall -g -O2 -fno-strict-aliasing -c tdate_parse.c gcc -pipe -Wall -g -O2 -fno-strict-aliasing -s mini_httpd.o match.o tdate_parse.o -lcrypt -o mini_httpd gcc -pipe -Wall -g -O2 -fno-strict-aliasing -c htpasswd.c htpasswd.c: In function 'main': htpasswd.c:216:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(command); ^ htpasswd.c: In function 'add_password': htpasswd.c:117:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] (void) fgets( pass, sizeof(pass), stdin ); ^ gcc -pipe -Wall -g -O2 -fno-strict-aliasing -s htpasswd.o -lcrypt -o htpasswd make: Leaving directory `/usr/src/RPM/BUILD/mini_httpd-1.19' + mv mini_httpd mini_httpd-single + make clean make: Entering directory `/usr/src/RPM/BUILD/mini_httpd-1.19' rm -f mini_httpd mime_encodings.h mime_types.h htpasswd mini_httpd.rnd *.o core core.* *.core make: Leaving directory `/usr/src/RPM/BUILD/mini_httpd-1.19' + make SSL_INCDIR=/usr/include/openssl SSL_LIBDIR=/usr/lib64 SSL_DEFS=-DUSE_SSL SSL_INC=-I/usr/include/openssl 'SSL_LIBS=-lssl -lcrypto' BINDIR=/usr/bin MANDIR=/usr/share/man 'CFLAGS=-DUSE_SSL -I/usr/include/openssl -pipe -Wall -g -O2 -fno-strict-aliasing ' make: Entering directory `/usr/src/RPM/BUILD/mini_httpd-1.19' rm -f mime_encodings.h sed < mime_encodings.txt > mime_encodings.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' rm -f mime_types.h sed < mime_types.txt > mime_types.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' gcc -DUSE_SSL -I/usr/include/openssl -pipe -Wall -g -O2 -fno-strict-aliasing -c mini_httpd.c mini_httpd.c: In function 'main': mini_httpd.c:623:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] if ( setgroups( 0, (gid_t*) 0 ) < 0 ) ^ mini_httpd.c:637:7: warning: implicit declaration of function 'initgroups' [-Wimplicit-function-declaration] if ( initgroups( user, gid ) < 0 ) ^ mini_httpd.c:678:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if ( logfile != (char*) 0 ) ^ mini_httpd.c:808:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] conn_fd = accept( listen4_fd, &usa.sa, &sz ); ^ In file included from mini_httpd.c:49:0: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ mini_httpd.c:810:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] conn_fd = accept( listen6_fd, &usa.sa, &sz ); ^ In file included from mini_httpd.c:49:0: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ mini_httpd.c: In function 'file_details': mini_httpd.c:1650:22: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int' [-Wformat=] buf, sizeof( buf ), "%-32.32s %15s %14lld\n", ^ mini_httpd.c:1650:22: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int' [-Wformat=] mini_httpd.c: In function 'virtual_file': mini_httpd.c:2322:38: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if ( getsockname( conn_fd, &usa.sa, &sz ) < 0 ) ^ In file included from mini_httpd.c:49:0: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^ mini_httpd.c: In function 'add_headers': mini_httpd.c:2490:24: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] buf, sizeof(buf), "Content-Length: %lld\015\012", (int64_t) bytes ); ^ mini_httpd.c:2490:24: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] mini_httpd.c: In function 'make_log_entry': mini_httpd.c:2736:36: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] bytes_str, sizeof(bytes_str), "%lld", (int64_t) bytes ); ^ mini_httpd.c:2736:36: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] mini_httpd.c: In function 'main': mini_httpd.c:660:5: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] (void) getcwd( cwd, sizeof(cwd) - 1 ); ^ mini_httpd.c: In function 'do_cgi': mini_httpd.c:1821:5: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] (void) nice( CGI_NICE ); ^ mini_httpd.c:1834:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] (void) chdir( directory ); /* ignore errors */ ^ mini_httpd.c: In function 'post_post_garbage_hack': mini_httpd.c:1922:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] (void) read( conn_fd, buf, sizeof(buf) ); ^ gcc -DUSE_SSL -I/usr/include/openssl -pipe -Wall -g -O2 -fno-strict-aliasing -c match.c gcc -DUSE_SSL -I/usr/include/openssl -pipe -Wall -g -O2 -fno-strict-aliasing -c tdate_parse.c gcc -DUSE_SSL -I/usr/include/openssl -pipe -Wall -g -O2 -fno-strict-aliasing -s mini_httpd.o match.o tdate_parse.o -lssl -lcrypto -lcrypt -o mini_httpd gcc -DUSE_SSL -I/usr/include/openssl -pipe -Wall -g -O2 -fno-strict-aliasing -c htpasswd.c htpasswd.c: In function 'main': htpasswd.c:216:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(command); ^ htpasswd.c: In function 'add_password': htpasswd.c:117:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] (void) fgets( pass, sizeof(pass), stdin ); ^ gcc -DUSE_SSL -I/usr/include/openssl -pipe -Wall -g -O2 -fno-strict-aliasing -s htpasswd.o -lcrypt -o htpasswd make: Leaving directory `/usr/src/RPM/BUILD/mini_httpd-1.19' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.98018 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mini_httpd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mini_httpd-buildroot + cd mini_httpd-1.19 + rm -rf /usr/src/tmp/mini_httpd-buildroot + install -d /usr/src/tmp/mini_httpd-buildroot/etc/rc.d/init.d + install -d /usr/src/tmp/mini_httpd-buildroot/usr/bin + install -d /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8 + install -d /usr/src/tmp/mini_httpd-buildroot/etc/sysconfig + install mini_httpd /usr/src/tmp/mini_httpd-buildroot/usr/bin + install mini_httpd-single /usr/src/tmp/mini_httpd-buildroot/usr/bin + install htpasswd /usr/src/tmp/mini_httpd-buildroot/usr/bin/htpasswd + install htpasswd.1 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1/htpasswd.1 + install mini_httpd.8 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8 + install /usr/src/RPM/SOURCES/mini_httpd.init /usr/src/tmp/mini_httpd-buildroot//etc/rc.d/init.d/mini_httpd + sed -e s,@DOCROOT@,/var/www/html, /usr/src/RPM/SOURCES/mini_httpd.config + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mini_httpd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mini_httpd-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/mini_httpd-buildroot (auto) mode of '/usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8/mini_httpd.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1/htpasswd.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying ELF objects in /usr/src/tmp/mini_httpd-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: mini_httpd-1.19-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98018 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mini_httpd-1.19 + DOCDIR=/usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + export DOCDIR + rm -rf /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + /bin/mkdir -p /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + cp -prL README /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + chmod -R go-w /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + chmod -R a+rX /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tPWeU8 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MGwd3k find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dcRv0z Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.acHBHR Requires: webserver-common, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(is_yes), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, 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:hguT2, libcrypt.so.1(GLIBC_2.2.5)(64bit), libcrypto.so.10()(64bit) >= set:qpa523, libssl.so.10()(64bit) >= set:njY3Uj6fegqq9ip5yttOq5diQbggfAvO5QsD1svZu5C3, rtld(GNU_HASH) Requires(interp): /bin/sh, /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tTXO9b Processing files: mini_httpd-htpasswd-1.19-alt2 warning: File listed twice: /usr/bin/htpasswd Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G3Ugoz find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3gf7oZ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: htpasswd Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libcrypt.so.1()(64bit) >= set:hguT2, libcrypt.so.1(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Obsoletes: htpasswd Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QRqGis Processing files: mini_httpd-single-1.19-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nYudZX find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cEIlAw find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, 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:hguT2, libcrypt.so.1(GLIBC_2.2.5)(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.pCFC77 Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-1.19-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-htpasswd-1.19-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-single-1.19-alt2.x86_64.rpm 3.41user 0.87system 0:14.50elapsed 29%CPU (0avgtext+0avgdata 56608maxresident)k 0inputs+0outputs (0major+370960minor)pagefaults 0swaps 6.59user 3.67system 0:23.75elapsed 43%CPU (0avgtext+0avgdata 122108maxresident)k 0inputs+0outputs (0major+621733minor)pagefaults 0swaps --- mini_httpd-1.19-alt2.x86_64.rpm.repo 2012-02-17 10:11:19.000000000 +0000 +++ mini_httpd-1.19-alt2.x86_64.rpm.hasher 2019-04-21 01:06:10.348410377 +0000 @@ -5,3 +5,3 @@ /usr/share/doc/mini_httpd-1.19/README 100644 -/usr/share/man/man8/mini_httpd.8.bz2 100644 +/usr/share/man/man8/mini_httpd.8.xz 100644 Requires: webserver-common @@ -20,2 +20,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.15)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -28,4 +29,4 @@ Requires: libcrypt.so.1(GLIBC_2.2.5)(64bit) -Requires: libcrypto.so.10()(64bit) >= set:poB2x1 -Requires: libssl.so.10()(64bit) >= set:mikIZjAvO5Q0depYUBzPm1q9OI2pju2h2HlkFQFZ93 +Requires: libcrypto.so.10()(64bit) >= set:qpa523 +Requires: libssl.so.10()(64bit) >= set:njY3Uj6fegqq9ip5yttOq5diQbggfAvO5QsD1svZu5C3 Requires: rtld(GNU_HASH) --- mini_httpd-htpasswd-1.19-alt2.x86_64.rpm.repo 2012-02-17 10:11:19.000000000 +0000 +++ mini_httpd-htpasswd-1.19-alt2.x86_64.rpm.hasher 2019-04-21 01:06:10.557408279 +0000 @@ -1,4 +1,5 @@ /usr/bin/htpasswd 100755 -/usr/share/man/man1/htpasswd.1.gz 100644 +/usr/share/man/man1/htpasswd.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) --- mini_httpd-single-1.19-alt2.x86_64.rpm.repo 2012-02-17 10:11:19.000000000 +0000 +++ mini_httpd-single-1.19-alt2.x86_64.rpm.hasher 2019-04-21 01:06:10.747406371 +0000 @@ -2,2 +2,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.15)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit)