<86>May 4 02:05:18 userdel[1763783]: delete user 'rooter' <86>May 4 02:05:18 userdel[1763783]: removed group 'rooter' owned by 'rooter' <86>May 4 02:05:18 userdel[1763783]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 02:05:18 groupadd[1763808]: group added to /etc/group: name=rooter, GID=1871 <86>May 4 02:05:18 groupadd[1763808]: group added to /etc/gshadow: name=rooter <86>May 4 02:05:18 groupadd[1763808]: new group: name=rooter, GID=1871 <86>May 4 02:05:18 useradd[1763835]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>May 4 02:05:18 userdel[1763871]: delete user 'builder' <86>May 4 02:05:18 userdel[1763871]: removed group 'builder' owned by 'builder' <86>May 4 02:05:18 userdel[1763871]: removed shadow group 'builder' owned by 'builder' <86>May 4 02:05:18 groupadd[1763908]: group added to /etc/group: name=builder, GID=1872 <86>May 4 02:05:18 groupadd[1763908]: group added to /etc/gshadow: name=builder <86>May 4 02:05:18 groupadd[1763908]: new group: name=builder, GID=1872 <86>May 4 02:05:18 useradd[1763937]: 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: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.61228 + 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.61228 + 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 bios.c: In function '__dmi_string': bios.c:75:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 75 | if ( (int)bp >= (int)data ) return NULL; /* broken DMI entry */ | ^ bios.c:75:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 75 | if ( (int)bp >= (int)data ) return NULL; /* broken DMI entry */ | ^ bios.c: In function '__dmi_probe': bios.c:139:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 139 | if ( (int)data - (int)entry >= size-4 ) break; /* broken DMI euntry */ | ^ bios.c:139:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 139 | if ( (int)data - (int)entry >= size-4 ) break; /* broken DMI euntry */ | ^ bios.c:143:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 143 | i, (int)data - (int)entry, dm->type, dm->size, dm->size ); | ^ bios.c:143:66: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 143 | i, (int)data - (int)entry, dm->type, dm->size, dm->size ); | ^ 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:71:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 71 | int * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b)); | ^ readconf.c:71:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 71 | int * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b)); | ^ readconf.c:71:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 71 | int * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b)); | ^ readconf.c:71:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 71 | int * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b)); | ^ 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 guess.c: In function 'main': guess.c:215:67: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 215 | fprintf(stderr, "Couldn't allocate enough memory (%d Bytes) for a string.\n", sizeof("dd.hh.mm.ss+")); | ~^ ~~~~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld 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 205781 46440 1056 253277 3dd5d nvram-wakeup 2268 652 16 2936 b78 rtc 2130 636 4 2770 ad2 time 10180 772 136 11088 2b50 biosinfo 15414 812 1176 17402 43fa guess 7670 780 72 8522 214a 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.85557 + 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:/usr/bin:/bin:/usr/local/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) mode of 'usr/share/man/man8/set_timer.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/rtc.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/nvram-wakeup.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/guess-helper.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/guess.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/cat_nvram.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/biosinfo.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man5/nvram-wakeup.conf.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) 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) 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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/nvram-wakeup-buildroot Processing files: nvram-wakeup-0.99b-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.64018 + 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.uvN0fP 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.Nb7aGi 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, /lib64/ld-linux-x86-64.so.2, /sbin/shutdown, coreutils, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH), termutils, which Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.h09uYH 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.z97jPH find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8EdlDm find-requires: running scripts (debuginfo) Requires: nvram-wakeup = 0.99b-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/nvram-wakeup-0.99b-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/nvram-wakeup-debuginfo-0.99b-alt1.qa1.x86_64.rpm (w2.lzdio) 1.64user 2.42system 0:07.29elapsed 55%CPU (0avgtext+0avgdata 42232maxresident)k 0inputs+0outputs (0major+451414minor)pagefaults 0swaps /.out/nvram-wakeup-0.99b-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/nvram-wakeup-debuginfo-0.99b-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.52user 1.91system 0:12.46elapsed 19%CPU (0avgtext+0avgdata 12448maxresident)k 0inputs+0outputs (0major+95338minor)pagefaults 0swaps --- nvram-wakeup-0.99b-alt1.qa1.x86_64.rpm.repo 2013-04-18 13:28:33.000000000 +0000 +++ nvram-wakeup-0.99b-alt1.qa1.x86_64.rpm.hasher 2024-05-04 02:05:27.708901386 +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 @@ -28,3 +28,2 @@ Requires: coreutils -Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -32,2 +31,4 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libc.so.6(GLIBC_2.38)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -40,8 +41,8 @@ File: /etc/nvram-wakeup.conf 100644 root:root 4bc369170a5ad2b9976a8b31ec938a12 -File: /usr/sbin/biosinfo 100755 root:root 6c5f0eb9143c5754293b0f338395c559 -File: /usr/sbin/cat_nvram 100755 root:root 13feedfce4452c354538577d5bc447e3 -File: /usr/sbin/guess 100755 root:root e5f3922412011f86179e3ca3a3cad7ae +File: /usr/sbin/biosinfo 100755 root:root c2496409af38581bfcf7a1ce9cc409cd +File: /usr/sbin/cat_nvram 100755 root:root 89b3043d5561eeac561d11b275929754 +File: /usr/sbin/guess 100755 root:root 88d4cf3ace7bcaa3a6074796a5ba148d File: /usr/sbin/guess-helper 100755 root:root ba3c4896852c36953166902bc26b7a5a -File: /usr/sbin/nvram-wakeup 100755 root:root 410dfdb05397d15598db65fb884032c6 -File: /usr/sbin/rtc 100755 root:root cd6fa805be4d23e5fce3afd1596048e0 +File: /usr/sbin/nvram-wakeup 100755 root:root 700626f6f881bf40857898faa67a4b76 +File: /usr/sbin/rtc 100755 root:root dbe02dec2f981becdc4273c71af02ece File: /usr/sbin/set_timer 100755 root:root c606d8cc2c10a56b95128f6e7b3c78d4 @@ -54,10 +55,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: 8f303da35ae1d0181c2eefe57f2d3abee8135d8f30ade943e5e7056160643427aafe14ee6fb555e3a00cc4836f8f39c9ac0584f412b5a44d380c4e91baeb4354 +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: db4d8562ba529b7d63441e151853a6e075caeff7f35bfae03b46c228c027e2d23b4c46620942ec91b5b5e2326df4c1031491a4f8ec81a19156f211bd03702a47 --- nvram-wakeup-debuginfo-0.99b-alt1.qa1.x86_64.rpm.repo 2013-04-18 13:28:33.000000000 +0000 +++ nvram-wakeup-debuginfo-0.99b-alt1.qa1.x86_64.rpm.hasher 2024-05-04 02:05:27.781902315 +0000 @@ -1,16 +1,16 @@ -/usr/lib/debug/.build-id/6d 40755 root:root -/usr/lib/debug/.build-id/6d/1dd2649608e5d51393623a40a7b5fc381c6cb5 120777 root:root ../../../../sbin/guess -/usr/lib/debug/.build-id/6d/1dd2649608e5d51393623a40a7b5fc381c6cb5.debug 120777 root:root ../../usr/sbin/guess.debug -/usr/lib/debug/.build-id/6e 40755 root:root -/usr/lib/debug/.build-id/6e/5d4c7b88020e044680142374e89c09ff157403 120777 root:root ../../../../sbin/cat_nvram -/usr/lib/debug/.build-id/6e/5d4c7b88020e044680142374e89c09ff157403.debug 120777 root:root ../../usr/sbin/cat_nvram.debug -/usr/lib/debug/.build-id/7a 40755 root:root -/usr/lib/debug/.build-id/7a/1f43e476ca18fbd4f30d72b371f3cd33ccd274 120777 root:root ../../../../sbin/nvram-wakeup -/usr/lib/debug/.build-id/7a/1f43e476ca18fbd4f30d72b371f3cd33ccd274.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug -/usr/lib/debug/.build-id/c4 40755 root:root -/usr/lib/debug/.build-id/c4/c8f6af98b662263ed87a66f0f0fabd19befed8 120777 root:root ../../../../sbin/biosinfo -/usr/lib/debug/.build-id/c4/c8f6af98b662263ed87a66f0f0fabd19befed8.debug 120777 root:root ../../usr/sbin/biosinfo.debug -/usr/lib/debug/.build-id/ed 40755 root:root -/usr/lib/debug/.build-id/ed/1393979f452e3b84ab30486532069d89a14234 120777 root:root ../../../../sbin/rtc -/usr/lib/debug/.build-id/ed/1393979f452e3b84ab30486532069d89a14234.debug 120777 root:root ../../usr/sbin/rtc.debug +/usr/lib/debug/.build-id/2d 40755 root:root +/usr/lib/debug/.build-id/2d/6834b8b544fa29d913784400959e250325c0e3 120777 root:root ../../../../sbin/rtc +/usr/lib/debug/.build-id/2d/6834b8b544fa29d913784400959e250325c0e3.debug 120777 root:root ../../usr/sbin/rtc.debug +/usr/lib/debug/.build-id/4f 40755 root:root +/usr/lib/debug/.build-id/4f/c7b0cc33d49067a10b0b42dec95b484ef3b901 120777 root:root ../../../../sbin/guess +/usr/lib/debug/.build-id/4f/c7b0cc33d49067a10b0b42dec95b484ef3b901.debug 120777 root:root ../../usr/sbin/guess.debug +/usr/lib/debug/.build-id/96 40755 root:root +/usr/lib/debug/.build-id/96/dc7457a9ce35968416ccd2310351e3886c5164 120777 root:root ../../../../sbin/nvram-wakeup +/usr/lib/debug/.build-id/96/dc7457a9ce35968416ccd2310351e3886c5164.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug +/usr/lib/debug/.build-id/b0 40755 root:root +/usr/lib/debug/.build-id/b0/5a2f7565f4eff83a648187a18f67abce6ced64 120777 root:root ../../../../sbin/cat_nvram +/usr/lib/debug/.build-id/b0/5a2f7565f4eff83a648187a18f67abce6ced64.debug 120777 root:root ../../usr/sbin/cat_nvram.debug +/usr/lib/debug/.build-id/be 40755 root:root +/usr/lib/debug/.build-id/be/3e1c871d907d8730777b86a830092704721660 120777 root:root ../../../../sbin/biosinfo +/usr/lib/debug/.build-id/be/3e1c871d907d8730777b86a830092704721660.debug 120777 root:root ../../usr/sbin/biosinfo.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/6d 40755 root:root -File: /usr/lib/debug/.build-id/6d/1dd2649608e5d51393623a40a7b5fc381c6cb5 120777 root:root ../../../../sbin/guess -File: /usr/lib/debug/.build-id/6d/1dd2649608e5d51393623a40a7b5fc381c6cb5.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/5d4c7b88020e044680142374e89c09ff157403 120777 root:root ../../../../sbin/cat_nvram -File: /usr/lib/debug/.build-id/6e/5d4c7b88020e044680142374e89c09ff157403.debug 120777 root:root ../../usr/sbin/cat_nvram.debug -File: /usr/lib/debug/.build-id/7a 40755 root:root -File: /usr/lib/debug/.build-id/7a/1f43e476ca18fbd4f30d72b371f3cd33ccd274 120777 root:root ../../../../sbin/nvram-wakeup -File: /usr/lib/debug/.build-id/7a/1f43e476ca18fbd4f30d72b371f3cd33ccd274.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug -File: /usr/lib/debug/.build-id/c4 40755 root:root -File: /usr/lib/debug/.build-id/c4/c8f6af98b662263ed87a66f0f0fabd19befed8 120777 root:root ../../../../sbin/biosinfo -File: /usr/lib/debug/.build-id/c4/c8f6af98b662263ed87a66f0f0fabd19befed8.debug 120777 root:root ../../usr/sbin/biosinfo.debug -File: /usr/lib/debug/.build-id/ed 40755 root:root -File: /usr/lib/debug/.build-id/ed/1393979f452e3b84ab30486532069d89a14234 120777 root:root ../../../../sbin/rtc -File: /usr/lib/debug/.build-id/ed/1393979f452e3b84ab30486532069d89a14234.debug 120777 root:root ../../usr/sbin/rtc.debug -File: /usr/lib/debug/usr/sbin/biosinfo.debug 100644 root:root ae929352bce7ddd61e6dee8ad1fdb1e0 -File: /usr/lib/debug/usr/sbin/cat_nvram.debug 100644 root:root ec63693df4b654ad1c1f7e7d4ed1aa72 -File: /usr/lib/debug/usr/sbin/guess.debug 100644 root:root 85cfb246a1766832ea7664c6851734bd -File: /usr/lib/debug/usr/sbin/nvram-wakeup.debug 100644 root:root 96fe6ee6760c6da7f584cf11b6220e75 -File: /usr/lib/debug/usr/sbin/rtc.debug 100644 root:root 098afd3f27a321a0975b691000209eb3 +File: /usr/lib/debug/.build-id/2d 40755 root:root +File: /usr/lib/debug/.build-id/2d/6834b8b544fa29d913784400959e250325c0e3 120777 root:root ../../../../sbin/rtc +File: /usr/lib/debug/.build-id/2d/6834b8b544fa29d913784400959e250325c0e3.debug 120777 root:root ../../usr/sbin/rtc.debug +File: /usr/lib/debug/.build-id/4f 40755 root:root +File: /usr/lib/debug/.build-id/4f/c7b0cc33d49067a10b0b42dec95b484ef3b901 120777 root:root ../../../../sbin/guess +File: /usr/lib/debug/.build-id/4f/c7b0cc33d49067a10b0b42dec95b484ef3b901.debug 120777 root:root ../../usr/sbin/guess.debug +File: /usr/lib/debug/.build-id/96 40755 root:root +File: /usr/lib/debug/.build-id/96/dc7457a9ce35968416ccd2310351e3886c5164 120777 root:root ../../../../sbin/nvram-wakeup +File: /usr/lib/debug/.build-id/96/dc7457a9ce35968416ccd2310351e3886c5164.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug +File: /usr/lib/debug/.build-id/b0 40755 root:root +File: /usr/lib/debug/.build-id/b0/5a2f7565f4eff83a648187a18f67abce6ced64 120777 root:root ../../../../sbin/cat_nvram +File: /usr/lib/debug/.build-id/b0/5a2f7565f4eff83a648187a18f67abce6ced64.debug 120777 root:root ../../usr/sbin/cat_nvram.debug +File: /usr/lib/debug/.build-id/be 40755 root:root +File: /usr/lib/debug/.build-id/be/3e1c871d907d8730777b86a830092704721660 120777 root:root ../../../../sbin/biosinfo +File: /usr/lib/debug/.build-id/be/3e1c871d907d8730777b86a830092704721660.debug 120777 root:root ../../usr/sbin/biosinfo.debug +File: /usr/lib/debug/usr/sbin/biosinfo.debug 100644 root:root 52575f9c62ca09f2bf6a010204013760 +File: /usr/lib/debug/usr/sbin/cat_nvram.debug 100644 root:root 32e557c5f8fd38aa542f5d9bbd00c469 +File: /usr/lib/debug/usr/sbin/guess.debug 100644 root:root 3e342a6ba049d0b424e7ab713cad3c75 +File: /usr/lib/debug/usr/sbin/nvram-wakeup.debug 100644 root:root 1d49377b866c44dd03948061fc2ee205 +File: /usr/lib/debug/usr/sbin/rtc.debug 100644 root:root 65a444dbe769527e1157cdb2ff52acd9 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: b8e4c4b7a6809ae6436008573ee562d7882a6b29f69054a0c85cd633d3a17b07231a56b49e8851ccd581e8711dc69aa688ed6205b6dcbd327170efd40845809d +RPMIdentity: 470f1c600a19feb4a7b2c4278e47cc1f02322686f75a062b372753ab83cc4c02c5032b14db80bd10a44b48d56ad8bd6578bf0b9d3c29b8f245440d97cfb3197d