<86>Dec 2 04:36:27 userdel[3516992]: delete user 'rooter' <86>Dec 2 04:36:27 userdel[3516992]: removed group 'rooter' owned by 'rooter' <86>Dec 2 04:36:27 userdel[3516992]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 2 04:36:27 groupadd[3517026]: group added to /etc/group: name=rooter, GID=1871 <86>Dec 2 04:36:27 groupadd[3517026]: group added to /etc/gshadow: name=rooter <86>Dec 2 04:36:27 groupadd[3517026]: new group: name=rooter, GID=1871 <86>Dec 2 04:36:27 useradd[3517043]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Dec 2 04:36:27 userdel[3517075]: delete user 'builder' <86>Dec 2 04:36:27 userdel[3517075]: removed group 'builder' owned by 'builder' <86>Dec 2 04:36:27 userdel[3517075]: removed shadow group 'builder' owned by 'builder' <86>Dec 2 04:36:27 groupadd[3517116]: group added to /etc/group: name=builder, GID=1872 <86>Dec 2 04:36:27 groupadd[3517116]: group added to /etc/gshadow: name=builder <86>Dec 2 04:36:27 groupadd[3517116]: new group: name=builder, GID=1872 <86>Dec 2 04:36:27 useradd[3517142]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/nvram-wakeup-0.99b-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL 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.98729 + 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.98729 + 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=] 169 | 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:964, from tools.c:26: In function 'sprintf', inlined from 'xxd' at tools.c:169:11: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 50 and 51 bytes into a destination of size 49 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __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] 117 | 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' 118 | 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 126504 23272 960 150736 24cd0 nvram-wakeup 2149 336 4 2489 9b9 rtc 2019 324 4 2347 92b time 9651 400 56 10107 277b biosinfo 15473 420 1108 17001 4269 guess 7351 404 24 7779 1e63 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.23946 + 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 Processing files: nvram-wakeup-0.99b-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.23946 + 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.ZJrTsU 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.QNvkO3 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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") shell.req: /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin/guess-helper: shutdown indexed by: /sbin/shutdown -> /sbin/shutdown, /usr/sbin/shutdown -> shepherd shell.req: /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin/guess-helper: shutdown -> /sbin/shutdown -> /sbin/shutdown (ambiguous, via contents_index_bin) 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.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), 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.qINfwB 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.wqRvd8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FsOt3E 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) 1.95user 1.39system 0:07.20elapsed 46%CPU (0avgtext+0avgdata 34888maxresident)k 0inputs+0outputs (0major+417347minor)pagefaults 0swaps /.out/nvram-wakeup-0.99b-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/nvram-wakeup-debuginfo-0.99b-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 0.52user 0.80system 0:10.12elapsed 13%CPU (0avgtext+0avgdata 12144maxresident)k 0inputs+0outputs (0major+95426minor)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 2023-12-02 04:36:35.611907857 +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 @@ -30,4 +30,7 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) +Requires: libc.so.6(GLIBC_2.38) Requires: libc.so.6(GLIBC_2.4) @@ -40,8 +43,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 f308497a4f84a3931ae8f548648bbd43 +File: /usr/sbin/cat_nvram 100755 root:root c1c4d20ee239896750afcb13194dcb2e +File: /usr/sbin/guess 100755 root:root 2a7eb01efb7a4caf4ee870368be4cd02 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 cba9d7651064ec040af0cf4d8bcc43bf +File: /usr/sbin/rtc 100755 root:root 8d986f37625789e80911a767d42d5c34 File: /usr/sbin/set_timer 100755 root:root c606d8cc2c10a56b95128f6e7b3c78d4 @@ -54,10 +57,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: 9b68e876ba0b625934cdb189703afc8ff3b09b382149e4ea30ebd580d8ec0d7d1d9e77fb1e6985bcd05083e7f02f0d0ede4d283986c29681b1ff51b2d0153a19 --- 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 2023-12-02 04:36:35.658908390 +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/12 40755 root:root +/usr/lib/debug/.build-id/12/b08bfc9a46e97de7b09b2b831ee56c13c7119d 120777 root:root ../../../../sbin/biosinfo +/usr/lib/debug/.build-id/12/b08bfc9a46e97de7b09b2b831ee56c13c7119d.debug 120777 root:root ../../usr/sbin/biosinfo.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/64eba54b3a25e82e0f6ee1567e664fece8cb3b 120777 root:root ../../../../sbin/cat_nvram +/usr/lib/debug/.build-id/20/64eba54b3a25e82e0f6ee1567e664fece8cb3b.debug 120777 root:root ../../usr/sbin/cat_nvram.debug +/usr/lib/debug/.build-id/2d 40755 root:root +/usr/lib/debug/.build-id/2d/a399d83e7b206abb4e32213ccec6dbacc7f6f2 120777 root:root ../../../../sbin/rtc +/usr/lib/debug/.build-id/2d/a399d83e7b206abb4e32213ccec6dbacc7f6f2.debug 120777 root:root ../../usr/sbin/rtc.debug +/usr/lib/debug/.build-id/77 40755 root:root +/usr/lib/debug/.build-id/77/8ae7fdd6f0b2ecb0e999d1fa177ea0c465fe8a 120777 root:root ../../../../sbin/nvram-wakeup +/usr/lib/debug/.build-id/77/8ae7fdd6f0b2ecb0e999d1fa177ea0c465fe8a.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug +/usr/lib/debug/.build-id/82 40755 root:root +/usr/lib/debug/.build-id/82/781950b72cee84a84b95811e9354e1c2e0f911 120777 root:root ../../../../sbin/guess +/usr/lib/debug/.build-id/82/781950b72cee84a84b95811e9354e1c2e0f911.debug 120777 root:root ../../usr/sbin/guess.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/12 40755 root:root +File: /usr/lib/debug/.build-id/12/b08bfc9a46e97de7b09b2b831ee56c13c7119d 120777 root:root ../../../../sbin/biosinfo +File: /usr/lib/debug/.build-id/12/b08bfc9a46e97de7b09b2b831ee56c13c7119d.debug 120777 root:root ../../usr/sbin/biosinfo.debug +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/64eba54b3a25e82e0f6ee1567e664fece8cb3b 120777 root:root ../../../../sbin/cat_nvram +File: /usr/lib/debug/.build-id/20/64eba54b3a25e82e0f6ee1567e664fece8cb3b.debug 120777 root:root ../../usr/sbin/cat_nvram.debug +File: /usr/lib/debug/.build-id/2d 40755 root:root +File: /usr/lib/debug/.build-id/2d/a399d83e7b206abb4e32213ccec6dbacc7f6f2 120777 root:root ../../../../sbin/rtc +File: /usr/lib/debug/.build-id/2d/a399d83e7b206abb4e32213ccec6dbacc7f6f2.debug 120777 root:root ../../usr/sbin/rtc.debug +File: /usr/lib/debug/.build-id/77 40755 root:root +File: /usr/lib/debug/.build-id/77/8ae7fdd6f0b2ecb0e999d1fa177ea0c465fe8a 120777 root:root ../../../../sbin/nvram-wakeup +File: /usr/lib/debug/.build-id/77/8ae7fdd6f0b2ecb0e999d1fa177ea0c465fe8a.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug +File: /usr/lib/debug/.build-id/82 40755 root:root +File: /usr/lib/debug/.build-id/82/781950b72cee84a84b95811e9354e1c2e0f911 120777 root:root ../../../../sbin/guess +File: /usr/lib/debug/.build-id/82/781950b72cee84a84b95811e9354e1c2e0f911.debug 120777 root:root ../../usr/sbin/guess.debug +File: /usr/lib/debug/usr/sbin/biosinfo.debug 100644 root:root f552efe91a3518f17ce11a6d9990ebac +File: /usr/lib/debug/usr/sbin/cat_nvram.debug 100644 root:root 7481409acb1a3814f6b2de09146d2af9 +File: /usr/lib/debug/usr/sbin/guess.debug 100644 root:root 13d524fc2cbb23bd50fd05f209d81547 +File: /usr/lib/debug/usr/sbin/nvram-wakeup.debug 100644 root:root 9fa15afacfba4412fea03e165760d252 +File: /usr/lib/debug/usr/sbin/rtc.debug 100644 root:root 9ee4c107784293073e66f41d36267e7b 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: b3356cfd6feb7e40d087c3563953e131cf1814b1bc12d61d9b0a3d6d3f0f6f10bd80da1a6c298ca4e9d1391b3d016ade24925445461e3133f9b2f6d0dcbcc20e