<86>Jul 26 01:56:01 userdel[2537050]: delete user 'rooter' <86>Jul 26 01:56:01 userdel[2537050]: removed group 'rooter' owned by 'rooter' <86>Jul 26 01:56:01 userdel[2537050]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 26 01:56:01 groupadd[2537075]: group added to /etc/group: name=rooter, GID=1799 <86>Jul 26 01:56:01 groupadd[2537075]: group added to /etc/gshadow: name=rooter <86>Jul 26 01:56:01 groupadd[2537075]: new group: name=rooter, GID=1799 <86>Jul 26 01:56:01 useradd[2537081]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Jul 26 01:56:01 userdel[2537102]: delete user 'builder' <86>Jul 26 01:56:01 userdel[2537102]: removed group 'builder' owned by 'builder' <86>Jul 26 01:56:01 userdel[2537102]: removed shadow group 'builder' owned by 'builder' <86>Jul 26 01:56:01 groupadd[2537131]: group added to /etc/group: name=builder, GID=1800 <86>Jul 26 01:56:01 groupadd[2537131]: group added to /etc/gshadow: name=builder <86>Jul 26 01:56:01 groupadd[2537131]: new group: name=builder, GID=1800 <86>Jul 26 01:56:01 useradd[2537149]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none <13>Jul 26 01:56:04 rpmi: rpm-macros-pam0-1.5.3-alt1 sisyphus+320140.100.1.1 1683581440 installed <13>Jul 26 01:56:04 rpmi: libpam0-devel-1.5.3-alt1 sisyphus+320140.100.1.1 1683581440 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/tcb-1.2-alt2.nosrc.rpm (w1.gzdio) Installing tcb-1.2-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.11809 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tcb-1.2 + echo 'Source #0 (tcb-1.2.tar):' Source #0 (tcb-1.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/tcb-1.2.tar + cd tcb-1.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (tcb-0.9.9-alt-makefile-pam.patch):' Patch #1 (tcb-0.9.9-alt-makefile-pam.patch): + /usr/bin/patch -p1 patching file pam_tcb/Makefile + echo 'Patch #2 (tcb-0.9.9-alt-tcb_convert-try_auth.patch):' Patch #2 (tcb-0.9.9-alt-tcb_convert-try_auth.patch): + /usr/bin/patch -p1 patching file progs/tcb_convert.c + '[' /usr/lib '!=' /usr/libexec ']' + find -type f -print0 + xargs -r0 grep -FZl /usr/libexec -- + xargs -r0 /usr/bin/subst -p s,/usr/libexec,/usr/lib,g -- + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.11809 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tcb-1.2 ++ getconf LFS_CFLAGS + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\"' + make make: Entering directory '/usr/src/RPM/BUILD/tcb-1.2' make -C misc all make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/misc' make -C libs all make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/libs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -fPIC -c libtcb.c -o libtcb.o gcc -L../libs -shared -o libtcb.so.0.9.8 -Wl,-soname,libtcb.so.0 \ -Wl,--version-script=libtcb.map libtcb.o ln -sf libtcb.so.0.9.8 libtcb.so.0 ln -sf libtcb.so.0 libtcb.so gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -fPIC -c nss.c -o nss.o nss.c: In function '_nss_tcb_getspent_r': nss.c:111:17: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations] 111 | if (readdir_r(tcbdir, &entry, &result)) { | ^~ In file included from nss.c:10: /usr/include/dirent.h:185:12: note: declared here 185 | extern int readdir_r (DIR *__restrict __dirp, | ^~~~~~~~~ gcc -L../libs -shared -o libnss_tcb.so.2 -Wl,--version-script=libnss_tcb.map \ nss.o -ltcb make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/libs' make -C progs all make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/progs' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -c tcb_convert.c -o tcb_convert.o gcc -L../libs -o tcb_convert tcb_convert.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -c tcb_unconvert.c -o tcb_unconvert.o gcc -L../libs -o tcb_unconvert tcb_unconvert.o -ltcb gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -c tcb_chkpwd.c -o tcb_chkpwd.o gcc -L../libs -o tcb_chkpwd tcb_chkpwd.o -lcrypt make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/progs' make -C pam_tcb all make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -fPIC -c pam_unix_auth.c -o pam_unix_auth.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -fPIC -c pam_unix_acct.c -o pam_unix_acct.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -fPIC -c pam_unix_sess.c -o pam_unix_sess.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -fPIC -c pam_unix_passwd.c -o pam_unix_passwd.o pam_unix_passwd.c: In function 'pam_sm_chauthtok': pam_unix_passwd.c:550:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ In file included from pam_unix_passwd.c:14: pam_unix_passwd.c:550:9: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:9: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:9: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:17: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:9: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 574 | _pam_delete(newhash); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:9: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ pam_unix_passwd.c:574:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:9: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ pam_unix_passwd.c:574:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:9: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -DCHKPWD_HELPER=\"/usr/lib/chkpwd/tcb_chkpwd\" \ -fPIC -c support.c -o support.o support.c: In function 'unix_blankpasswd_plain': support.c:253:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 253 | _pam_delete(salt); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:25: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:253:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:25: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:253:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:25: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:17: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:17: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:17: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c: In function 'check_crypt': support.c:431:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:17: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:431:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:17: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:431:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:17: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:433:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:17: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c:433:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:17: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c:433:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:17: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c: In function 'unix_verify_password_plain': support.c:461:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:25: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:461:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:25: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:461:25: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:25: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:17: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:17: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:17: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:17: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c: In function 'do_crypt': support.c:712:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] 712 | _pam_delete(salt); | ^~~~~~~~~~~ support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:9: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:712:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:9: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:712:9: warning: '__xx__' is deprecated [-Wdeprecated-declarations] support.h:153:9: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:9: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -fPIC -c compat.c -o compat.o gcc -L../libs -shared -o pam_tcb.so -Wl,--version-script=pam_tcb.map \ pam_unix_auth.o pam_unix_acct.o pam_unix_sess.o pam_unix_passwd.o support.o compat.o -lcrypt -lpam -ltcb make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' make: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.10315 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/tcb-buildroot + : + /bin/rm -rf -- /usr/src/tmp/tcb-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd tcb-1.2 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install-non-root install-pam_unix install-pam_pwdb DESTDIR=/usr/src/tmp/tcb-buildroot MANDIR=/usr/share/man LIBDIR=/usr/lib64 SLIBDIR=/lib64 make: Entering directory '/usr/src/RPM/BUILD/tcb-1.2' make -C misc install-non-root make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/misc' mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man5 mkdir -p /usr/src/tmp/tcb-buildroot/usr/include install -m 644 tcb.5 /usr/src/tmp/tcb-buildroot/usr/share/man/man5/ install -m 644 ../include/tcb.h /usr/src/tmp/tcb-buildroot/usr/include/ make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/misc' make -C libs install-non-root make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/libs' mkdir -p /usr/src/tmp/tcb-buildroot/lib64 mkdir -p /usr/src/tmp/tcb-buildroot/usr/lib64 install -m 755 libtcb.so.0.9.8 /usr/src/tmp/tcb-buildroot/lib64/ ln -sf libtcb.so.0.9.8 /usr/src/tmp/tcb-buildroot/lib64/libtcb.so.0 ln -sf ../../lib64/libtcb.so.0 /usr/src/tmp/tcb-buildroot/usr/lib64/libtcb.so install -m 755 libnss_tcb.so.2 /usr/src/tmp/tcb-buildroot/lib64/ make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/libs' make -C progs install-non-root make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/progs' mkdir -p /usr/src/tmp/tcb-buildroot/sbin mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8 install -m 700 tcb_convert /usr/src/tmp/tcb-buildroot/sbin/ install -m 700 tcb_unconvert /usr/src/tmp/tcb-buildroot/sbin/ install -m 644 tcb_convert.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/ install -m 644 tcb_unconvert.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/ install -d -m 710 /usr/src/tmp/tcb-buildroot/usr/lib/chkpwd install -m 700 tcb_chkpwd /usr/src/tmp/tcb-buildroot/usr/lib/chkpwd/ make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/progs' make -C pam_tcb install-non-root make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' mkdir -p /usr/src/tmp/tcb-buildroot/lib64/security mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8 install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/ install -p -m 644 pam_tcb.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/ make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' make -C pam_tcb install-pam_unix make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' mkdir -p /usr/src/tmp/tcb-buildroot/lib64/security mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8 install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/ install -p -m 644 pam_tcb.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/ ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix.so ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix_acct.so ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix_auth.so ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix_passwd.so ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_unix_session.so install -p -m 644 pam_unix.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/ make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' make -C pam_tcb install-pam_pwdb make[1]: Entering directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' mkdir -p /usr/src/tmp/tcb-buildroot/lib64/security mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/man/man8 install -m 755 pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/ install -p -m 644 pam_tcb.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/ ln -s pam_tcb.so /usr/src/tmp/tcb-buildroot/lib64/security/pam_pwdb.so install -p -m 644 pam_pwdb.8 /usr/src/tmp/tcb-buildroot/usr/share/man/man8/ make[1]: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2/pam_tcb' make: Leaving directory '/usr/src/RPM/BUILD/tcb-1.2' + install -pD -m755 /usr/src/RPM/SOURCES/tcb_chkpwd.control /usr/src/tmp/tcb-buildroot/etc/control.d/facilities/tcb_chkpwd + /usr/bin/subst -p s,@libexecdir@,/usr/lib,g /usr/src/tmp/tcb-buildroot/etc/control.d/facilities/tcb_chkpwd + mkdir -p /usr/src/tmp/tcb-buildroot/etc/tcb + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/tcb-buildroot (auto) mode of './lib64/security/pam_tcb.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './lib64/libnss_tcb.so.2' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './lib64/libtcb.so.0.9.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/tcb-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/tcb-buildroot/ (default) Compressing files in /usr/src/tmp/tcb-buildroot (auto) removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_pwdb.8' '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_pwdb.8.xz' -> 'pam_tcb.8.xz' removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_unix.8' '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_unix.8.xz' -> 'pam_tcb.8.xz' removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/tcb_unconvert.8' '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/tcb_unconvert.8.xz' -> 'tcb_convert.8.xz' removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/tcb_unconvert.8.xz' '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/tcb_unconvert.8.xz' -> 'tcb_convert.8.xz' removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_unix.8.xz' '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_unix.8.xz' -> 'pam_tcb.8.xz' removed '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_pwdb.8.xz' '/usr/src/tmp/tcb-buildroot/usr/share/man/man8/pam_pwdb.8.xz' -> 'pam_tcb.8.xz' Adjusting library links in /usr/src/tmp/tcb-buildroot ./lib64: (from :0) libtcb.so.0 -> libtcb.so.0.9.8 libnss_tcb.so.2 -> libnss_tcb.so.2 ./usr/lib: (from :0) ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/tcb-buildroot (arch=strict,fhs=strict,lfs=strict,lint=strict,rpath=strict,stack=strict,textrel=strict,unresolved=strict) Processing files: libtcb-1.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4231 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tcb-1.2 + DOCDIR=/usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + export DOCDIR + rm -rf /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + /bin/mkdir -p /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + cp -prL ChangeLog LICENSE /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + chmod -R go-w /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + chmod -R a+rX /usr/src/tmp/tcb-buildroot/usr/share/doc/libtcb-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1tyDFS find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/tcb-buildroot/lib64/libtcb.so.0: 7 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iK0GMb find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libtcb.so.0()(64bit) = set:gdVncU6Sl6HQLPC2 Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dKDU8J Creating libtcb-debuginfo package Processing files: libtcb-devel-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mH1h1q find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.epQSFy find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libtcb = 1.2-alt2, /lib64/libtcb.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qjQnM8 Processing files: nss_tcb-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.typ20X find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/tcb-buildroot/lib64/libnss_tcb.so.2: 4 symbols, 12 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QQJjuN find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libnss_tcb.so.2()(64bit) = set:fch7CvTRk2 Requires: libtcb = 1.2-alt2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), libtcb.so.0()(64bit) >= set:ge4tCMLF0, 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.7LzahQ Creating nss_tcb-debuginfo package Processing files: pam0_tcb-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2505IS find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nVDxJg find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cky1zJ Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1924Jj Provides: pam_tcb = 1.2-alt2, PAM(pam_pwdb.so), PAM(pam_tcb.so), PAM(pam_unix.so), PAM(pam_unix_acct.so), PAM(pam_unix_auth.so), PAM(pam_unix_passwd.so), PAM(pam_unix_session.so) Requires: nss_tcb = 1.2-alt2, libpam0, /bin/sh, /etc/control.d/facilities(control_fmode), /etc/control.d/facilities(new_fmode), /etc/control.d/facilities(new_help), /etc/control.d/facilities(new_summary), /etc/control.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), libcrypt.so.1()(64bit) >= set:igNZusfQY5, libcrypt.so.1(XCRYPT_2.0)(64bit), libpam.so.0()(64bit) >= set:jfUCLw9YVwjgyYT48sJ6A, libpam.so.0(LIBPAM_1.0)(64bit), libpam.so.0(LIBPAM_EXTENSION_1.0)(64bit), libpam.so.0(LIBPAM_EXTENSION_1.1)(64bit), libtcb.so.0()(64bit) >= set:gdVncU6Sl6Hk, rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(pre): /bin/sh, /usr/sbin/control-dump Requires(post): /bin/sh, /usr/sbin/control, /usr/sbin/control-restore Obsoletes: pam_tcb Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AqOnjs Creating pam0_tcb-debuginfo package Processing files: tcb-utils-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dZMQ5l find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jyj9NS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.phcjbk Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SAosLv Provides: /etc/tcb Requires: pam0_tcb = 1.2-alt2, shadow-convert, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), libtcb.so.0()(64bit) >= set:geIns5Ki3, rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(pre): /bin/sh Requires(post): /bin/sh Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.e3vffa Creating tcb-utils-debuginfo package Processing files: libtcb-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KljMcS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bwh9JJ find-requires: running scripts (debuginfo) Provides: debug64(libtcb.so.0) Requires: libtcb = 1.2-alt2, debug64(libc.so.6) Processing files: nss_tcb-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9wasKi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ehy4Qq find-requires: running scripts (debuginfo) Provides: debug64(libnss_tcb.so.2) Requires: nss_tcb = 1.2-alt2, debug64(libc.so.6), debug64(libtcb.so.0) Processing files: pam0_tcb-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EYDc5y find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I5ZmKB find-requires: running scripts (debuginfo) Requires: pam0_tcb = 1.2-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypt.so.1), debug64(libpam.so.0), debug64(libtcb.so.0) Processing files: tcb-utils-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eCmOur find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.426grd find-requires: running scripts (debuginfo) Requires: tcb-utils = 1.2-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libtcb.so.0) Adding to libtcb-devel a strict dependency on libtcb Adding to nss_tcb a strict dependency on libtcb Adding to libtcb-debuginfo a strict dependency on libtcb Adding to pam0_tcb a strict dependency on nss_tcb Adding to nss_tcb-debuginfo a strict dependency on nss_tcb Adding to tcb-utils a strict dependency on pam0_tcb Adding to pam0_tcb-debuginfo a strict dependency on pam0_tcb Adding to tcb-utils-debuginfo a strict dependency on tcb-utils Adding to pam0_tcb a strict dependency on libtcb Adding to tcb-utils a strict dependency on libtcb Adding to nss_tcb-debuginfo a strict dependency on libtcb-debuginfo Adding to pam0_tcb-debuginfo a strict dependency on libtcb-debuginfo Adding to tcb-utils-debuginfo a strict dependency on libtcb-debuginfo Removing from nss_tcb-debuginfo 1 sources provided by libtcb-debuginfo also prunning dir /usr/src/debug/tcb-1.2/include Removing from pam0_tcb-debuginfo 1 sources provided by libtcb-debuginfo also prunning dir /usr/src/debug/tcb-1.2/include Removing from tcb-utils-debuginfo 1 sources provided by libtcb-debuginfo also prunning dir /usr/src/debug/tcb-1.2/include Removing 1 extra deps from libtcb-devel due to dependency on libtcb Removing 2 extra deps from nss_tcb due to dependency on libtcb Removing 1 extra deps from pam0_tcb due to dependency on libtcb Removing 2 extra deps from tcb-utils due to dependency on libtcb Removing 1 extra deps from nss_tcb-debuginfo due to dependency on libtcb-debuginfo Removing 1 extra deps from pam0_tcb-debuginfo due to dependency on libtcb-debuginfo Removing 1 extra deps from tcb-utils-debuginfo due to dependency on libtcb-debuginfo Removing 4 extra deps from nss_tcb due to repentancy on libtcb Removing 5 extra deps from pam0_tcb due to repentancy on libtcb Removing 5 extra deps from tcb-utils due to repentancy on libtcb Removing 1 extra deps from pam0_tcb due to repentancy on nss_tcb Removing 1 extra deps from tcb-utils due to repentancy on nss_tcb Removing 3 extra deps from tcb-utils due to repentancy on pam0_tcb Removing 1 extra deps from nss_tcb-debuginfo due to repentancy on libtcb-debuginfo Removing 1 extra deps from pam0_tcb-debuginfo due to repentancy on libtcb-debuginfo Removing 1 extra deps from tcb-utils-debuginfo due to repentancy on libtcb-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-devel-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/nss_tcb-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pam0_tcb-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/tcb-utils-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-debuginfo-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/nss_tcb-debuginfo-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pam0_tcb-debuginfo-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/tcb-utils-debuginfo-1.2-alt2.x86_64.rpm (w2.lzdio) 2.42user 3.74system 0:29.30elapsed 21%CPU (0avgtext+0avgdata 35380maxresident)k 0inputs+0outputs (0major+1140810minor)pagefaults 0swaps 3.68user 1.26system 0:36.59elapsed 13%CPU (0avgtext+0avgdata 127176maxresident)k 248inputs+0outputs (0major+217505minor)pagefaults 0swaps --- libtcb-1.2-alt2.x86_64.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ libtcb-1.2-alt2.x86_64.rpm.hasher 2023-07-26 01:56:36.366369306 +0000 @@ -6,2 +6,3 @@ Requires: libc.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -13,3 +14,3 @@ File: /lib64/libtcb.so.0 120777 root:root libtcb.so.0.9.8 -File: /lib64/libtcb.so.0.9.8 100644 root:root 5a4d5d5e5cf8ae3392063a39c2495431 +File: /lib64/libtcb.so.0.9.8 100644 root:root 704a6b180dfefb45e31820958e94c019 File: /usr/share/doc/libtcb-1.2 40755 root:root @@ -17,2 +18,2 @@ File: /usr/share/doc/libtcb-1.2/LICENSE 100644 root:root 08576c6cbacd363155493e50b5d53e00 -RPMIdentity: 3f1fad3b6873b9fa8f1e4aa4380aebe34e97ea9c324af4c9bc6509081527f7c2399d19c15a17a0e37bd509886ae4e01961a3fd1b95bf537b1f2c42828917af8b +RPMIdentity: ad6644619e6629a4a1699b968cdde5d563c508114366d4660eee78f3824dd037ded3c68496a0232e81883c8ab558b08df00dad76be20a652b4c9951db969c0e8 --- libtcb-debuginfo-1.2-alt2.x86_64.rpm.repo 2021-08-24 21:51:59.000000000 +0000 +++ libtcb-debuginfo-1.2-alt2.x86_64.rpm.hasher 2023-07-26 01:56:36.420370038 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/81 40755 root:root -/usr/lib/debug/.build-id/81/fea55bf6f7ba6ae0b26bbaa3f1b423f0efea8e 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 -/usr/lib/debug/.build-id/81/fea55bf6f7ba6ae0b26bbaa3f1b423f0efea8e.debug 120777 root:root ../../lib64/libtcb.so.0.9.8.debug +/usr/lib/debug/.build-id/59 40755 root:root +/usr/lib/debug/.build-id/59/d603e5efde0bef111171bc4d318bf38eb64c4f 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 +/usr/lib/debug/.build-id/59/d603e5efde0bef111171bc4d318bf38eb64c4f.debug 120777 root:root ../../lib64/libtcb.so.0.9.8.debug /usr/lib/debug/lib64/libtcb.so.0.9.8.debug 100644 root:root @@ -15,6 +15,6 @@ Provides: libtcb-debuginfo = 1.2-alt2:sisyphus+283711.100.2.1 -File: /usr/lib/debug/.build-id/81 40755 root:root -File: /usr/lib/debug/.build-id/81/fea55bf6f7ba6ae0b26bbaa3f1b423f0efea8e 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 -File: /usr/lib/debug/.build-id/81/fea55bf6f7ba6ae0b26bbaa3f1b423f0efea8e.debug 120777 root:root ../../lib64/libtcb.so.0.9.8.debug -File: /usr/lib/debug/lib64/libtcb.so.0.9.8.debug 100644 root:root f46a7ca8b6c4f14aaed81cb6cb94df96 +File: /usr/lib/debug/.build-id/59 40755 root:root +File: /usr/lib/debug/.build-id/59/d603e5efde0bef111171bc4d318bf38eb64c4f 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 +File: /usr/lib/debug/.build-id/59/d603e5efde0bef111171bc4d318bf38eb64c4f.debug 120777 root:root ../../lib64/libtcb.so.0.9.8.debug +File: /usr/lib/debug/lib64/libtcb.so.0.9.8.debug 100644 root:root 0771d1b987a3977a6713d2a4ab1b29ec File: /usr/lib/debug/lib64/libtcb.so.0.debug 120777 root:root libtcb.so.0.9.8.debug @@ -25,2 +25,2 @@ File: /usr/src/debug/tcb-1.2/libs/libtcb.c 100644 root:root c3e96fcd13f1f25474661c06ae681dc1 -RPMIdentity: 697f61cf237348ccb35c467afa80664710a03be73bc441c881b7c399f6cb2a03453dcf3db1775e053954d61b25d5f1122d3f4df32ea0d4ad4a93ada46fd343e8 +RPMIdentity: 0c980247dc237f306ab87ea7590c6a219881fdfa475f4342e608a0ed764063a6da410396742e10661a83786520ef0dcca0ebc8b10a589c0035559d33c1e01063 --- nss_tcb-1.2-alt2.x86_64.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ nss_tcb-1.2-alt2.x86_64.rpm.hasher 2023-07-26 01:56:36.535371598 +0000 @@ -5,3 +5,3 @@ Provides: nss_tcb = 1.2-alt2:sisyphus+283711.100.2.1 -File: /lib64/libnss_tcb.so.2 100644 root:root a0c43e5f972771701ad535dd887cfe36 -RPMIdentity: bfee007e705798ab4100a0eb35dee492bd446b6c3100adb04f3fcc881eae651a5955c3ed4659a33dc91ae573c153d4b345834f1b777372ffcf0161a4658dd19b +File: /lib64/libnss_tcb.so.2 100644 root:root a60378b01ffe7df101552cfd7238432e +RPMIdentity: f85cd7f196bf6720e943b1dc299b398c77705893971df379ddda112b0224c57ad5ab0eb91b3fe239fd00166d37c3e0b44aef6b06f1c094da599c3e1451802960 --- nss_tcb-debuginfo-1.2-alt2.x86_64.rpm.repo 2021-08-24 21:51:57.000000000 +0000 +++ nss_tcb-debuginfo-1.2-alt2.x86_64.rpm.hasher 2023-07-26 01:56:36.581372222 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/67 40755 root:root -/usr/lib/debug/.build-id/67/258d49deea85cdbe5896ae9cedaf99041cd16a 120777 root:root ../../../../../lib64/libnss_tcb.so.2 -/usr/lib/debug/.build-id/67/258d49deea85cdbe5896ae9cedaf99041cd16a.debug 120777 root:root ../../lib64/libnss_tcb.so.2.debug +/usr/lib/debug/.build-id/93 40755 root:root +/usr/lib/debug/.build-id/93/c9f23d039357459faa130f7a0cb765807f5a46 120777 root:root ../../../../../lib64/libnss_tcb.so.2 +/usr/lib/debug/.build-id/93/c9f23d039357459faa130f7a0cb765807f5a46.debug 120777 root:root ../../lib64/libnss_tcb.so.2.debug /usr/lib/debug/lib64/libnss_tcb.so.2.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: nss_tcb-debuginfo = 1.2-alt2:sisyphus+283711.100.2.1 -File: /usr/lib/debug/.build-id/67 40755 root:root -File: /usr/lib/debug/.build-id/67/258d49deea85cdbe5896ae9cedaf99041cd16a 120777 root:root ../../../../../lib64/libnss_tcb.so.2 -File: /usr/lib/debug/.build-id/67/258d49deea85cdbe5896ae9cedaf99041cd16a.debug 120777 root:root ../../lib64/libnss_tcb.so.2.debug -File: /usr/lib/debug/lib64/libnss_tcb.so.2.debug 100644 root:root 465ddeb2f837d56c11fdde98569421c6 +File: /usr/lib/debug/.build-id/93 40755 root:root +File: /usr/lib/debug/.build-id/93/c9f23d039357459faa130f7a0cb765807f5a46 120777 root:root ../../../../../lib64/libnss_tcb.so.2 +File: /usr/lib/debug/.build-id/93/c9f23d039357459faa130f7a0cb765807f5a46.debug 120777 root:root ../../lib64/libnss_tcb.so.2.debug +File: /usr/lib/debug/lib64/libnss_tcb.so.2.debug 100644 root:root 8005ec8e19c8703d189090bac513fc1a File: /usr/src/debug/tcb-1.2 40755 root:root @@ -19,2 +19,2 @@ File: /usr/src/debug/tcb-1.2/libs/nss.c 100644 root:root da87563c85519a0da8d777b590df120a -RPMIdentity: 52004b4b618d8b6f5ece5054977a497130af4d78f0593daeb0e56e0bc7aa166c815718a56741dad77dd1650222fef4cf7e9808a9a7d6a1268db920605d1e83aa +RPMIdentity: 1433fcefb457767e7cfb22e9d17a48cb82c4308e7d7f88cea31f68fe55a5a0653a3aeae9fb2df55ab5e6e11b9a5bcd7ba4c2e1924e2453b54609a4e53124f8c9 --- pam0_tcb-1.2-alt2.x86_64.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ pam0_tcb-1.2-alt2.x86_64.rpm.hasher 2023-07-26 01:56:36.661373307 +0000 @@ -23,2 +23,3 @@ Requires: libc.so.6(GLIBC_2.3)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libcrypt.so.1()(64bit) >= set:igNZusfQY5 @@ -47,3 +48,3 @@ File: /lib64/security/pam_pwdb.so 120777 root:root pam_tcb.so -File: /lib64/security/pam_tcb.so 100644 root:root d3ae76abd826e8045520e223e007a8d3 +File: /lib64/security/pam_tcb.so 100644 root:root 3221f2ded7eb5cf0c26a2ebb48c5ee11 File: /lib64/security/pam_unix.so 120777 root:root pam_tcb.so @@ -54,3 +55,3 @@ File: /usr/lib/chkpwd 40710 root:chkpwd -File: /usr/lib/chkpwd/tcb_chkpwd 100700 root:root 4ce5e5b611613a62654d718a327e9142 +File: /usr/lib/chkpwd/tcb_chkpwd 100700 root:root bd4a698ba842bbe1d0c7d12ca2aceea8 File: /usr/share/man/man8/pam_pwdb.8.xz 120777 root:root pam_tcb.8.xz @@ -58,2 +59,2 @@ File: /usr/share/man/man8/pam_unix.8.xz 120777 root:root pam_tcb.8.xz -RPMIdentity: 0e2810a744d2c92c6c0194d41edfc3ebab518070c8fd2c15ed6cacdeedebc31ee322598a18fd318ffd754ebac29e81ff40fff5766e6466e823b088f977ccde14 +RPMIdentity: 0334b6b60448bbbd3ef17fa6a1a9831b92c9e393c9335d642f26c30b5aed27f1e0f480ea0b5adb49c8038edeaa4acb7a263eb2003e281e508621c84e24b38b61 --- pam0_tcb-debuginfo-1.2-alt2.x86_64.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ pam0_tcb-debuginfo-1.2-alt2.x86_64.rpm.hasher 2023-07-26 01:56:36.706373917 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/6e 40755 root:root -/usr/lib/debug/.build-id/6e/bb944a10108d29c8c4eeb1dfa6077bf79da923 120777 root:root ../../../chkpwd/tcb_chkpwd -/usr/lib/debug/.build-id/6e/bb944a10108d29c8c4eeb1dfa6077bf79da923.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug -/usr/lib/debug/.build-id/b6 40755 root:root -/usr/lib/debug/.build-id/b6/00e9842f9909cdcf679177fe3a4828d9cc4813 120777 root:root ../../../../../lib64/security/pam_tcb.so -/usr/lib/debug/.build-id/b6/00e9842f9909cdcf679177fe3a4828d9cc4813.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug +/usr/lib/debug/.build-id/7a 40755 root:root +/usr/lib/debug/.build-id/7a/68253a123f34618dc6282f430f038cb4b92dea 120777 root:root ../../../../../lib64/security/pam_tcb.so +/usr/lib/debug/.build-id/7a/68253a123f34618dc6282f430f038cb4b92dea.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/c99cc7caf5adb9b5ae03529ae5078e64190c75 120777 root:root ../../../chkpwd/tcb_chkpwd +/usr/lib/debug/.build-id/db/c99cc7caf5adb9b5ae03529ae5078e64190c75.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug /usr/lib/debug/lib64/security 40755 root:root @@ -18,2 +18,3 @@ /usr/src/debug/tcb-1.2/pam_tcb 40755 root:root +/usr/src/debug/tcb-1.2/pam_tcb/compat.c 100644 root:root /usr/src/debug/tcb-1.2/pam_tcb/pam_unix_acct.c 100644 root:root @@ -33,11 +34,11 @@ Provides: pam0_tcb-debuginfo = 1.2-alt2:sisyphus+283711.100.2.1 -File: /usr/lib/debug/.build-id/6e 40755 root:root -File: /usr/lib/debug/.build-id/6e/bb944a10108d29c8c4eeb1dfa6077bf79da923 120777 root:root ../../../chkpwd/tcb_chkpwd -File: /usr/lib/debug/.build-id/6e/bb944a10108d29c8c4eeb1dfa6077bf79da923.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug -File: /usr/lib/debug/.build-id/b6 40755 root:root -File: /usr/lib/debug/.build-id/b6/00e9842f9909cdcf679177fe3a4828d9cc4813 120777 root:root ../../../../../lib64/security/pam_tcb.so -File: /usr/lib/debug/.build-id/b6/00e9842f9909cdcf679177fe3a4828d9cc4813.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug +File: /usr/lib/debug/.build-id/7a 40755 root:root +File: /usr/lib/debug/.build-id/7a/68253a123f34618dc6282f430f038cb4b92dea 120777 root:root ../../../../../lib64/security/pam_tcb.so +File: /usr/lib/debug/.build-id/7a/68253a123f34618dc6282f430f038cb4b92dea.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/c99cc7caf5adb9b5ae03529ae5078e64190c75 120777 root:root ../../../chkpwd/tcb_chkpwd +File: /usr/lib/debug/.build-id/db/c99cc7caf5adb9b5ae03529ae5078e64190c75.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug File: /usr/lib/debug/lib64/security 40755 root:root File: /usr/lib/debug/lib64/security/pam_pwdb.so.debug 120777 root:root pam_tcb.so.debug -File: /usr/lib/debug/lib64/security/pam_tcb.so.debug 100644 root:root 66ec3ab04ba2fdb5ecda398f77ed8c55 +File: /usr/lib/debug/lib64/security/pam_tcb.so.debug 100644 root:root cffdf8b86d86fe16aba5984bd898d4c2 File: /usr/lib/debug/lib64/security/pam_unix.so.debug 120777 root:root pam_tcb.so.debug @@ -48,5 +49,6 @@ File: /usr/lib/debug/usr/lib/chkpwd 40755 root:root -File: /usr/lib/debug/usr/lib/chkpwd/tcb_chkpwd.debug 100644 root:root cb8f55a30f63825810b29457f2b1b013 +File: /usr/lib/debug/usr/lib/chkpwd/tcb_chkpwd.debug 100644 root:root fea2dd5e6cfcfce3b82c31bb5f7c9bb0 File: /usr/src/debug/tcb-1.2 40755 root:root File: /usr/src/debug/tcb-1.2/pam_tcb 40755 root:root +File: /usr/src/debug/tcb-1.2/pam_tcb/compat.c 100644 root:root 3e9e42b1e9064a12e80609cf8de5e3f4 File: /usr/src/debug/tcb-1.2/pam_tcb/pam_unix_acct.c 100644 root:root 27620eee42304a1715efd799bb5255ec @@ -59,2 +61,2 @@ File: /usr/src/debug/tcb-1.2/progs/tcb_chkpwd.c 100644 root:root 14562238bf26aa832042d885889e3b0c -RPMIdentity: d082569bf34143f95ef4796c99b6919fe9abc48843b1547c10f34dc50ab0cd9b7b6efb8b9ba28ede2849bdcc8cfb023a7ff70672f1fda6d16652777bc07151b4 +RPMIdentity: 4dddd1d95071e1740c9289523efa6a8c0d25f411a1b75f93f5a9288a65289a81aa301449094642acac160f40bea26e79c754731a350a87915fa479091330e844 --- tcb-utils-1.2-alt2.x86_64.rpm.repo 2021-08-24 21:51:57.000000000 +0000 +++ tcb-utils-1.2-alt2.x86_64.rpm.hasher 2023-07-26 01:56:36.752374541 +0000 @@ -13,4 +13,4 @@ File: /etc/tcb 40710 root:shadow -File: /sbin/tcb_convert 100700 root:root e49d55dcc2ebb519868140546587d3ed -File: /sbin/tcb_unconvert 100700 root:root 96e8c2a97f883790cbd30724d4f68a15 +File: /sbin/tcb_convert 100700 root:root 2e964f66bccf30bf51e419cea5a1f593 +File: /sbin/tcb_unconvert 100700 root:root 9568e9b1c1011d589d4b7947182621ea File: /usr/share/man/man5/tcb.5.xz 100644 root:root 4af260076c015b9296995bf78ad359c9 @@ -18,2 +18,2 @@ File: /usr/share/man/man8/tcb_unconvert.8.xz 120777 root:root tcb_convert.8.xz -RPMIdentity: 0eea3e5385e7b008a47960018a2f330e7e621b391732c448d2723af6132900e2abc85e44d8028cebe2ba39a15e777ceea835ef58cc0b8995edb19ce17ec141b2 +RPMIdentity: 319d8dd57dd33d0a9beedb127423a864b6c57599a68df4dfd4046b0be8501bcbc5a8098b32933ba49a1d9277011b075cb2bc3b6913d17dd2ba3484f13667a4f9 --- tcb-utils-debuginfo-1.2-alt2.x86_64.rpm.repo 2021-08-24 21:51:58.000000000 +0000 +++ tcb-utils-debuginfo-1.2-alt2.x86_64.rpm.hasher 2023-07-26 01:56:36.825375531 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/00 40755 root:root -/usr/lib/debug/.build-id/00/3122be673956c50da9607ee6648e74d528dbc2 120777 root:root ../../../../../sbin/tcb_convert -/usr/lib/debug/.build-id/00/3122be673956c50da9607ee6648e74d528dbc2.debug 120777 root:root ../../sbin/tcb_convert.debug -/usr/lib/debug/.build-id/a0 40755 root:root -/usr/lib/debug/.build-id/a0/954901a6e00d6491f892e0539a713bb415580e 120777 root:root ../../../../../sbin/tcb_unconvert -/usr/lib/debug/.build-id/a0/954901a6e00d6491f892e0539a713bb415580e.debug 120777 root:root ../../sbin/tcb_unconvert.debug +/usr/lib/debug/.build-id/08 40755 root:root +/usr/lib/debug/.build-id/08/2eeed876c916f0d64c0dee3a3bf59807015cba 120777 root:root ../../../../../sbin/tcb_convert +/usr/lib/debug/.build-id/08/2eeed876c916f0d64c0dee3a3bf59807015cba.debug 120777 root:root ../../sbin/tcb_convert.debug +/usr/lib/debug/.build-id/5c 40755 root:root +/usr/lib/debug/.build-id/5c/718e8804b5a469cb2306da03c29270715954f1 120777 root:root ../../../../../sbin/tcb_unconvert +/usr/lib/debug/.build-id/5c/718e8804b5a469cb2306da03c29270715954f1.debug 120777 root:root ../../sbin/tcb_unconvert.debug /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root @@ -17,10 +17,10 @@ Provides: tcb-utils-debuginfo = 1.2-alt2:sisyphus+283711.100.2.1 -File: /usr/lib/debug/.build-id/00 40755 root:root -File: /usr/lib/debug/.build-id/00/3122be673956c50da9607ee6648e74d528dbc2 120777 root:root ../../../../../sbin/tcb_convert -File: /usr/lib/debug/.build-id/00/3122be673956c50da9607ee6648e74d528dbc2.debug 120777 root:root ../../sbin/tcb_convert.debug -File: /usr/lib/debug/.build-id/a0 40755 root:root -File: /usr/lib/debug/.build-id/a0/954901a6e00d6491f892e0539a713bb415580e 120777 root:root ../../../../../sbin/tcb_unconvert -File: /usr/lib/debug/.build-id/a0/954901a6e00d6491f892e0539a713bb415580e.debug 120777 root:root ../../sbin/tcb_unconvert.debug -File: /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root 86b06d332707b951f96ddd2592ae417c -File: /usr/lib/debug/sbin/tcb_unconvert.debug 100644 root:root 1a7639c3c1d3d35dfae17d9fa540f594 +File: /usr/lib/debug/.build-id/08 40755 root:root +File: /usr/lib/debug/.build-id/08/2eeed876c916f0d64c0dee3a3bf59807015cba 120777 root:root ../../../../../sbin/tcb_convert +File: /usr/lib/debug/.build-id/08/2eeed876c916f0d64c0dee3a3bf59807015cba.debug 120777 root:root ../../sbin/tcb_convert.debug +File: /usr/lib/debug/.build-id/5c 40755 root:root +File: /usr/lib/debug/.build-id/5c/718e8804b5a469cb2306da03c29270715954f1 120777 root:root ../../../../../sbin/tcb_unconvert +File: /usr/lib/debug/.build-id/5c/718e8804b5a469cb2306da03c29270715954f1.debug 120777 root:root ../../sbin/tcb_unconvert.debug +File: /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root 89b7d48255325aa77beb97f64ee44b6d +File: /usr/lib/debug/sbin/tcb_unconvert.debug 100644 root:root 568a7f20aaa1923320aece8c96f626fb File: /usr/src/debug/tcb-1.2 40755 root:root @@ -29,2 +29,2 @@ File: /usr/src/debug/tcb-1.2/progs/tcb_unconvert.c 100644 root:root 595af46c35acccf813bd2dcc87553d3e -RPMIdentity: 9833f13ac408578672be0843c973bd3264443d1a27af21608a03c65b1f7cebed39bcc7a09ea1ca316cfdc4950dafd31d9a8937c45a180283e95b653e880ac223 +RPMIdentity: a84c30feae0d214fe104441f6bf204b7300d42619f00ff1c9922a0759758d7d98275c9eef26179235ab736ae99e02e2d809fa7b7f0886e047b0abf851ae525c1