<86>Jan 31 01:08:59 userdel[119187]: delete user 'rooter' <86>Jan 31 01:08:59 groupadd[119201]: group added to /etc/group: name=rooter, GID=645 <86>Jan 31 01:08:59 groupadd[119201]: group added to /etc/gshadow: name=rooter <86>Jan 31 01:08:59 groupadd[119201]: new group: name=rooter, GID=645 <86>Jan 31 01:08:59 useradd[119215]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash <86>Jan 31 01:08:59 userdel[119233]: delete user 'builder' <86>Jan 31 01:08:59 userdel[119233]: removed group 'builder' owned by 'builder' <86>Jan 31 01:08:59 userdel[119233]: removed shadow group 'builder' owned by 'builder' <86>Jan 31 01:08:59 groupadd[119249]: group added to /etc/group: name=builder, GID=646 <86>Jan 31 01:08:59 groupadd[119249]: group added to /etc/gshadow: name=builder <86>Jan 31 01:08:59 groupadd[119249]: new group: name=builder, GID=646 <86>Jan 31 01:08:59 useradd[119263]: new user: name=builder, UID=646, GID=646, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ttysnoop-0.12d-alt1.qa1.nosrc.rpm Installing ttysnoop-0.12d-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.23837 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ttysnoop-0.12d + echo 'Source #0 (ttysnoop-0.12d.tar.gz):' Source #0 (ttysnoop-0.12d.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ttysnoop-0.12d.tar.gz + /bin/tar -xf - + cd ttysnoop-0.12d + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ttysnoop_0.12d-3.diff.gz):' Patch #0 (ttysnoop_0.12d-3.diff.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ttysnoop_0.12d-3.diff.gz + /usr/bin/patch -p1 patching file snooptab.dist patching file ttysnoops.c patching file debian/README.debian patching file debian/copyright patching file debian/dirs patching file debian/conffiles patching file debian/rules patching file debian/changelog patching file debian/control patching file logwtmp.c patching file logwtmp.h patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.23837 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ttysnoop-0.12d + make 'OPT=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/ttysnoop-0.12d' gcc -O2 -DSHADOW_PWD -c -o ttysnoops.o ttysnoops.c ttysnoops.c: In function 'open_unix98_master': ttysnoops.c:159:10: warning: implicit declaration of function 'ptsname'; did you mean 'ttyname'? [-Wimplicit-function-declaration] name = ptsname(fd); ^~~~~~~ ttyname ttysnoops.c:159:8: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] name = ptsname(fd); ^ ttysnoops.c: In function 'open_unix98_slave': ttysnoops.c:198:15: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] char *name = ptsname(ptyfd); ^~~~~~~ ttysnoops.c:200:2: warning: implicit declaration of function 'grantpt' [-Wimplicit-function-declaration] grantpt(ptyfd); ^~~~~~~ ttysnoops.c:201:2: warning: implicit declaration of function 'unlockpt'; did you mean 'unlink'? [-Wimplicit-function-declaration] unlockpt(ptyfd); ^~~~~~~~ unlink ttysnoops.c: In function 'sigchld': ttysnoops.c:455:13: warning: implicit declaration of function 'wait'; did you mean 'write'? [-Wimplicit-function-declaration] if ((pid = wait(&status)) == authpid) ^~~~ write ttysnoops.c: In function 'main': ttysnoops.c:517:19: warning: implicit declaration of function 'time'; did you mean 'utimes'? [-Wimplicit-function-declaration] utmp.ut_time = time(NULL); ^~~~ utimes ttysnoops.c: In function 'find_ttyxx': ttysnoops.c:219:2: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] chown (ttyname, getuid(), gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c: In function 'main': ttysnoops.c:600:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (ptyfd, buff, n); ^~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:620:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (ptyfd, buff, n); ^~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:628:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (STDOUT_FILENO, buff, n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysnoops.c:630:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (snoopfd, buff, n); ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -DSHADOW_PWD -c -o common.o common.c common.c: In function 'errorf': common.c:24:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (1); ^~~~ common.c:24:2: warning: incompatible implicit declaration of built-in function 'exit' common.c:24:2: note: include '' or provide a declaration of 'exit' common.c:12:1: +#include common.c:24:2: exit (1); ^~~~ common.c: In function 'fdprintf': common.c:35:2: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write (fd, str, r); ^~~~~ fwrite gcc -O2 -DSHADOW_PWD -c -o logwtmp.o logwtmp.c logwtmp.c: In function 'logwtmp': logwtmp.c:58:16: warning: implicit declaration of function 'time'; did you mean 'utimes'? [-Wimplicit-function-declaration] time(&ut.ut_time); ^~~~ utimes logwtmp.c:60:24: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] ftruncate(fd, buf.st_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc ttysnoops.o common.o logwtmp.o -o ttysnoops -lcrypt gcc -O2 -DSHADOW_PWD -c -o ttysnoop.o ttysnoop.c ttysnoop.c: In function 'main': ttysnoop.c:92:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (STDOUT_FILENO, buff, n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc ttysnoop.o common.o -o ttysnoop -lcrypt make: Leaving directory '/usr/src/RPM/BUILD/ttysnoop-0.12d' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.95214 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ttysnoop-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ttysnoop-buildroot + cd ttysnoop-0.12d + install -pDm755 ttysnoop /usr/src/tmp/ttysnoop-buildroot/sbin/ttysnoop + install -pDm755 ttysnoops /usr/src/tmp/ttysnoop-buildroot/sbin/ttysnoops + install -pDm644 ttysnoop.8 /usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoop.8 + install -pDm640 snooptab.dist /usr/src/tmp/ttysnoop-buildroot/etc/snooptab + echo '.so ttysnoop.8' + install -d /usr/src/tmp/ttysnoop-buildroot/var/spool/ttysnoop + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ttysnoop-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ttysnoop-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/ttysnoop-buildroot/ (default) Compressing files in /usr/src/tmp/ttysnoop-buildroot (auto) removed '/usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoops.8' '/usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoops.8.xz' -> 'ttysnoop.8.xz' removed '/usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoops.8.xz' '/usr/src/tmp/ttysnoop-buildroot/usr/share/man/man8/ttysnoops.8.xz' -> 'ttysnoop.8.xz' Verifying ELF objects in /usr/src/tmp/ttysnoop-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: ttysnoop-0.12d-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.95214 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ttysnoop-0.12d + DOCDIR=/usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + export DOCDIR + rm -rf /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + /bin/mkdir -p /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + cp -prL README /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + chmod -R go-w /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + chmod -R a+rX /usr/src/tmp/ttysnoop-buildroot/usr/share/doc/ttysnoop-0.12d + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9otLzZ 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.69hB0O 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.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), 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.1fuACH Creating ttysnoop-debuginfo package Processing files: ttysnoop-debuginfo-0.12d-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4RMpvD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.n2QjHC find-requires: running scripts (debuginfo) Requires: ttysnoop = 0.12d-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypt.so.1) Wrote: /usr/src/RPM/RPMS/x86_64/ttysnoop-0.12d-alt1.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/ttysnoop-debuginfo-0.12d-alt1.qa1.x86_64.rpm 3.02user 0.83system 0:08.08elapsed 47%CPU (0avgtext+0avgdata 28972maxresident)k 0inputs+0outputs (0major+247165minor)pagefaults 0swaps 4.28user 3.02system 0:11.24elapsed 64%CPU (0avgtext+0avgdata 28972maxresident)k 0inputs+0outputs (0major+434196minor)pagefaults 0swaps --- ttysnoop-0.12d-alt1.qa1.x86_64.rpm.repo 2013-04-17 16:56:07.000000000 +0000 +++ ttysnoop-0.12d-alt1.qa1.x86_64.rpm.hasher 2021-01-31 01:09:08.971764447 +0000 @@ -5,4 +5,4 @@ /usr/share/doc/ttysnoop-0.12d/README 100644 -/usr/share/man/man8/ttysnoop.8.gz 100644 -/usr/share/man/man8/ttysnoops.8.gz 120777 ttysnoop.8.gz +/usr/share/man/man8/ttysnoop.8.xz 100644 +/usr/share/man/man8/ttysnoops.8.xz 120777 ttysnoop.8.xz /var/spool/ttysnoop 40700 @@ -14,5 +14,5 @@ Requires: libc.so.6(GLIBC_2.4)(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)