<86>Jul 15 11:06:20 userdel[390566]: delete user 'rooter' <86>Jul 15 11:06:20 userdel[390566]: removed group 'rooter' owned by 'rooter' <86>Jul 15 11:06:20 userdel[390566]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 15 11:06:20 groupadd[390584]: group added to /etc/group: name=rooter, GID=639 <86>Jul 15 11:06:20 groupadd[390584]: group added to /etc/gshadow: name=rooter <86>Jul 15 11:06:20 groupadd[390584]: new group: name=rooter, GID=639 <86>Jul 15 11:06:20 useradd[390594]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Jul 15 11:06:20 userdel[390621]: delete user 'builder' <86>Jul 15 11:06:20 userdel[390621]: removed group 'builder' owned by 'builder' <86>Jul 15 11:06:20 userdel[390621]: removed shadow group 'builder' owned by 'builder' <86>Jul 15 11:06:20 groupadd[390632]: group added to /etc/group: name=builder, GID=640 <86>Jul 15 11:06:20 groupadd[390632]: group added to /etc/gshadow: name=builder <86>Jul 15 11:06:20 groupadd[390632]: new group: name=builder, GID=640 <86>Jul 15 11:06:20 useradd[390641]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash <13>Jul 15 11:06:22 rpmi: libquadmath0-10.3.1-alt2 sisyphus+277353.100.2.1 1625526466 installed <13>Jul 15 11:06:22 rpmi: libquadmath10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625526466 installed <13>Jul 15 11:06:22 rpmi: libgfortran5-10.3.1-alt2 sisyphus+277353.100.2.1 1625526466 installed <13>Jul 15 11:06:23 rpmi: glibc-devel-static-6:2.32-alt3 sisyphus+276954.100.1.1 1625318619 installed <13>Jul 15 11:06:23 rpmi: gcc-fortran-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jul 15 11:06:23 rpmi: libgfortran10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625526466 installed <13>Jul 15 11:06:24 rpmi: gcc10-fortran-10.3.1-alt2 sisyphus+277353.100.2.1 1625526466 installed <13>Jul 15 11:06:24 rpmi: libgfortran10-devel-static-10.3.1-alt2 sisyphus+277353.100.2.1 1625526466 installed <13>Jul 15 11:06:24 rpmi: libgfortran-devel-static-10-alt1 sisyphus+263054.200.3.1 1607517515 installed <13>Jul 15 11:06:24 rpmi: gcc-fortran-10-alt1 sisyphus+263054.200.3.1 1607516810 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/random-20080825-alt3.nosrc.rpm (w1.gzdio) Installing random-20080825-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.33238 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf random-20080825 + echo 'Source #0 (random-20080825.tar.gz):' Source #0 (random-20080825.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/random-20080825.tar.gz + /bin/tar -xf - + cd random-20080825 + /bin/chmod -c -Rf u+rwX,go-w . + install -m644 /usr/src/RPM/SOURCES/BSD-LBNL-License.doc . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.33238 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd random-20080825 + mkdir orig + cp bcnrand.f90 bcnrandx.f90 memtest.f90 orig/ + mv memtest.f90 bcn_memtest.f90 + cp bcnrand.f90 lbcnrand.f90 + cp bcnrandx.f90 lbcnrandx.f90 + sed -i -e '56,$d' bcnrand.f90 + sed -i -e '89,$d' bcnrandx.f90 + sed -i -e '123,$d' lbcnrandx.f90 + sed -i -e 1,93d lbcnrandx.f90 + sed -i -e 123rlbcnrandx.f90 lbcnrand.f90 + rm -f lbcnrandx.f90 + sed -i -e 1,61d lbcnrand.f90 + sed -i -e '50,$d' bcn_memtest.f90 + f95 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c bcn_memtest.f90 bcnrand.f90 bcnrandx.f90 lbcnrand.f90 bcn_memtest.f90:27:16: 27 | real*8 a, aj, t1, t2, t3, x(n), y(n) | 1 Warning: Unused variable 't1' declared at (1) [-Wunused-variable] bcn_memtest.f90:27:20: 27 | real*8 a, aj, t1, t2, t3, x(n), y(n) | 1 Warning: Unused variable 't2' declared at (1) [-Wunused-variable] bcn_memtest.f90:27:24: 27 | real*8 a, aj, t1, t2, t3, x(n), y(n) | 1 Warning: Unused variable 't3' declared at (1) [-Wunused-variable] bcnrand.f90:42:15: 42 | real*8 aa, x(n), tm0, tm1 | 1 Warning: Array 'x' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider using '-frecursive', or increase the '-fmax-stack-var-size=' limit, or change the code to use an ALLOCATABLE array. [-Wsurprising] bcnrandx.f90:40:56: 40 | real*8 aa, bcnrandx, d1, d2, d3, expm2, p3i, r3i, t1, t2, t3, & | 1 Warning: Unused variable 't2' declared at (1) [-Wunused-variable] bcnrandx.f90:40:60: 40 | real*8 aa, bcnrandx, d1, d2, d3, expm2, p3i, r3i, t1, t2, t3, & | 1 Warning: Unused variable 't3' declared at (1) [-Wunused-variable] lbcnrand.f90:98:18: 98 | real*8 am, amr, d1, d2, dd1(2), dd2(2), dd3(2), ddm(2), expm2, p, p1, p3i, & | 1 Warning: Unused variable 'd1' declared at (1) [-Wunused-variable] lbcnrand.f90:97:9: 97 | integer i | 1 Warning: Unused variable 'i' declared at (1) [-Wunused-variable] lbcnrand.f90:14:8: 14 | real*8 a, aa, d1, d2, d3, dd1(2), dd2(2), dd3(2), expm2, & | 1 Warning: Unused variable 'a' declared at (1) [-Wunused-variable] lbcnrand.f90:13:13: 13 | integer i, ib, j, k, n | 1 Warning: Unused variable 'ib' declared at (1) [-Wunused-variable] lbcnrand.f90:13:16: 13 | integer i, ib, j, k, n | 1 Warning: Unused variable 'j' declared at (1) [-Wunused-variable] lbcnrand.f90:13:19: 13 | integer i, ib, j, k, n | 1 Warning: Unused variable 'k' declared at (1) [-Wunused-variable] lbcnrand.f90:76:8: 76 | real*8 a, d1, d2, d3, dd1(2), dd2(2), dd3(2), expm2, p3i, r3i, t53, & | 1 Warning: Unused variable 'a' declared at (1) [-Wunused-variable] lbcnrand.f90:76:12: 76 | real*8 a, d1, d2, d3, dd1(2), dd2(2), dd3(2), expm2, p3i, r3i, t53, & | 1 Warning: Unused variable 'd1' declared at (1) [-Wunused-variable] lbcnrand.f90:76:20: 76 | real*8 a, d1, d2, d3, dd1(2), dd2(2), dd3(2), expm2, p3i, r3i, t53, & | 1 Warning: Unused variable 'd3' declared at (1) [-Wunused-variable] + ar r libbcnrand.a lbcnrand.o ar: creating libbcnrand.a + ranlib libbcnrand.a + for i in libbcnrand + f95 -shared -Wl,--whole-archive libbcnrand.a -Wl,--no-whole-archive -o libbcnrand.so.0.0.0 -Wl,-soname=libbcnrand.so.0 -Wl,-z,defs + ln -s libbcnrand.so.0.0.0 libbcnrand.so.0 + ln -s libbcnrand.so.0 libbcnrand.so + export LD_LIBRARY_PATH=/usr/src/RPM/BUILD/random-20080825 + LD_LIBRARY_PATH=/usr/src/RPM/BUILD/random-20080825 + for i in bcnrand bcnrandx bcn_memtest + f95 bcnrand.o -o bcnrand -L. -lbcnrand + for i in bcnrand bcnrandx bcn_memtest + f95 bcnrandx.o -o bcnrandx -L. -lbcnrand + for i in bcnrand bcnrandx bcn_memtest + f95 bcn_memtest.o -o bcn_memtest -L. -lbcnrand + ./bcnrand bcnrand test program n = 100000000 starting index = 5559060566555623. CPU time = 4.704118 first 10 elements of sequence = 0.000110751386818 0.925051284303893 0.999530661922838 0.000436444706716 0.079905932474937 0.911420490419406 0.000206646248267 0.234971313227468 0.405003712267834 0.810116564825979 final 10 elements of sequence = 0.973509223594472 0.000230283784061 0.053007070546489 0.101251846723388 0.303809954815287 0.405139802961022 0.810214900955359 0.999647194229734 0.000414639077094 0.435923145204943 + echo + ./bcnrandx bcnrandx test program n = 100000000 starting index = 5559060566555623. CPU time = 4.602401 final value = 0.999717530547591 check value = 0.000021140035730 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.98974 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/random-buildroot + : + /bin/rm -rf -- /usr/src/tmp/random-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd random-20080825 + install -d /usr/src/tmp/random-buildroot/usr/bin + install -d /usr/src/tmp/random-buildroot/usr/lib + install -m755 bcnrand bcnrandx bcn_memtest /usr/src/tmp/random-buildroot/usr/bin + cp -P libbcnrand.a libbcnrand.so libbcnrand.so.0 libbcnrand.so.0.0.0 /usr/src/tmp/random-buildroot/usr/lib + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/random-buildroot (auto) mode of './usr/lib/libbcnrand.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/random-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/random-buildroot/ (default) Compressing files in /usr/src/tmp/random-buildroot (auto) Adjusting library links in /usr/src/tmp/random-buildroot ./usr/lib: (from :0) libbcnrand.so.0 -> libbcnrand.so.0.0.0 Verifying ELF objects in /usr/src/tmp/random-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: random-20080825-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12229 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd random-20080825 + DOCDIR=/usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + export DOCDIR + rm -rf /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + /bin/mkdir -p /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + cp -prL BSD-LBNL-License.doc /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + chmod -R go-w /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + chmod -R a+rX /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OaKcAB 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.o7rR9w find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libbcnrand.so.0 >= set:gdjzZviF8jTz1, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libgfortran.so.5 >= set:okToq0o2MRPaMhCY7MPJYgjVkWX4ZJBLBq0, libgfortran.so.5(GFORTRAN_8), 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.CdYRNx Creating random-debuginfo package Processing files: librandom-20080825-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.94407 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd random-20080825 + DOCDIR=/usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + export DOCDIR + rm -rf /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + /bin/mkdir -p /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + cp -prL orig/bcnrand.f90 orig/bcnrandx.f90 orig/memtest.f90 /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + chmod -R go-w /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + chmod -R a+rX /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NUvGnz find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/random-buildroot/usr/lib/libbcnrand.so.0: 5 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1KmJIy find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libbcnrand.so.0 = set:gdjzZviF8jTz1 Requires: libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libgfortran.so.5 >= set:omshAY6jhdsD3, libgfortran.so.5(GFORTRAN_8), 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.G7eyVy Creating librandom-debuginfo package Processing files: librandom-devel-20080825-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tbuSSz 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.xRZ1py find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: librandom = 20080825-alt3, /usr/lib/libbcnrand.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Kl4lwB Processing files: librandom-devel-static-20080825-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sYEJ2A 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.Rcz1dA find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: librandom-devel = 20080825-alt3, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oGCLjy Processing files: random-debuginfo-20080825-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rl2Slx find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aHVEkB find-requires: running scripts (debuginfo) Requires: random = 20080825-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libbcnrand.so.0), debug(libc.so.6), debug(libgfortran.so.5) Processing files: librandom-debuginfo-20080825-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.miltYy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3VnFVx find-requires: running scripts (debuginfo) Provides: debug(libbcnrand.so.0) Requires: librandom = 20080825-alt3, debug(libc.so.6), debug(libgfortran.so.5) Adding to random-debuginfo a strict dependency on random Adding to librandom-devel a strict dependency on librandom Adding to librandom-debuginfo a strict dependency on librandom Adding to librandom-devel-static a strict dependency on librandom-devel Adding to random a strict dependency on librandom Adding to random-debuginfo a strict dependency on librandom-debuginfo Removing 1 extra deps from random due to dependency on librandom Removing 1 extra deps from librandom-devel due to dependency on librandom Removing 1 extra deps from random-debuginfo due to dependency on librandom-debuginfo Removing 4 extra deps from random due to repentancy on librandom Removing 2 extra deps from random-debuginfo due to repentancy on librandom-debuginfo Wrote: /usr/src/RPM/RPMS/i586/random-20080825-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/librandom-20080825-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/librandom-devel-20080825-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/librandom-devel-static-20080825-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/random-debuginfo-20080825-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/librandom-debuginfo-20080825-alt3.i586.rpm (w2.lzdio) 11.08user 1.50system 0:26.48elapsed 47%CPU (0avgtext+0avgdata 783672maxresident)k 0inputs+0outputs (0major+594378minor)pagefaults 0swaps 16.52user 4.22system 0:35.24elapsed 58%CPU (0avgtext+0avgdata 783672maxresident)k 25440inputs+0outputs (0major+950951minor)pagefaults 0swaps --- librandom-20080825-alt3.i586.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ librandom-20080825-alt3.i586.rpm.hasher 2021-07-15 11:06:53.660065476 +0000 @@ -16,3 +16,3 @@ File: /usr/lib/libbcnrand.so.0 120777 root:root libbcnrand.so.0.0.0 -File: /usr/lib/libbcnrand.so.0.0.0 100644 root:root 62b065a98916fe501bc5424b09c2de17 +File: /usr/lib/libbcnrand.so.0.0.0 100644 root:root ef1eb4394dcb2d14c01c73011623b35d File: /usr/share/doc/librandom-20080825 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/doc/librandom-20080825/memtest.f90 100644 root:root acaa0b0613db12ca057d76d580243d0c -RPMIdentity: bb983a257c41ce4ad34ca31d8717fe13 +RPMIdentity: 5431336b0dd96c859b0344c110d12365 --- librandom-debuginfo-20080825-alt3.i586.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ librandom-debuginfo-20080825-alt3.i586.rpm.hasher 2021-07-15 11:06:53.736066066 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/dd 40755 root:root -/usr/lib/debug/.build-id/dd/af67beee60e0d2c533721f4e541e25ee9181b2 120777 root:root ../../../libbcnrand.so.0.0.0 -/usr/lib/debug/.build-id/dd/af67beee60e0d2c533721f4e541e25ee9181b2.debug 120777 root:root ../../usr/lib/libbcnrand.so.0.0.0.debug +/usr/lib/debug/.build-id/ea 40755 root:root +/usr/lib/debug/.build-id/ea/ca78e4d474e6eb199b3561b0cc0d8bc420ca43 120777 root:root ../../../libbcnrand.so.0.0.0 +/usr/lib/debug/.build-id/ea/ca78e4d474e6eb199b3561b0cc0d8bc420ca43.debug 120777 root:root ../../usr/lib/libbcnrand.so.0.0.0.debug /usr/lib/debug/usr/lib/libbcnrand.so.0.0.0.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: librandom-debuginfo = 20080825-alt3:sisyphus+223534.100.1.1 -File: /usr/lib/debug/.build-id/dd 40755 root:root -File: /usr/lib/debug/.build-id/dd/af67beee60e0d2c533721f4e541e25ee9181b2 120777 root:root ../../../libbcnrand.so.0.0.0 -File: /usr/lib/debug/.build-id/dd/af67beee60e0d2c533721f4e541e25ee9181b2.debug 120777 root:root ../../usr/lib/libbcnrand.so.0.0.0.debug -File: /usr/lib/debug/usr/lib/libbcnrand.so.0.0.0.debug 100644 root:root 2eaaeab6d6c891f678b17b8dd09ce3e7 +File: /usr/lib/debug/.build-id/ea 40755 root:root +File: /usr/lib/debug/.build-id/ea/ca78e4d474e6eb199b3561b0cc0d8bc420ca43 120777 root:root ../../../libbcnrand.so.0.0.0 +File: /usr/lib/debug/.build-id/ea/ca78e4d474e6eb199b3561b0cc0d8bc420ca43.debug 120777 root:root ../../usr/lib/libbcnrand.so.0.0.0.debug +File: /usr/lib/debug/usr/lib/libbcnrand.so.0.0.0.debug 100644 root:root 845b5e2c856d2bdc3fa707f09dd17b28 File: /usr/lib/debug/usr/lib/libbcnrand.so.0.debug 120777 root:root libbcnrand.so.0.0.0.debug @@ -20,2 +20,2 @@ File: /usr/src/debug/random-20080825/lbcnrand.f90 100644 root:root 643579bf07975632f4907ecc212747f1 -RPMIdentity: d08b6498f4f62621cc560716b70716c3 +RPMIdentity: 08e7a6963df7004555e5bf0c4ec43c33 --- librandom-devel-static-20080825-alt3.i586.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ librandom-devel-static-20080825-alt3.i586.rpm.hasher 2021-07-15 11:06:53.880067183 +0000 @@ -5,3 +5,3 @@ Provides: librandom-devel-static = 20080825-alt3:sisyphus+223534.100.1.1 -File: /usr/lib/libbcnrand.a 100644 root:root 84698b269cfe9462416f787e2d01fc4b -RPMIdentity: a71e87f1f9335387391f25b711b39b9f +File: /usr/lib/libbcnrand.a 100644 root:root fd3143543600628eff2bbc16edf87afe +RPMIdentity: 5f403bef616341e721ee3358824cf928 --- random-20080825-alt3.i586.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ random-20080825-alt3.i586.rpm.hasher 2021-07-15 11:06:53.963067827 +0000 @@ -11,7 +11,7 @@ Provides: random = 20080825-alt3:sisyphus+223534.100.1.1 -File: /usr/bin/bcn_memtest 100755 root:root 45277a1dfb9aaa5142fd8fee633334bc -File: /usr/bin/bcnrand 100755 root:root abd0867043b4577a850e898ae610b403 -File: /usr/bin/bcnrandx 100755 root:root acd7245e3bd8adc091320fce5a23fa83 +File: /usr/bin/bcn_memtest 100755 root:root 6815940d8b2794a097f28b1a9014e2b8 +File: /usr/bin/bcnrand 100755 root:root cac717c20e2a235fb1c5511c1b2ee146 +File: /usr/bin/bcnrandx 100755 root:root 380024604f5f3e4504b756a54180bd26 File: /usr/share/doc/random-20080825 40755 root:root File: /usr/share/doc/random-20080825/BSD-LBNL-License.doc 100644 root:root 8f2ac823c57a908d278356f439f91e80 -RPMIdentity: 090335ff5cabcc3bb4d2f98d00bd20c9 +RPMIdentity: 6ed495388f8091af8f4e6ed44681920c --- random-debuginfo-20080825-alt3.i586.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ random-debuginfo-20080825-alt3.i586.rpm.hasher 2021-07-15 11:06:54.045068463 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/12 40755 root:root -/usr/lib/debug/.build-id/12/245ef49be4150dbe575ffa7ca599eb558ad985 120777 root:root ../../../../bin/bcn_memtest -/usr/lib/debug/.build-id/12/245ef49be4150dbe575ffa7ca599eb558ad985.debug 120777 root:root ../../usr/bin/bcn_memtest.debug -/usr/lib/debug/.build-id/1c 40755 root:root -/usr/lib/debug/.build-id/1c/6d70b8e0c78f6f63810f4dbb2afd7371572faa 120777 root:root ../../../../bin/bcnrandx -/usr/lib/debug/.build-id/1c/6d70b8e0c78f6f63810f4dbb2afd7371572faa.debug 120777 root:root ../../usr/bin/bcnrandx.debug -/usr/lib/debug/.build-id/61 40755 root:root -/usr/lib/debug/.build-id/61/a5b2adbb3cf0fdab6c7566d3c83ef82066ad75 120777 root:root ../../../../bin/bcnrand -/usr/lib/debug/.build-id/61/a5b2adbb3cf0fdab6c7566d3c83ef82066ad75.debug 120777 root:root ../../usr/bin/bcnrand.debug +/usr/lib/debug/.build-id/29 40755 root:root +/usr/lib/debug/.build-id/29/2cd0fa7e8ffa9cd50d470d71c14fd85f2c8589 120777 root:root ../../../../bin/bcnrandx +/usr/lib/debug/.build-id/29/2cd0fa7e8ffa9cd50d470d71c14fd85f2c8589.debug 120777 root:root ../../usr/bin/bcnrandx.debug +/usr/lib/debug/.build-id/2e 40755 root:root +/usr/lib/debug/.build-id/2e/2939758b68a58329a4609f8e791e3e983f4d69 120777 root:root ../../../../bin/bcn_memtest +/usr/lib/debug/.build-id/2e/2939758b68a58329a4609f8e791e3e983f4d69.debug 120777 root:root ../../usr/bin/bcn_memtest.debug +/usr/lib/debug/.build-id/99 40755 root:root +/usr/lib/debug/.build-id/99/bbbb03722d6ac63350e5fccc2246c27f313c80 120777 root:root ../../../../bin/bcnrand +/usr/lib/debug/.build-id/99/bbbb03722d6ac63350e5fccc2246c27f313c80.debug 120777 root:root ../../usr/bin/bcnrand.debug /usr/lib/debug/usr/bin/bcn_memtest.debug 100644 root:root @@ -21,14 +21,14 @@ Provides: random-debuginfo = 20080825-alt3:sisyphus+223534.100.1.1 -File: /usr/lib/debug/.build-id/12 40755 root:root -File: /usr/lib/debug/.build-id/12/245ef49be4150dbe575ffa7ca599eb558ad985 120777 root:root ../../../../bin/bcn_memtest -File: /usr/lib/debug/.build-id/12/245ef49be4150dbe575ffa7ca599eb558ad985.debug 120777 root:root ../../usr/bin/bcn_memtest.debug -File: /usr/lib/debug/.build-id/1c 40755 root:root -File: /usr/lib/debug/.build-id/1c/6d70b8e0c78f6f63810f4dbb2afd7371572faa 120777 root:root ../../../../bin/bcnrandx -File: /usr/lib/debug/.build-id/1c/6d70b8e0c78f6f63810f4dbb2afd7371572faa.debug 120777 root:root ../../usr/bin/bcnrandx.debug -File: /usr/lib/debug/.build-id/61 40755 root:root -File: /usr/lib/debug/.build-id/61/a5b2adbb3cf0fdab6c7566d3c83ef82066ad75 120777 root:root ../../../../bin/bcnrand -File: /usr/lib/debug/.build-id/61/a5b2adbb3cf0fdab6c7566d3c83ef82066ad75.debug 120777 root:root ../../usr/bin/bcnrand.debug -File: /usr/lib/debug/usr/bin/bcn_memtest.debug 100644 root:root 9d81aa65cf85c0dc89acb1c3b3dc711e -File: /usr/lib/debug/usr/bin/bcnrand.debug 100644 root:root d5da8f2204158e86fedc8225ad34dabb -File: /usr/lib/debug/usr/bin/bcnrandx.debug 100644 root:root fcce4aaeeadc563db4343f7a26b177c2 +File: /usr/lib/debug/.build-id/29 40755 root:root +File: /usr/lib/debug/.build-id/29/2cd0fa7e8ffa9cd50d470d71c14fd85f2c8589 120777 root:root ../../../../bin/bcnrandx +File: /usr/lib/debug/.build-id/29/2cd0fa7e8ffa9cd50d470d71c14fd85f2c8589.debug 120777 root:root ../../usr/bin/bcnrandx.debug +File: /usr/lib/debug/.build-id/2e 40755 root:root +File: /usr/lib/debug/.build-id/2e/2939758b68a58329a4609f8e791e3e983f4d69 120777 root:root ../../../../bin/bcn_memtest +File: /usr/lib/debug/.build-id/2e/2939758b68a58329a4609f8e791e3e983f4d69.debug 120777 root:root ../../usr/bin/bcn_memtest.debug +File: /usr/lib/debug/.build-id/99 40755 root:root +File: /usr/lib/debug/.build-id/99/bbbb03722d6ac63350e5fccc2246c27f313c80 120777 root:root ../../../../bin/bcnrand +File: /usr/lib/debug/.build-id/99/bbbb03722d6ac63350e5fccc2246c27f313c80.debug 120777 root:root ../../usr/bin/bcnrand.debug +File: /usr/lib/debug/usr/bin/bcn_memtest.debug 100644 root:root d6cba41285b853f243c7ccef6a2bc652 +File: /usr/lib/debug/usr/bin/bcnrand.debug 100644 root:root 29d0189144d7ad8a35379f56cef31f44 +File: /usr/lib/debug/usr/bin/bcnrandx.debug 100644 root:root 689bad7e70caf8fbf21ef58b63b55b8d File: /usr/src/debug/random-20080825 40755 root:root @@ -37,2 +37,2 @@ File: /usr/src/debug/random-20080825/bcnrandx.f90 100644 root:root 2673c5cb7050040844a7b7aae3559b8d -RPMIdentity: 19041a18ea164ab9925b0341d4e65405 +RPMIdentity: 97580d3b32506865c9efb16dea45cd1f