<86>Aug 1 08:59:24 userdel[2385077]: delete user 'rooter' <86>Aug 1 08:59:24 userdel[2385077]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:59:24 userdel[2385077]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 08:59:24 groupadd[2385083]: group added to /etc/group: name=rooter, GID=654 <86>Aug 1 08:59:24 groupadd[2385083]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:59:24 groupadd[2385083]: new group: name=rooter, GID=654 <86>Aug 1 08:59:24 useradd[2385088]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Aug 1 08:59:24 userdel[2385096]: delete user 'builder' <86>Aug 1 08:59:24 userdel[2385096]: removed group 'builder' owned by 'builder' <86>Aug 1 08:59:24 userdel[2385096]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:59:24 groupadd[2385102]: group added to /etc/group: name=builder, GID=655 <86>Aug 1 08:59:24 groupadd[2385102]: group added to /etc/gshadow: name=builder <86>Aug 1 08:59:24 groupadd[2385102]: new group: name=builder, GID=655 <86>Aug 1 08:59:24 useradd[2385108]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/nvram-wakeup-0.99b-alt1.qa1.nosrc.rpm (w1.gzdio) Installing nvram-wakeup-0.99b-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96338 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf nvram-wakup-0.99b + echo 'Source #0 (nvram-wakup-0.99b.tar.gz):' Source #0 (nvram-wakup-0.99b.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/nvram-wakup-0.99b.tar.gz + /bin/tar -xf - + cd nvram-wakup-0.99b + /bin/chmod -c -Rf u+rwX,go-w . + /bin/mkdir -p examples + /bin/cp nvram-wakeup.conf examples + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80909 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nvram-wakup-0.99b + make make: Entering directory '/usr/src/RPM/BUILD/nvram-wakup-0.99b' Preparing cvs_revs.h gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvram-wakeup.o nvram-wakeup.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvram-wakeup-mb.o nvram-wakeup-mb.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o gmt-test.o gmt-test.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o byteops.o byteops.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvramops.o nvramops.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o bios.o bios.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o tools.o tools.c tools.c: In function 'xxd': tools.c:169:108: warning: ' ' directive writing 1 byte into a region of size between 0 and 1 [-Wformat-overflow=] sprintf(out_line, "%06X0: %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X\n", i, ^~ In file included from /usr/include/stdio.h:862, from tools.c:26: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 50 and 51 bytes into a destination of size 49 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o readconf.o readconf.c readconf.c: In function 'assign': readconf.c:117:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (errno) return -3; /* overflow (number too large/too small) */ ^~ readconf.c:118:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return 0; /* ok */ ^~~~~~ gcc nvram-wakeup.o nvram-wakeup-mb.o gmt-test.o byteops.o nvramops.o bios.o tools.o readconf.o -o nvram-wakeup gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o rtc.o rtc.c gcc rtc.o -o rtc gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o time.o time.c gcc time.o -o time gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o biosinfo.o biosinfo.c gcc biosinfo.o bios.o tools.o -o biosinfo gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o guess.o guess.c gcc guess.o byteops.o bios.o tools.o -o guess gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o cat_nvram.o cat_nvram.c gcc cat_nvram.o tools.o nvramops.o -o cat_nvram msgfmt `basename guess-helper.mo .mo`.po -o guess-helper.mo size nvram-wakeup rtc time biosinfo guess cat_nvram text data bss dec hex filename 104156 740 992 105888 19da0 nvram-wakeup 1792 296 8 2096 830 rtc 1729 288 4 2021 7e5 time 7543 356 64 7963 1f1b biosinfo 12660 368 1088 14116 3724 guess 6663 360 32 7055 1b8f cat_nvram make: Leaving directory '/usr/src/RPM/BUILD/nvram-wakup-0.99b' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36656 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/nvram-wakeup-buildroot + : + /bin/rm -rf -- /usr/src/tmp/nvram-wakeup-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd nvram-wakup-0.99b + /bin/mkdir -p /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin /usr/src/tmp/nvram-wakeup-buildroot/etc /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man5 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b/examples + /bin/install -m644 nvram-wakeup.conf /usr/src/tmp/nvram-wakeup-buildroot/etc + /bin/install biosinfo cat_nvram guess guess-helper nvram-wakeup rtc set_timer /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin + /bin/install nvram-wakeup.conf.5 /usr/src/tmp/nvram-wakeup-buildroot//usr/share/man/man5 + /bin/install biosinfo.8 cat_nvram.8 guess.8 guess-helper.8 nvram-wakeup.8 rtc.8 set_timer.8 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/nvram-wakeup-buildroot (auto) Verifying and fixing files in /usr/src/tmp/nvram-wakeup-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/nvram-wakeup-buildroot/ (default) Compressing files in /usr/src/tmp/nvram-wakeup-buildroot (auto) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/set_timer.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/rtc.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/nvram-wakeup.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/guess-helper.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/guess.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/cat_nvram.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/biosinfo.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man5/nvram-wakeup.conf.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying ELF objects in /usr/src/tmp/nvram-wakeup-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/rtc: uses non-LFS functions: open verify-elf: WARNING: ./usr/sbin/nvram-wakeup: uses non-LFS functions: __open_2 fopen lseek open verify-elf: WARNING: ./usr/sbin/guess: uses non-LFS functions: lseek open verify-elf: WARNING: ./usr/sbin/cat_nvram: uses non-LFS functions: __open_2 lseek verify-elf: WARNING: ./usr/sbin/biosinfo: uses non-LFS functions: lseek open Hardlinking identical .pyc and .pyo files Processing files: nvram-wakeup-0.99b-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.6158 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nvram-wakup-0.99b + DOCDIR=/usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + export DOCDIR + rm -rf /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + /bin/mkdir -p /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + cp -prL README README.mb README.reboot HISTORY examples /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + chmod -R go-w /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + chmod -R a+rX /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0YnO3c find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8VtWYB find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) shell.req: /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin/guess-helper: invalid /bin/sh --rpm-requires output: executable("Please check the cat_nvram.log for the details, fix the errors and run\n") shell.req: /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin/guess-helper: invalid /bin/sh --rpm-requires output: executable("guess-helper again.\n") find-requires: FINDPACKAGE-COMMANDS: cat clear mkdir rm shutdown sleep which Requires: /bin/bash, /bin/sh, /lib/ld-linux.so.2, /sbin/shutdown, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH), termutils, which Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Mezcpw Creating nvram-wakeup-debuginfo package Processing files: nvram-wakeup-debuginfo-0.99b-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wVPETL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BUWv6r find-requires: running scripts (debuginfo) Requires: nvram-wakeup = 0.99b-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/nvram-wakeup-0.99b-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/nvram-wakeup-debuginfo-0.99b-alt1.qa1.i586.rpm (w2.lzdio) 9.44user 3.05system 0:15.25elapsed 81%CPU (0avgtext+0avgdata 33324maxresident)k 0inputs+0outputs (0major+440996minor)pagefaults 0swaps 11.83user 7.13system 0:20.97elapsed 90%CPU (0avgtext+0avgdata 33324maxresident)k 0inputs+0outputs (0major+611980minor)pagefaults 0swaps --- nvram-wakeup-0.99b-alt1.qa1.i586.rpm.repo 2013-04-18 13:28:34.000000000 +0000 +++ nvram-wakeup-0.99b-alt1.qa1.i586.rpm.hasher 2021-08-01 08:59:42.374447739 +0000 @@ -15,10 +15,10 @@ /usr/share/doc/nvram-wakeup-0.99b/examples/nvram-wakeup.conf 100644 root:root -/usr/share/man/man5/nvram-wakeup.conf.5.gz 100644 root:root -/usr/share/man/man8/biosinfo.8.gz 100644 root:root -/usr/share/man/man8/cat_nvram.8.gz 100644 root:root -/usr/share/man/man8/guess-helper.8.gz 100644 root:root -/usr/share/man/man8/guess.8.gz 100644 root:root -/usr/share/man/man8/nvram-wakeup.8.gz 100644 root:root -/usr/share/man/man8/rtc.8.gz 100644 root:root -/usr/share/man/man8/set_timer.8.gz 100644 root:root +/usr/share/man/man5/nvram-wakeup.conf.5.xz 100644 root:root +/usr/share/man/man8/biosinfo.8.xz 100644 root:root +/usr/share/man/man8/cat_nvram.8.xz 100644 root:root +/usr/share/man/man8/guess-helper.8.xz 100644 root:root +/usr/share/man/man8/guess.8.xz 100644 root:root +/usr/share/man/man8/nvram-wakeup.8.xz 100644 root:root +/usr/share/man/man8/rtc.8.xz 100644 root:root +/usr/share/man/man8/set_timer.8.xz 100644 root:root Requires: /bin/bash @@ -40,8 +40,8 @@ File: /etc/nvram-wakeup.conf 100644 root:root 4bc369170a5ad2b9976a8b31ec938a12 -File: /usr/sbin/biosinfo 100755 root:root 9c22b9050a3b59d219b52e938f62ed89 -File: /usr/sbin/cat_nvram 100755 root:root b8fca56e7ab9a3608908e62ed081bc6f -File: /usr/sbin/guess 100755 root:root 1854277dd44d525a79e4dbc4948b0bdf +File: /usr/sbin/biosinfo 100755 root:root 1fddbcb57b78bae34c0457563fd59723 +File: /usr/sbin/cat_nvram 100755 root:root 5856aa637def274e37e40cd9042644e6 +File: /usr/sbin/guess 100755 root:root f3cd16daef8179e3e06cf38b2a329b6c File: /usr/sbin/guess-helper 100755 root:root ba3c4896852c36953166902bc26b7a5a -File: /usr/sbin/nvram-wakeup 100755 root:root f89e9c627e4f4fb2adba77794396054a -File: /usr/sbin/rtc 100755 root:root aede1bf0e53eb20fc5c7a8412b6f6871 +File: /usr/sbin/nvram-wakeup 100755 root:root b0303c08598e359c57dab3da4cd0a91a +File: /usr/sbin/rtc 100755 root:root 70c1f454226cede99e745d653c6e54f7 File: /usr/sbin/set_timer 100755 root:root c606d8cc2c10a56b95128f6e7b3c78d4 @@ -54,10 +54,10 @@ File: /usr/share/doc/nvram-wakeup-0.99b/examples/nvram-wakeup.conf 100644 root:root 4bc369170a5ad2b9976a8b31ec938a12 -File: /usr/share/man/man5/nvram-wakeup.conf.5.gz 100644 root:root 89aeddd4c38f47adacff00d04c0b68e1 -File: /usr/share/man/man8/biosinfo.8.gz 100644 root:root 0f990d15ab37740420e46592f2e8bfd7 -File: /usr/share/man/man8/cat_nvram.8.gz 100644 root:root bac023e038feaddb577e53b9d79a8878 -File: /usr/share/man/man8/guess-helper.8.gz 100644 root:root cdd462c1802c934746c0a4e970fde349 -File: /usr/share/man/man8/guess.8.gz 100644 root:root 78b6e9c7fac7c8812288bdc79cd218cc -File: /usr/share/man/man8/nvram-wakeup.8.gz 100644 root:root 85e6b08f5c1244d5dd0a7bf45a28d2f1 -File: /usr/share/man/man8/rtc.8.gz 100644 root:root d286b4eae2ad0d9b338c3b7c8b1d0703 -File: /usr/share/man/man8/set_timer.8.gz 100644 root:root 9b25321324ecd69d14e238e32ec447bf -RPMIdentity: 69b7974d45eb7d96406bc0edaeb71a50a154d1b65c8f00e70deec57c601e45a6359dd4bd5588737a9826863e6e8f4c6b1e974bb43c4de28d266e8dd286bd4e91 +File: /usr/share/man/man5/nvram-wakeup.conf.5.xz 100644 root:root b60744dea8db33d20d3c56a8f68eeb19 +File: /usr/share/man/man8/biosinfo.8.xz 100644 root:root eed802b749783eb71536b9336d4cfab9 +File: /usr/share/man/man8/cat_nvram.8.xz 100644 root:root 327a93d46e001b3f5037e7c9f82606ae +File: /usr/share/man/man8/guess-helper.8.xz 100644 root:root 1178a424362781d3fa8d32b73f4a5e8b +File: /usr/share/man/man8/guess.8.xz 100644 root:root 501b198c9e8e7d6bdbd3d56586d1f80a +File: /usr/share/man/man8/nvram-wakeup.8.xz 100644 root:root ab0dde9764c18e92f1b7d5a2a338deff +File: /usr/share/man/man8/rtc.8.xz 100644 root:root 601b3e081202067709760b52f5d15725 +File: /usr/share/man/man8/set_timer.8.xz 100644 root:root 521f5770cba0313976efe4331e3855e2 +RPMIdentity: b9a1672223ad43aaa05810f025217b02d3d798e5bdb89039f8760d8312f485a341360c6085ee2f23cbc8792947f632cec65ccfcd28d797a4a59596ff25e828ea --- nvram-wakeup-debuginfo-0.99b-alt1.qa1.i586.rpm.repo 2013-04-18 13:28:34.000000000 +0000 +++ nvram-wakeup-debuginfo-0.99b-alt1.qa1.i586.rpm.hasher 2021-08-01 08:59:42.537442295 +0000 @@ -1,16 +1,16 @@ -/usr/lib/debug/.build-id/35 40755 root:root -/usr/lib/debug/.build-id/35/2f224a924fe8d465f81c7bce8fa26a69649a2a 120777 root:root ../../../../sbin/nvram-wakeup -/usr/lib/debug/.build-id/35/2f224a924fe8d465f81c7bce8fa26a69649a2a.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug -/usr/lib/debug/.build-id/5a 40755 root:root -/usr/lib/debug/.build-id/5a/fc3bb415f0f9750304ddc625daf46aa06b0d78 120777 root:root ../../../../sbin/cat_nvram -/usr/lib/debug/.build-id/5a/fc3bb415f0f9750304ddc625daf46aa06b0d78.debug 120777 root:root ../../usr/sbin/cat_nvram.debug -/usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/44d4c4c7e2ba690d225009e732c25d48a697bc 120777 root:root ../../../../sbin/biosinfo -/usr/lib/debug/.build-id/c2/44d4c4c7e2ba690d225009e732c25d48a697bc.debug 120777 root:root ../../usr/sbin/biosinfo.debug -/usr/lib/debug/.build-id/e5 40755 root:root -/usr/lib/debug/.build-id/e5/6d481b057321afb14733bd011446cfe1ffff1c 120777 root:root ../../../../sbin/rtc -/usr/lib/debug/.build-id/e5/6d481b057321afb14733bd011446cfe1ffff1c.debug 120777 root:root ../../usr/sbin/rtc.debug -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/3f1fb445cf4ab92148b9e6e84d70db2013f0eb 120777 root:root ../../../../sbin/guess -/usr/lib/debug/.build-id/ee/3f1fb445cf4ab92148b9e6e84d70db2013f0eb.debug 120777 root:root ../../usr/sbin/guess.debug +/usr/lib/debug/.build-id/4b 40755 root:root +/usr/lib/debug/.build-id/4b/c5daa561be3020095a79d8dc0f225bc6e8dd5d 120777 root:root ../../../../sbin/guess +/usr/lib/debug/.build-id/4b/c5daa561be3020095a79d8dc0f225bc6e8dd5d.debug 120777 root:root ../../usr/sbin/guess.debug +/usr/lib/debug/.build-id/6e 40755 root:root +/usr/lib/debug/.build-id/6e/d65fadfbbfb29fcf90292ac8347447ed2349e2 120777 root:root ../../../../sbin/rtc +/usr/lib/debug/.build-id/6e/d65fadfbbfb29fcf90292ac8347447ed2349e2.debug 120777 root:root ../../usr/sbin/rtc.debug +/usr/lib/debug/.build-id/aa 40755 root:root +/usr/lib/debug/.build-id/aa/51d69fb9e766d3556abb68831ccc68723c30ef 120777 root:root ../../../../sbin/nvram-wakeup +/usr/lib/debug/.build-id/aa/51d69fb9e766d3556abb68831ccc68723c30ef.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug +/usr/lib/debug/.build-id/b9 40755 root:root +/usr/lib/debug/.build-id/b9/a6f38080c4de9d107b3b6f1171f413eaf7789f 120777 root:root ../../../../sbin/biosinfo +/usr/lib/debug/.build-id/b9/a6f38080c4de9d107b3b6f1171f413eaf7789f.debug 120777 root:root ../../usr/sbin/biosinfo.debug +/usr/lib/debug/.build-id/f1 40755 root:root +/usr/lib/debug/.build-id/f1/5604bdf9f458357052b4b8044bfdf426dd5ed0 120777 root:root ../../../../sbin/cat_nvram +/usr/lib/debug/.build-id/f1/5604bdf9f458357052b4b8044bfdf426dd5ed0.debug 120777 root:root ../../usr/sbin/cat_nvram.debug /usr/lib/debug/usr/sbin/biosinfo.debug 100644 root:root @@ -42,22 +42,22 @@ Provides: nvram-wakeup-debuginfo = 0.99b-alt1.qa1 -File: /usr/lib/debug/.build-id/35 40755 root:root -File: /usr/lib/debug/.build-id/35/2f224a924fe8d465f81c7bce8fa26a69649a2a 120777 root:root ../../../../sbin/nvram-wakeup -File: /usr/lib/debug/.build-id/35/2f224a924fe8d465f81c7bce8fa26a69649a2a.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug -File: /usr/lib/debug/.build-id/5a 40755 root:root -File: /usr/lib/debug/.build-id/5a/fc3bb415f0f9750304ddc625daf46aa06b0d78 120777 root:root ../../../../sbin/cat_nvram -File: /usr/lib/debug/.build-id/5a/fc3bb415f0f9750304ddc625daf46aa06b0d78.debug 120777 root:root ../../usr/sbin/cat_nvram.debug -File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/44d4c4c7e2ba690d225009e732c25d48a697bc 120777 root:root ../../../../sbin/biosinfo -File: /usr/lib/debug/.build-id/c2/44d4c4c7e2ba690d225009e732c25d48a697bc.debug 120777 root:root ../../usr/sbin/biosinfo.debug -File: /usr/lib/debug/.build-id/e5 40755 root:root -File: /usr/lib/debug/.build-id/e5/6d481b057321afb14733bd011446cfe1ffff1c 120777 root:root ../../../../sbin/rtc -File: /usr/lib/debug/.build-id/e5/6d481b057321afb14733bd011446cfe1ffff1c.debug 120777 root:root ../../usr/sbin/rtc.debug -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/3f1fb445cf4ab92148b9e6e84d70db2013f0eb 120777 root:root ../../../../sbin/guess -File: /usr/lib/debug/.build-id/ee/3f1fb445cf4ab92148b9e6e84d70db2013f0eb.debug 120777 root:root ../../usr/sbin/guess.debug -File: /usr/lib/debug/usr/sbin/biosinfo.debug 100644 root:root 18501202766303277a37abb51a4835d8 -File: /usr/lib/debug/usr/sbin/cat_nvram.debug 100644 root:root 9c211ea49a78bd4425a965ff35bc4e1a -File: /usr/lib/debug/usr/sbin/guess.debug 100644 root:root 82e8b46046bafbf6de9865f3a3f34467 -File: /usr/lib/debug/usr/sbin/nvram-wakeup.debug 100644 root:root 955404ecd382fb647d5bfa78c1763855 -File: /usr/lib/debug/usr/sbin/rtc.debug 100644 root:root bea250e6768dc11de3eb46b4b5d597f7 +File: /usr/lib/debug/.build-id/4b 40755 root:root +File: /usr/lib/debug/.build-id/4b/c5daa561be3020095a79d8dc0f225bc6e8dd5d 120777 root:root ../../../../sbin/guess +File: /usr/lib/debug/.build-id/4b/c5daa561be3020095a79d8dc0f225bc6e8dd5d.debug 120777 root:root ../../usr/sbin/guess.debug +File: /usr/lib/debug/.build-id/6e 40755 root:root +File: /usr/lib/debug/.build-id/6e/d65fadfbbfb29fcf90292ac8347447ed2349e2 120777 root:root ../../../../sbin/rtc +File: /usr/lib/debug/.build-id/6e/d65fadfbbfb29fcf90292ac8347447ed2349e2.debug 120777 root:root ../../usr/sbin/rtc.debug +File: /usr/lib/debug/.build-id/aa 40755 root:root +File: /usr/lib/debug/.build-id/aa/51d69fb9e766d3556abb68831ccc68723c30ef 120777 root:root ../../../../sbin/nvram-wakeup +File: /usr/lib/debug/.build-id/aa/51d69fb9e766d3556abb68831ccc68723c30ef.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug +File: /usr/lib/debug/.build-id/b9 40755 root:root +File: /usr/lib/debug/.build-id/b9/a6f38080c4de9d107b3b6f1171f413eaf7789f 120777 root:root ../../../../sbin/biosinfo +File: /usr/lib/debug/.build-id/b9/a6f38080c4de9d107b3b6f1171f413eaf7789f.debug 120777 root:root ../../usr/sbin/biosinfo.debug +File: /usr/lib/debug/.build-id/f1 40755 root:root +File: /usr/lib/debug/.build-id/f1/5604bdf9f458357052b4b8044bfdf426dd5ed0 120777 root:root ../../../../sbin/cat_nvram +File: /usr/lib/debug/.build-id/f1/5604bdf9f458357052b4b8044bfdf426dd5ed0.debug 120777 root:root ../../usr/sbin/cat_nvram.debug +File: /usr/lib/debug/usr/sbin/biosinfo.debug 100644 root:root 8c834fbd3ac762bcd64841f51894e035 +File: /usr/lib/debug/usr/sbin/cat_nvram.debug 100644 root:root a6e2431434c2b8e23582c0a8de8a4f73 +File: /usr/lib/debug/usr/sbin/guess.debug 100644 root:root 5ef6d3ea6ba296b88254c4ee0fe9ca9f +File: /usr/lib/debug/usr/sbin/nvram-wakeup.debug 100644 root:root b116d3f89c66fd0f2f84bfd0aca541cf +File: /usr/lib/debug/usr/sbin/rtc.debug 100644 root:root 9413609cad1420d7d6318424d5398fbb File: /usr/src/debug/nvram-wakup-0.99b 40755 root:root @@ -79,2 +79,2 @@ File: /usr/src/debug/nvram-wakup-0.99b/tools.c 100644 root:root 2cb4991296b636cd5138510debce94a7 -RPMIdentity: 10c6fae377b35304963491eaa4cec578934825fc7b7507e3efc8d747f5825b319e70f42c7699521d95ec467a8472821050bbc25fffc1d4ef0dfbaa4fbf4ad819 +RPMIdentity: 0d059c356bd8c76044ee59076e0050446e8fd9459d0ad0b86c55ff95343290c3021019b2dcae9e0dba514719ae3a0336ab001f249d6705733612caa08d2f0849