<86>Oct 28 03:04:35 userdel[1917156]: delete user 'rooter' <86>Oct 28 03:04:35 userdel[1917156]: removed group 'rooter' owned by 'rooter' <86>Oct 28 03:04:35 userdel[1917156]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 28 03:04:35 groupadd[1917203]: group added to /etc/group: name=rooter, GID=1829 <86>Oct 28 03:04:35 groupadd[1917203]: group added to /etc/gshadow: name=rooter <86>Oct 28 03:04:35 groupadd[1917203]: new group: name=rooter, GID=1829 <86>Oct 28 03:04:35 useradd[1917237]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none <86>Oct 28 03:04:35 userdel[1917277]: delete user 'builder' <86>Oct 28 03:04:35 userdel[1917277]: removed group 'builder' owned by 'builder' <86>Oct 28 03:04:35 userdel[1917277]: removed shadow group 'builder' owned by 'builder' <86>Oct 28 03:04:35 groupadd[1917319]: group added to /etc/group: name=builder, GID=1830 <86>Oct 28 03:04:35 groupadd[1917319]: group added to /etc/gshadow: name=builder <86>Oct 28 03:04:35 groupadd[1917319]: new group: name=builder, GID=1830 <86>Oct 28 03:04:35 useradd[1917366]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash, from=none <13>Oct 28 03:04:38 rpmi: rpm-macros-pam0-1.5.3-alt1 sisyphus+320140.100.1.1 1683581440 installed <13>Oct 28 03:04:38 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.46710 + 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.46710 + 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.65851 + 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.90586 + 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.yiKTFx 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.hsohbH 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.XS7DSk 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.gTDkJF 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.m00dUp 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.B20wdY Processing files: nss_tcb-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7gdCrJ 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.EQcQAw 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.plCgdp 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.27YKMf 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.kiOHAl 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.gxAUh1 Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.61nLMK 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.38)(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.zuaXsx 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.BVL2pU 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.oiQXZT 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.eJJ6gX Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gnOnYX 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.hObiIu 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.myPeEF find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LKaz7A 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.cieHVL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bMggZV 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.JRdihy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.81aKC4 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.krfhqw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TMh1hh 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.49user 4.49system 0:29.57elapsed 23%CPU (0avgtext+0avgdata 35288maxresident)k 0inputs+0outputs (0major+1165596minor)pagefaults 0swaps 3.42user 1.48system 0:37.53elapsed 13%CPU (0avgtext+0avgdata 127308maxresident)k 0inputs+0outputs (0major+235324minor)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-10-28 03:05:11.221562947 +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 83332d7bee72039a25b56ed396371b5c 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: c2b7f07734eae4a5483a7a870cb3dda378028601c4a4b728cd304d8dec12c5624e148b23fcc532ab12ffa09df7e971be63b72de55178ee87ea9aea106c529d50 --- 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-10-28 03:05:11.289564240 +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/8e 40755 root:root +/usr/lib/debug/.build-id/8e/4ddc1dda11a7c29691e507c90b15edc86f89f8 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 +/usr/lib/debug/.build-id/8e/4ddc1dda11a7c29691e507c90b15edc86f89f8.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/8e 40755 root:root +File: /usr/lib/debug/.build-id/8e/4ddc1dda11a7c29691e507c90b15edc86f89f8 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 +File: /usr/lib/debug/.build-id/8e/4ddc1dda11a7c29691e507c90b15edc86f89f8.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 86e9eda248515dcbda3ebb92a25cb694 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: 07bdcfb337ddd62edd122c0fc13f39c2d669770480a844388a0ea88ffe4028d7bf74f0021cf9dd72073106753af735b4e87588d8222e5d3627c54516e652e741 --- 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-10-28 03:05:11.411566559 +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 9e92789b92f4388bd6df7e17d86d1d77 +RPMIdentity: 8a27e969f675bf4079417c40b146f1b5712ac9a996142ea79910a6a30be0f2e2aff9b3dd3af1dc34879ebb4c03d1f1475bbb3323df7be5634d5120e0e13b6ebd --- 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-10-28 03:05:11.469567662 +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/63 40755 root:root +/usr/lib/debug/.build-id/63/246204f28d7be5e992a3e2f4a920b3533eddaf 120777 root:root ../../../../../lib64/libnss_tcb.so.2 +/usr/lib/debug/.build-id/63/246204f28d7be5e992a3e2f4a920b3533eddaf.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/63 40755 root:root +File: /usr/lib/debug/.build-id/63/246204f28d7be5e992a3e2f4a920b3533eddaf 120777 root:root ../../../../../lib64/libnss_tcb.so.2 +File: /usr/lib/debug/.build-id/63/246204f28d7be5e992a3e2f4a920b3533eddaf.debug 120777 root:root ../../lib64/libnss_tcb.so.2.debug +File: /usr/lib/debug/lib64/libnss_tcb.so.2.debug 100644 root:root 22fac7f6fbadb4aec51408733c1b4207 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: 72df72acca2e0dcc791bf488ff65f444f83753592638b5b720f0ea265f24d3f63f19eb7638ee515db23170a9db1b93730353fcef2d48c375f8a9e7c8505cf4ca --- 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-10-28 03:05:11.543569068 +0000 @@ -23,2 +23,4 @@ Requires: libc.so.6(GLIBC_2.3)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libc.so.6(GLIBC_2.38)(64bit) Requires: libcrypt.so.1()(64bit) >= set:igNZusfQY5 @@ -47,3 +49,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 6c3dee507bbd2de9486d20de3cf8ede7 File: /lib64/security/pam_unix.so 120777 root:root pam_tcb.so @@ -54,3 +56,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 b9063541261dc81d4eed63e8e3a1eaa7 File: /usr/share/man/man8/pam_pwdb.8.xz 120777 root:root pam_tcb.8.xz @@ -58,2 +60,2 @@ File: /usr/share/man/man8/pam_unix.8.xz 120777 root:root pam_tcb.8.xz -RPMIdentity: 0e2810a744d2c92c6c0194d41edfc3ebab518070c8fd2c15ed6cacdeedebc31ee322598a18fd318ffd754ebac29e81ff40fff5766e6466e823b088f977ccde14 +RPMIdentity: 70c4734f4283b3279ab55d3be535d8f1ae9bd0884864960483c76354f5e4d7eb0c72cddf82da7e707930c2f66710438b7a55c2dbeb7208e756f3c98629259eba --- 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-10-28 03:05:11.603570209 +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/3e 40755 root:root +/usr/lib/debug/.build-id/3e/3022b666d73ee0839f03802e6341f3c08439f1 120777 root:root ../../../../../lib64/security/pam_tcb.so +/usr/lib/debug/.build-id/3e/3022b666d73ee0839f03802e6341f3c08439f1.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug +/usr/lib/debug/.build-id/eb 40755 root:root +/usr/lib/debug/.build-id/eb/6f5461d0920ac90f8bcd65797504174b19b659 120777 root:root ../../../chkpwd/tcb_chkpwd +/usr/lib/debug/.build-id/eb/6f5461d0920ac90f8bcd65797504174b19b659.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/3e 40755 root:root +File: /usr/lib/debug/.build-id/3e/3022b666d73ee0839f03802e6341f3c08439f1 120777 root:root ../../../../../lib64/security/pam_tcb.so +File: /usr/lib/debug/.build-id/3e/3022b666d73ee0839f03802e6341f3c08439f1.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug +File: /usr/lib/debug/.build-id/eb 40755 root:root +File: /usr/lib/debug/.build-id/eb/6f5461d0920ac90f8bcd65797504174b19b659 120777 root:root ../../../chkpwd/tcb_chkpwd +File: /usr/lib/debug/.build-id/eb/6f5461d0920ac90f8bcd65797504174b19b659.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 43cf51f8651d33c73324900367753e7b 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 9248dc32855dfdcd4d810ff99f061a22 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: 3250647a64b1deefd1db341039e5001fba99e86e4a429cfcbde05c961f454292c4d1ebfaddc21e100ad777a6abd7ddf7c181bdeeb1eaf4a7489b4905a66b7c0b --- 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-10-28 03:05:11.663571350 +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 c452c763835155e1f59392b35f26b15f +File: /sbin/tcb_unconvert 100700 root:root c26b808293e9a0525557096d407d6b4c 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: 0d68eb6cea73c5623a325c1ad253e7899a02f53ebaf9ba77c2b9d085f40007f166b439a0a10c1d8872af5499acee8e774561e8b216d6cc6d884a9df87ee4b684 --- 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-10-28 03:05:11.729572604 +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/1f 40755 root:root +/usr/lib/debug/.build-id/1f/1123fcf46893a4942c2f2b73ca48628f682a03 120777 root:root ../../../../../sbin/tcb_convert +/usr/lib/debug/.build-id/1f/1123fcf46893a4942c2f2b73ca48628f682a03.debug 120777 root:root ../../sbin/tcb_convert.debug +/usr/lib/debug/.build-id/c6 40755 root:root +/usr/lib/debug/.build-id/c6/ff6023f439867c9a2c3ae9c25bd75a039d19ff 120777 root:root ../../../../../sbin/tcb_unconvert +/usr/lib/debug/.build-id/c6/ff6023f439867c9a2c3ae9c25bd75a039d19ff.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/1f 40755 root:root +File: /usr/lib/debug/.build-id/1f/1123fcf46893a4942c2f2b73ca48628f682a03 120777 root:root ../../../../../sbin/tcb_convert +File: /usr/lib/debug/.build-id/1f/1123fcf46893a4942c2f2b73ca48628f682a03.debug 120777 root:root ../../sbin/tcb_convert.debug +File: /usr/lib/debug/.build-id/c6 40755 root:root +File: /usr/lib/debug/.build-id/c6/ff6023f439867c9a2c3ae9c25bd75a039d19ff 120777 root:root ../../../../../sbin/tcb_unconvert +File: /usr/lib/debug/.build-id/c6/ff6023f439867c9a2c3ae9c25bd75a039d19ff.debug 120777 root:root ../../sbin/tcb_unconvert.debug +File: /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root 561e4a8421575b51993753d8a521a6f8 +File: /usr/lib/debug/sbin/tcb_unconvert.debug 100644 root:root dee423057c0164eb8a50d8d602a04524 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: d66f3df367bedc01303eae4b3c66097baf16891f66776ded3a9f07f5c9cc75aaf541d07f5bc33be519c0f5fe052ebe032bef3f965b6c1854848bf4bf5d21555e