<86>Jun 30 02:21:41 userdel[656543]: delete user 'rooter' <86>Jun 30 02:21:41 userdel[656543]: removed group 'rooter' owned by 'rooter' <86>Jun 30 02:21:41 userdel[656543]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 30 02:21:41 groupadd[656572]: group added to /etc/group: name=rooter, GID=1805 <86>Jun 30 02:21:41 groupadd[656572]: group added to /etc/gshadow: name=rooter <86>Jun 30 02:21:41 groupadd[656572]: new group: name=rooter, GID=1805 <86>Jun 30 02:21:41 useradd[656590]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash <86>Jun 30 02:21:41 userdel[656607]: delete user 'builder' <86>Jun 30 02:21:41 userdel[656607]: removed group 'builder' owned by 'builder' <86>Jun 30 02:21:41 userdel[656607]: removed shadow group 'builder' owned by 'builder' <86>Jun 30 02:21:41 groupadd[656621]: group added to /etc/group: name=builder, GID=1806 <86>Jun 30 02:21:41 groupadd[656621]: group added to /etc/gshadow: name=builder <86>Jun 30 02:21:41 groupadd[656621]: new group: name=builder, GID=1806 <86>Jun 30 02:21:41 useradd[656636]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash <13>Jun 30 02:21:44 rpmi: rpm-macros-pam0-1.6.1-alt1 p10+350704.100.3.2 1719604778 installed <13>Jun 30 02:21:44 rpmi: libpam0-devel-1.6.1-alt1 p10+350704.100.3.2 1719604778 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/tcb-1.2-alt1.nosrc.rpm (w1.gzdio) Installing tcb-1.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.68945 + 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.68945 + 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 -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 -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 -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:3: 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:183:12: note: declared here 183 | 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 gcc -pipe -frecord-gcc-switches -Wall -g -O2 -W -DENABLE_SETFSUGID -DENABLE_NLS -DNLS_PACKAGE=\"Linux-PAM\" -I../include -Wall -c libtcb.c -o libtcb_a.o ar -cr libtcb.a libtcb_a.o ranlib libtcb.a 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 -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 -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 -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 -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 -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 -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 -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:2: 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:2: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:2: 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:2: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:550:2: 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:2: note: declared here 550 | _pam_overwrite((char *)oldpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ In file included from pam_unix_passwd.c:14: pam_unix_passwd.c:554:3: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ In file included from pam_unix_passwd.c:14: pam_unix_passwd.c:554:3: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:554:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ In file included from pam_unix_passwd.c:14: pam_unix_passwd.c:554:3: note: declared here 554 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ In file included from pam_unix_passwd.c:14: pam_unix_passwd.c:565:2: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ In file included from pam_unix_passwd.c:14: pam_unix_passwd.c:565:2: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:565:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ In file included from pam_unix_passwd.c:14: pam_unix_passwd.c:565:2: note: declared here 565 | _pam_overwrite((char *)newpass); | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 574 | _pam_delete(newhash); | ^~~~~~~~~~~ In file included from pam_unix_passwd.c:14: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:2: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ pam_unix_passwd.c:574:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from pam_unix_passwd.c:14: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:2: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ pam_unix_passwd.c:574:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from pam_unix_passwd.c:14: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ pam_unix_passwd.c:574:2: note: in expansion of macro '_pam_delete' 574 | _pam_delete(newhash); | ^~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -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:4: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 253 | _pam_delete(salt); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:4: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:253:4: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:4: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:253:4: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:253:4: note: in expansion of macro '_pam_delete' 253 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 265 | _pam_delete(salt); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:3: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:3: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:265:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:265:3: note: in expansion of macro '_pam_delete' 265 | _pam_delete(salt); | ^~~~~~~~~~~ support.c: In function 'check_crypt': support.c:431:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 431 | _pam_delete(hash); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:3: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:431:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:3: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:431:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:431:3: note: in expansion of macro '_pam_delete' 431 | _pam_delete(hash); | ^~~~~~~~~~~ support.c:433:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:3: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c:433:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:3: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c:433:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:433:3: note: in expansion of macro '_pam_delete' 433 | _pam_delete(fake_salt); | ^~~~~~~~~~~ support.c: In function 'unix_verify_password_plain': support.c:461:4: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 461 | _pam_delete(salt); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:4: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:461:4: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:4: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:461:4: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:461:4: note: in expansion of macro '_pam_delete' 461 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 496 | _pam_delete(salt); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:3: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:3: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:496:3: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:496:3: note: in expansion of macro '_pam_delete' 496 | _pam_delete(salt); | ^~~~~~~~~~~ support.c: In function 'do_crypt': support.c:712:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] 712 | _pam_delete(salt); | ^~~~~~~~~~~ In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:2: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:712:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:2: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ support.c:712:2: warning: 'xx_' is deprecated [-Wdeprecated-declarations] In file included from support.c:17: support.h:153:2: note: declared here 153 | _pam_overwrite(xx); \ | ^~~~~~~~~~~~~~ support.c:712:2: note: in expansion of macro '_pam_delete' 712 | _pam_delete(salt); | ^~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -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.34987 + 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/ install -m 644 libtcb.a /usr/src/tmp/tcb-buildroot/usr/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=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: libtcb-1.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.58502 + 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.4RlBMh 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.xI4fLi 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.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.btQHbi Creating libtcb-debuginfo package Processing files: libtcb-devel-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yf5Qbi 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.UoAy4k 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-alt1, /lib64/libtcb.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aXqeKk Processing files: libtcb-devel-static-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hjIC3l 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.FKMTUk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libtcb-devel = 1.2-alt1, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m3Q2Oh Processing files: nss_tcb-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uhhaHh 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.UUSoCh 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-alt1, 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.11hG1j Creating nss_tcb-debuginfo package Processing files: pam0_tcb-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VjsqUi 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.2eB4wj 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.46pQmj Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.exLF3j Provides: pam_tcb = 1.2-alt1, 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-alt1, 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.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.xPPODj Creating pam0_tcb-debuginfo package Processing files: tcb-utils-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M72wZj 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.bxJajl 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.NSf63h Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HgmQek Provides: /etc/tcb Requires: pam0_tcb = 1.2-alt1, 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.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.jVXVYh Creating tcb-utils-debuginfo package Processing files: libtcb-debuginfo-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iTR9pi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YzD2cj find-requires: running scripts (debuginfo) Provides: debug64(libtcb.so.0) Requires: libtcb = 1.2-alt1, debug64(libc.so.6) Processing files: nss_tcb-debuginfo-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XBy7Ml find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QMPUGi find-requires: running scripts (debuginfo) Provides: debug64(libnss_tcb.so.2) Requires: nss_tcb = 1.2-alt1, debug64(libc.so.6), debug64(libtcb.so.0) Processing files: pam0_tcb-debuginfo-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tMPZni find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KZ5col find-requires: running scripts (debuginfo) Requires: pam0_tcb = 1.2-alt1, /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-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1aMIhj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gWSzdk find-requires: running scripts (debuginfo) Requires: tcb-utils = 1.2-alt1, /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 libtcb-devel-static a strict dependency on libtcb-devel 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 4 extra deps from pam0_tcb due to repentancy on libtcb Removing 4 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 2 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-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-devel-1.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-devel-static-1.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/nss_tcb-1.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pam0_tcb-1.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/tcb-utils-1.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libtcb-debuginfo-1.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/nss_tcb-debuginfo-1.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pam0_tcb-debuginfo-1.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/tcb-utils-debuginfo-1.2-alt1.x86_64.rpm (w2.lzdio) 2.19user 9.17system 0:34.26elapsed 33%CPU (0avgtext+0avgdata 31884maxresident)k 0inputs+0outputs (0major+1148278minor)pagefaults 0swaps 3.62user 2.77system 0:45.50elapsed 14%CPU (0avgtext+0avgdata 129232maxresident)k 0inputs+0outputs (0major+240296minor)pagefaults 0swaps --- libtcb-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ libtcb-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:23.077498664 +0000 @@ -13,3 +13,3 @@ File: /lib64/libtcb.so.0 120777 root:root libtcb.so.0.9.8 -File: /lib64/libtcb.so.0.9.8 100644 root:root d099fffc43eb613a342652bbf87c9491 +File: /lib64/libtcb.so.0.9.8 100644 root:root f9119c9b283eb768adbce3340fa9d303 File: /usr/share/doc/libtcb-1.2 40755 root:root @@ -17,2 +17,2 @@ File: /usr/share/doc/libtcb-1.2/LICENSE 100644 root:root 08576c6cbacd363155493e50b5d53e00 -RPMIdentity: 57a274bda9a8ff985ad753a105dc6b07a0ca8f53438a95ac41476c75b98b046d51bb98171eb6e859ff761b962cfb36544fcd79e2a974375d47f9a770f21b1559 +RPMIdentity: 324ec9f96ed6b106322080a91683ceafd8edd6046dd6d2b9bed5fe11a38f9725da7abf759d4c938c5603b1a3202a78be3198829ea1ddccd12ce1adb88e55e130 --- libtcb-debuginfo-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ libtcb-debuginfo-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:23.202500898 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/e2 40755 root:root -/usr/lib/debug/.build-id/e2/0ddd86c6f4f6f9452304ca7cf96585051b4033 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 -/usr/lib/debug/.build-id/e2/0ddd86c6f4f6f9452304ca7cf96585051b4033.debug 120777 root:root ../../lib64/libtcb.so.0.9.8.debug +/usr/lib/debug/.build-id/45 40755 root:root +/usr/lib/debug/.build-id/45/2d31b0594585e3e88d20c3e45d7d013cb0da1e 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 +/usr/lib/debug/.build-id/45/2d31b0594585e3e88d20c3e45d7d013cb0da1e.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-alt1:sisyphus+278099.4300.1.1 -File: /usr/lib/debug/.build-id/e2 40755 root:root -File: /usr/lib/debug/.build-id/e2/0ddd86c6f4f6f9452304ca7cf96585051b4033 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 -File: /usr/lib/debug/.build-id/e2/0ddd86c6f4f6f9452304ca7cf96585051b4033.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 f59912221cdbc6eb11343491db95b069 +File: /usr/lib/debug/.build-id/45 40755 root:root +File: /usr/lib/debug/.build-id/45/2d31b0594585e3e88d20c3e45d7d013cb0da1e 120777 root:root ../../../../../lib64/libtcb.so.0.9.8 +File: /usr/lib/debug/.build-id/45/2d31b0594585e3e88d20c3e45d7d013cb0da1e.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 77561e312c868ca85b11f4afb37c6f34 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: a587b4876358d02a66cc7ce2ed01571cee3f0fc13af399024754661618ec63827724be82a2f76a193455db20237f9d9e8b4bea307f59a79fd3637356a621cdd0 +RPMIdentity: 22b214e3e6210c493562e5b39ba1d850a5b33a6f44f30924f16c50b735fd17da37a178db2c8a7015ebeb3faae4b9915d00f6d709bd10070b0ebfdd0b2b79aeae --- libtcb-devel-static-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ libtcb-devel-static-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:23.683509494 +0000 @@ -5,3 +5,3 @@ Provides: libtcb-devel-static = 1.2-alt1:sisyphus+278099.4300.1.1 -File: /usr/lib64/libtcb.a 100644 root:root 03f129a27318714d54220d936dddffd0 -RPMIdentity: aad1bc050e683f8faad0a716dd9f6e4fc1162e7dcc5a16edc2aec2b272254fc372325b8b40eab82d828aa1a0d68cfbac62acf266c48072ea018a6ee8fa2774ad +File: /usr/lib64/libtcb.a 100644 root:root e09e5243fac8b5fbc8a75c9ec84029d8 +RPMIdentity: 977944fae273e0bcf2a1e84583078093bea8b1ffb91867cb9a2ee4e7842d8a1238a6d3c8eee3ba263bbfbe99eacabb1fdc7520f3f493d5dd6f0de11aedef4099 --- nss_tcb-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ nss_tcb-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:23.773511103 +0000 @@ -5,3 +5,3 @@ Provides: nss_tcb = 1.2-alt1:sisyphus+278099.4300.1.1 -File: /lib64/libnss_tcb.so.2 100644 root:root fbd9afdeb029f4000bf4a7146c3fd182 -RPMIdentity: d44d7d2bed45515d436b5afe80532c4778d46f906cd814eb20777e0ac8b13b3c20b4893ee4f51ea75ad26f343fe3e56f2f30ca94f8358736ad11040f628e95c6 +File: /lib64/libnss_tcb.so.2 100644 root:root a201b8d76a1f883c93a70c14abe534f5 +RPMIdentity: 72a5ab5881ef99eac7562db2c377b32a16e769643fb7c073531c3761f7eca087f72f71473478c2d2617e287f2111f71cede4eca40eff50f3fffd37570577f3b8 --- nss_tcb-debuginfo-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ nss_tcb-debuginfo-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:23.858512622 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/95 40755 root:root -/usr/lib/debug/.build-id/95/058c530bf97d9b0530fbb4fb560e60363a1b21 120777 root:root ../../../../../lib64/libnss_tcb.so.2 -/usr/lib/debug/.build-id/95/058c530bf97d9b0530fbb4fb560e60363a1b21.debug 120777 root:root ../../lib64/libnss_tcb.so.2.debug +/usr/lib/debug/.build-id/d1 40755 root:root +/usr/lib/debug/.build-id/d1/4a5b11109c45e714babbc9057b69d75b7e9ee0 120777 root:root ../../../../../lib64/libnss_tcb.so.2 +/usr/lib/debug/.build-id/d1/4a5b11109c45e714babbc9057b69d75b7e9ee0.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-alt1:sisyphus+278099.4300.1.1 -File: /usr/lib/debug/.build-id/95 40755 root:root -File: /usr/lib/debug/.build-id/95/058c530bf97d9b0530fbb4fb560e60363a1b21 120777 root:root ../../../../../lib64/libnss_tcb.so.2 -File: /usr/lib/debug/.build-id/95/058c530bf97d9b0530fbb4fb560e60363a1b21.debug 120777 root:root ../../lib64/libnss_tcb.so.2.debug -File: /usr/lib/debug/lib64/libnss_tcb.so.2.debug 100644 root:root e588c9f5af45ad2c1263a8e244290fa4 +File: /usr/lib/debug/.build-id/d1 40755 root:root +File: /usr/lib/debug/.build-id/d1/4a5b11109c45e714babbc9057b69d75b7e9ee0 120777 root:root ../../../../../lib64/libnss_tcb.so.2 +File: /usr/lib/debug/.build-id/d1/4a5b11109c45e714babbc9057b69d75b7e9ee0.debug 120777 root:root ../../lib64/libnss_tcb.so.2.debug +File: /usr/lib/debug/lib64/libnss_tcb.so.2.debug 100644 root:root cfba185b92bebff431510a0fcc30fb38 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: fd4821dfde8462981087c2e7b612d944278c76be36da58b1b026f74d5e36996074d3324953a7782f4d446305dd79fe77193c9f870102cd6966c3a5269e33d38f +RPMIdentity: 5842f1cbd79fc83b901ab37c050b6dad89e606ebfbdb6718513e2237817ee1c1f426d58c3be86c8250ae580ab241479faf54b2421f8d8db9116970b6bbc5903c --- pam0_tcb-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ pam0_tcb-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:24.339521218 +0000 @@ -47,3 +47,3 @@ File: /lib64/security/pam_pwdb.so 120777 root:root pam_tcb.so -File: /lib64/security/pam_tcb.so 100644 root:root fd73f583e997a82c26b723d0a693fc2b +File: /lib64/security/pam_tcb.so 100644 root:root ce6ba0c903aedf11bf153147be477b51 File: /lib64/security/pam_unix.so 120777 root:root pam_tcb.so @@ -54,3 +54,3 @@ File: /usr/lib/chkpwd 40710 root:chkpwd -File: /usr/lib/chkpwd/tcb_chkpwd 100700 root:root 84f13a7011704ebdc93ab6af022bdac8 +File: /usr/lib/chkpwd/tcb_chkpwd 100700 root:root 94d769965fe0f39dcf176235242431f0 File: /usr/share/man/man8/pam_pwdb.8.xz 120777 root:root pam_tcb.8.xz @@ -58,2 +58,2 @@ File: /usr/share/man/man8/pam_unix.8.xz 120777 root:root pam_tcb.8.xz -RPMIdentity: 8063e1bd0b4f36d7fa4f35ba8f2d704a838aca15dd2334034aaf31bc970773ce246b0d806f9583e9a8ddbd7ba526b1f5a3cdbeb754c6a88b3ecc3676c04682cb +RPMIdentity: 8b5ab6d0956e0b7504c67c1109c96e3bc82fad6b5e5049cd07c1859c108ad4591e23a0b6ead1256e3122f931258a200b4307068cc2a67fd5d6687e10408e7155 --- pam0_tcb-debuginfo-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ pam0_tcb-debuginfo-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:24.430522845 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/71 40755 root:root -/usr/lib/debug/.build-id/71/705df719a5f45556897c7e7c80740ff3b85483 120777 root:root ../../../chkpwd/tcb_chkpwd -/usr/lib/debug/.build-id/71/705df719a5f45556897c7e7c80740ff3b85483.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug -/usr/lib/debug/.build-id/82 40755 root:root -/usr/lib/debug/.build-id/82/ebd207d76ba457f3b8135ed91126e7140cada2 120777 root:root ../../../../../lib64/security/pam_tcb.so -/usr/lib/debug/.build-id/82/ebd207d76ba457f3b8135ed91126e7140cada2.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug +/usr/lib/debug/.build-id/a5 40755 root:root +/usr/lib/debug/.build-id/a5/9d19ec6c310f880f2010c2001e9563b48a5681 120777 root:root ../../../chkpwd/tcb_chkpwd +/usr/lib/debug/.build-id/a5/9d19ec6c310f880f2010c2001e9563b48a5681.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug +/usr/lib/debug/.build-id/a9 40755 root:root +/usr/lib/debug/.build-id/a9/a07f4049ffa3fe29f9fa1a5e7ca8278ad63e02 120777 root:root ../../../../../lib64/security/pam_tcb.so +/usr/lib/debug/.build-id/a9/a07f4049ffa3fe29f9fa1a5e7ca8278ad63e02.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug /usr/lib/debug/lib64/security 40755 root:root @@ -33,11 +33,11 @@ Provides: pam0_tcb-debuginfo = 1.2-alt1:sisyphus+278099.4300.1.1 -File: /usr/lib/debug/.build-id/71 40755 root:root -File: /usr/lib/debug/.build-id/71/705df719a5f45556897c7e7c80740ff3b85483 120777 root:root ../../../chkpwd/tcb_chkpwd -File: /usr/lib/debug/.build-id/71/705df719a5f45556897c7e7c80740ff3b85483.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug -File: /usr/lib/debug/.build-id/82 40755 root:root -File: /usr/lib/debug/.build-id/82/ebd207d76ba457f3b8135ed91126e7140cada2 120777 root:root ../../../../../lib64/security/pam_tcb.so -File: /usr/lib/debug/.build-id/82/ebd207d76ba457f3b8135ed91126e7140cada2.debug 120777 root:root ../../lib64/security/pam_tcb.so.debug +File: /usr/lib/debug/.build-id/a5 40755 root:root +File: /usr/lib/debug/.build-id/a5/9d19ec6c310f880f2010c2001e9563b48a5681 120777 root:root ../../../chkpwd/tcb_chkpwd +File: /usr/lib/debug/.build-id/a5/9d19ec6c310f880f2010c2001e9563b48a5681.debug 120777 root:root ../../usr/lib/chkpwd/tcb_chkpwd.debug +File: /usr/lib/debug/.build-id/a9 40755 root:root +File: /usr/lib/debug/.build-id/a9/a07f4049ffa3fe29f9fa1a5e7ca8278ad63e02 120777 root:root ../../../../../lib64/security/pam_tcb.so +File: /usr/lib/debug/.build-id/a9/a07f4049ffa3fe29f9fa1a5e7ca8278ad63e02.debug 120777 root:root ../../lib64/security/pam_tcb.so.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 758c0a54d7c4b08fd4bf7439fba9a299 +File: /usr/lib/debug/lib64/security/pam_tcb.so.debug 100644 root:root 30762064cccc869e77ca6a9a52d1d645 File: /usr/lib/debug/lib64/security/pam_unix.so.debug 120777 root:root pam_tcb.so.debug @@ -48,3 +48,3 @@ File: /usr/lib/debug/usr/lib/chkpwd 40755 root:root -File: /usr/lib/debug/usr/lib/chkpwd/tcb_chkpwd.debug 100644 root:root 2bf9b4cc391af86cd69429ddd7fc62d0 +File: /usr/lib/debug/usr/lib/chkpwd/tcb_chkpwd.debug 100644 root:root bc3a69badb637a1de246f94e74cc1923 File: /usr/src/debug/tcb-1.2 40755 root:root @@ -59,2 +59,2 @@ File: /usr/src/debug/tcb-1.2/progs/tcb_chkpwd.c 100644 root:root 14562238bf26aa832042d885889e3b0c -RPMIdentity: b5e8501d84204549440cb99735ae1491559c242d5fc743fd640af223157809b3234e90e75c956733ebcc5476ce9d96d1d6a3729ef19f2a0295ffadabf1d31897 +RPMIdentity: 7f4993fe8721a7e4dcef8a777d8830616ad4bddb3b75d024d7269bc8dde3cff7a9f3e3b4da9eec39250e9d3aed78a5ce212395b88f90b555cb8d5cf186d215b4 --- tcb-utils-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ tcb-utils-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:24.522524489 +0000 @@ -13,4 +13,4 @@ File: /etc/tcb 40710 root:shadow -File: /sbin/tcb_convert 100700 root:root d29ce5a09ff108efbe30e9e6b8aa7514 -File: /sbin/tcb_unconvert 100700 root:root 8d75dbfb46ed5196f7e50d85fc392ea8 +File: /sbin/tcb_convert 100700 root:root 278158f20111747621bd9809663e1a6b +File: /sbin/tcb_unconvert 100700 root:root 3dff9c3f1d0ca44384aaec6a13dd2cb8 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: d64cf6170277d0ddcf401879df17527767aa8a02968f5000b5d8b8a3fbd88023778e3327263fccbabfe4c40a6000d9facf5e714814191bb72f9aeb9c5a4d0ee7 +RPMIdentity: 4b7af84536dd031648422c981a7056aee37c7dc0194e0153ce42c9f42f133756599b8a00ca2ad3a72369cced8464bca472c0289b053a53aabe83c1cd9fbcda5f --- tcb-utils-debuginfo-1.2-alt1.x86_64.rpm.repo 2021-07-11 19:21:27.000000000 +0000 +++ tcb-utils-debuginfo-1.2-alt1.x86_64.rpm.hasher 2024-06-30 02:22:24.633526472 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/0c 40755 root:root -/usr/lib/debug/.build-id/0c/86c880767655143499309cb3d3fdaa6590158f 120777 root:root ../../../../../sbin/tcb_unconvert -/usr/lib/debug/.build-id/0c/86c880767655143499309cb3d3fdaa6590158f.debug 120777 root:root ../../sbin/tcb_unconvert.debug -/usr/lib/debug/.build-id/58 40755 root:root -/usr/lib/debug/.build-id/58/d185659f4751b5c8fb5274dfdf96cb73e9e330 120777 root:root ../../../../../sbin/tcb_convert -/usr/lib/debug/.build-id/58/d185659f4751b5c8fb5274dfdf96cb73e9e330.debug 120777 root:root ../../sbin/tcb_convert.debug +/usr/lib/debug/.build-id/86 40755 root:root +/usr/lib/debug/.build-id/86/bada16768eed7d65921af82ae4fc1a638957b5 120777 root:root ../../../../../sbin/tcb_unconvert +/usr/lib/debug/.build-id/86/bada16768eed7d65921af82ae4fc1a638957b5.debug 120777 root:root ../../sbin/tcb_unconvert.debug +/usr/lib/debug/.build-id/f2 40755 root:root +/usr/lib/debug/.build-id/f2/2b05ece57ee0888d76378d832bd76ca6fcdbcf 120777 root:root ../../../../../sbin/tcb_convert +/usr/lib/debug/.build-id/f2/2b05ece57ee0888d76378d832bd76ca6fcdbcf.debug 120777 root:root ../../sbin/tcb_convert.debug /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root @@ -17,10 +17,10 @@ Provides: tcb-utils-debuginfo = 1.2-alt1:sisyphus+278099.4300.1.1 -File: /usr/lib/debug/.build-id/0c 40755 root:root -File: /usr/lib/debug/.build-id/0c/86c880767655143499309cb3d3fdaa6590158f 120777 root:root ../../../../../sbin/tcb_unconvert -File: /usr/lib/debug/.build-id/0c/86c880767655143499309cb3d3fdaa6590158f.debug 120777 root:root ../../sbin/tcb_unconvert.debug -File: /usr/lib/debug/.build-id/58 40755 root:root -File: /usr/lib/debug/.build-id/58/d185659f4751b5c8fb5274dfdf96cb73e9e330 120777 root:root ../../../../../sbin/tcb_convert -File: /usr/lib/debug/.build-id/58/d185659f4751b5c8fb5274dfdf96cb73e9e330.debug 120777 root:root ../../sbin/tcb_convert.debug -File: /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root 7001fbb3405d5d6e1fb7bc1063b44648 -File: /usr/lib/debug/sbin/tcb_unconvert.debug 100644 root:root 8912e24e9bc3cd4bda0e6f20c9103271 +File: /usr/lib/debug/.build-id/86 40755 root:root +File: /usr/lib/debug/.build-id/86/bada16768eed7d65921af82ae4fc1a638957b5 120777 root:root ../../../../../sbin/tcb_unconvert +File: /usr/lib/debug/.build-id/86/bada16768eed7d65921af82ae4fc1a638957b5.debug 120777 root:root ../../sbin/tcb_unconvert.debug +File: /usr/lib/debug/.build-id/f2 40755 root:root +File: /usr/lib/debug/.build-id/f2/2b05ece57ee0888d76378d832bd76ca6fcdbcf 120777 root:root ../../../../../sbin/tcb_convert +File: /usr/lib/debug/.build-id/f2/2b05ece57ee0888d76378d832bd76ca6fcdbcf.debug 120777 root:root ../../sbin/tcb_convert.debug +File: /usr/lib/debug/sbin/tcb_convert.debug 100644 root:root c339cbc07d3683c63678ed65e38a23ff +File: /usr/lib/debug/sbin/tcb_unconvert.debug 100644 root:root 686d042b04e5fe28a36544b8988f0019 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: 5e100f15579d84a0501c19a1dd52361e32381f5724c90cbe2e07209d132217d9c793cda5ca7f37fdb1fb30718240bafe95096350039be6cf88eaf22a1977940d +RPMIdentity: 9457e6bee8efa5f802934958100a09c05f5074087444966d456d70dc3873de8fd3633c9dc7ceaa26abb881baeaf80cac1995dea5ff4b55a7ef5b98532506a1af