<86>Mar 24 10:12:24 userdel[1278329]: delete user 'rooter'
<86>Mar 24 10:12:24 userdel[1278329]: removed group 'rooter' owned by 'rooter'
<86>Mar 24 10:12:24 userdel[1278329]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 24 10:12:24 groupadd[1278347]: group added to /etc/group: name=rooter, GID=1868
<86>Mar 24 10:12:24 groupadd[1278347]: group added to /etc/gshadow: name=rooter
<86>Mar 24 10:12:24 groupadd[1278347]: new group: name=rooter, GID=1868
<86>Mar 24 10:12:24 useradd[1278358]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash
<86>Mar 24 10:12:24 userdel[1278382]: delete user 'builder'
<86>Mar 24 10:12:24 userdel[1278382]: removed group 'builder' owned by 'builder'
<86>Mar 24 10:12:24 userdel[1278382]: removed shadow group 'builder' owned by 'builder'
<86>Mar 24 10:12:24 groupadd[1278409]: group added to /etc/group: name=builder, GID=1869
<86>Mar 24 10:12:24 groupadd[1278409]: group added to /etc/gshadow: name=builder
<86>Mar 24 10:12:24 groupadd[1278409]: new group: name=builder, GID=1869
<86>Mar 24 10:12:24 useradd[1278431]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash
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.79370
+ 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.79370
+ 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]
           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]
           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]
                     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]
                     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]
                                                   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]
                                                   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=]
           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:71:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      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]
      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]
      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]
      int  * prev = (int *)((int)(&lnrs) + ((int)ptr - (int)b));
                    ^
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
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=]
                fprintf(stderr, "Couldn't allocate enough memory (%d Bytes) for a string.\n", sizeof("dd.hh.mm.ss+"));
                                                                  ~^                          ~~~~~~~~~~~~~~~~~~~~~~
                                                                  %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
 125632	   1448	   1056	 128136	  1f488	nvram-wakeup
   1995	    588	     16	   2599	    a27	rtc
   1832	    572	      4	   2408	    968	time
   8390	    708	    136	   9234	   2412	biosinfo
  13207	    732	   1184	  15123	   3b13	guess
   7278	    716	     72	   8066	   1f82	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.60644
+ 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)
Hardlinking identical .pyc and .pyo files
Processing files: nvram-wakeup-0.99b-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.79798
+ 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.kKqOU4
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.lyE15a
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, /lib64/ld-linux-x86-64.so.2, /sbin/shutdown, coreutils, libc.so.6(GLIBC_2.14)(64bit), 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.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.YXgYYn
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.bSbOtE
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0V5tJY
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)
3.78user 4.15system 0:10.68elapsed 74%CPU (0avgtext+0avgdata 41376maxresident)k
0inputs+0outputs (0major+520319minor)pagefaults 0swaps
0.67user 2.19system 0:17.18elapsed 16%CPU (0avgtext+0avgdata 11952maxresident)k
0inputs+0outputs (0major+99892minor)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-03-24 10:12:38.368653775 +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	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	9a54f9623d824e562902fa5e7a21fa80	
+File: /usr/sbin/cat_nvram	100755	root:root	d74fc7391e2e485e2f14e92b12305f4d	
+File: /usr/sbin/guess	100755	root:root	d268ea2e0e15f924dea122cd29449ab7	
 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	5d1b3a49daf27516ed37d9a65dfce70f	
+File: /usr/sbin/rtc	100755	root:root	c092a770fd234d42912ab20aa65308c2	
 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: 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: 22581b59b92d9dc9b16b5601e87c46487bf116620024a4f791e412317916cd4722a97211543e1432b6f872048f3b7071520f8fa09d64453f3d0f0c43294086b2
--- 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-03-24 10:12:38.476655660 +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/15	40755	root:root	
+/usr/lib/debug/.build-id/15/2385ddddf373c4c5b9edd2582cfaf61c84841e	120777	root:root	../../../../sbin/cat_nvram
+/usr/lib/debug/.build-id/15/2385ddddf373c4c5b9edd2582cfaf61c84841e.debug	120777	root:root	../../usr/sbin/cat_nvram.debug
+/usr/lib/debug/.build-id/28	40755	root:root	
+/usr/lib/debug/.build-id/28/328d563372dfd2923979d1cfd3d8af3a55f79a	120777	root:root	../../../../sbin/rtc
+/usr/lib/debug/.build-id/28/328d563372dfd2923979d1cfd3d8af3a55f79a.debug	120777	root:root	../../usr/sbin/rtc.debug
+/usr/lib/debug/.build-id/62	40755	root:root	
+/usr/lib/debug/.build-id/62/b8103bb4b488e9eac6615932c4548e3a4484d4	120777	root:root	../../../../sbin/nvram-wakeup
+/usr/lib/debug/.build-id/62/b8103bb4b488e9eac6615932c4548e3a4484d4.debug	120777	root:root	../../usr/sbin/nvram-wakeup.debug
+/usr/lib/debug/.build-id/73	40755	root:root	
+/usr/lib/debug/.build-id/73/d2f1334b0f54c5f96a7a1360ba9136d67a7b94	120777	root:root	../../../../sbin/biosinfo
+/usr/lib/debug/.build-id/73/d2f1334b0f54c5f96a7a1360ba9136d67a7b94.debug	120777	root:root	../../usr/sbin/biosinfo.debug
+/usr/lib/debug/.build-id/b9	40755	root:root	
+/usr/lib/debug/.build-id/b9/ad589d3ac670353f1090dfa073d4ec0a812171	120777	root:root	../../../../sbin/guess
+/usr/lib/debug/.build-id/b9/ad589d3ac670353f1090dfa073d4ec0a812171.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/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/15	40755	root:root		
+File: /usr/lib/debug/.build-id/15/2385ddddf373c4c5b9edd2582cfaf61c84841e	120777	root:root		../../../../sbin/cat_nvram
+File: /usr/lib/debug/.build-id/15/2385ddddf373c4c5b9edd2582cfaf61c84841e.debug	120777	root:root		../../usr/sbin/cat_nvram.debug
+File: /usr/lib/debug/.build-id/28	40755	root:root		
+File: /usr/lib/debug/.build-id/28/328d563372dfd2923979d1cfd3d8af3a55f79a	120777	root:root		../../../../sbin/rtc
+File: /usr/lib/debug/.build-id/28/328d563372dfd2923979d1cfd3d8af3a55f79a.debug	120777	root:root		../../usr/sbin/rtc.debug
+File: /usr/lib/debug/.build-id/62	40755	root:root		
+File: /usr/lib/debug/.build-id/62/b8103bb4b488e9eac6615932c4548e3a4484d4	120777	root:root		../../../../sbin/nvram-wakeup
+File: /usr/lib/debug/.build-id/62/b8103bb4b488e9eac6615932c4548e3a4484d4.debug	120777	root:root		../../usr/sbin/nvram-wakeup.debug
+File: /usr/lib/debug/.build-id/73	40755	root:root		
+File: /usr/lib/debug/.build-id/73/d2f1334b0f54c5f96a7a1360ba9136d67a7b94	120777	root:root		../../../../sbin/biosinfo
+File: /usr/lib/debug/.build-id/73/d2f1334b0f54c5f96a7a1360ba9136d67a7b94.debug	120777	root:root		../../usr/sbin/biosinfo.debug
+File: /usr/lib/debug/.build-id/b9	40755	root:root		
+File: /usr/lib/debug/.build-id/b9/ad589d3ac670353f1090dfa073d4ec0a812171	120777	root:root		../../../../sbin/guess
+File: /usr/lib/debug/.build-id/b9/ad589d3ac670353f1090dfa073d4ec0a812171.debug	120777	root:root		../../usr/sbin/guess.debug
+File: /usr/lib/debug/usr/sbin/biosinfo.debug	100644	root:root	c0cd365a0536695f851aaa2140d7e830	
+File: /usr/lib/debug/usr/sbin/cat_nvram.debug	100644	root:root	b7104230920ed8ac9cb95165ef4d4ee0	
+File: /usr/lib/debug/usr/sbin/guess.debug	100644	root:root	b55c9a26225883ae84ab589ee9bf54f2	
+File: /usr/lib/debug/usr/sbin/nvram-wakeup.debug	100644	root:root	27d738b7c81754df2bec06412967228e	
+File: /usr/lib/debug/usr/sbin/rtc.debug	100644	root:root	d9ea0836f8f446dd56cddcde8bf18e4c	
 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: 26b36104b2a1443d9793289e5200c113f0442209f17ce960644ff450b8884c29471e6857592ec271b5e237235d69722c4e2abf7e19f486e7d0fc22b6b0c466f1