86>Apr 14 01:18:44 userdel[109718]: delete user 'rooter'
<86>Apr 14 01:18:44 userdel[109718]: removed group 'rooter' owned by 'rooter'
<86>Apr 14 01:18:44 groupadd[109752]: group added to /etc/group: name=rooter, GID=633
<86>Apr 14 01:18:44 groupadd[109752]: group added to /etc/gshadow: name=rooter
<86>Apr 14 01:18:44 groupadd[109752]: new group: name=rooter, GID=633
<86>Apr 14 01:18:44 useradd[109799]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash
<86>Apr 14 01:18:45 userdel[109940]: delete user 'builder'
<86>Apr 14 01:18:45 userdel[109940]: removed group 'builder' owned by 'builder'
<86>Apr 14 01:18:45 userdel[109940]: removed shadow group 'builder' owned by 'builder'
<86>Apr 14 01:18:45 groupadd[109993]: group added to /etc/group: name=builder, GID=634
<86>Apr 14 01:18:45 groupadd[109993]: group added to /etc/gshadow: name=builder
<86>Apr 14 01:18:45 groupadd[109993]: new group: name=builder, GID=634
<86>Apr 14 01:18:45 useradd[110064]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash
<13>Apr 14 01:18:47 rpmi: libcom_err-1.42.13-alt2 1449075846 installed
<13>Apr 14 01:18:47 rpmi: libverto-0.2.6-alt1_6 1455633234 installed
<13>Apr 14 01:18:47 rpmi: libverto-devel-0.2.6-alt1_6 1455633234 installed
<13>Apr 14 01:18:47 rpmi: libcom_err-devel-1.42.13-alt2 1449075846 installed
<13>Apr 14 01:18:47 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed
<13>Apr 14 01:18:47 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766129 installed
<86>Apr 14 01:18:47 groupadd[119730]: group added to /etc/group: name=_keytab, GID=499
<86>Apr 14 01:18:47 groupadd[119730]: group added to /etc/gshadow: name=_keytab
<86>Apr 14 01:18:47 groupadd[119730]: new group: name=_keytab, GID=499
<13>Apr 14 01:18:47 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355673 installed
<13>Apr 14 01:18:47 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766129 installed
<86>Apr 14 01:18:47 groupadd[120092]: group added to /etc/group: name=sasl, GID=498
<86>Apr 14 01:18:47 groupadd[120092]: group added to /etc/gshadow: name=sasl
<86>Apr 14 01:18:47 groupadd[120092]: new group: name=sasl, GID=498
<13>Apr 14 01:18:48 rpmi: libsasl2-3-2.1.26-alt7 1479477445 installed
<13>Apr 14 01:18:48 rpmi: libldap-2.4.45-alt1.M80P.1 1513980376 installed
<13>Apr 14 01:18:48 rpmi: libkrb5-ldap-1.14.6-alt1.M80P.1 1525355673 installed
<13>Apr 14 01:18:48 rpmi: libkrb5-devel-1.14.6-alt1.M80P.1 1525355673 installed
<13>Apr 14 01:18:48 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.69651
+ 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.91110
+ 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.50203
+ 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.80823
+ 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.c4PspI
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.zckKUJ
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.GomX7Q
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jDv4J1
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.CLWUkf
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.ZDALVv
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.sXG7pP
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.lgo3Sb
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.8HlapB
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.HmtrG3
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.snvXLy
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
7.38user 2.67system 0:20.06elapsed 50%CPU (0avgtext+0avgdata 56568maxresident)k
0inputs+0outputs (0major+368579minor)pagefaults 0swaps
11.21user 5.59system 0:27.36elapsed 61%CPU (0avgtext+0avgdata 121928maxresident)k
0inputs+0outputs (0major+607484minor)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-14 01:19:10.147469040 +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-14 01:19:10.200468481 +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-14 01:19:10.255467902 +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)