<86>Sep 7 06:07:18 userdel[4134245]: delete user 'rooter' <86>Sep 7 06:07:18 userdel[4134245]: removed group 'rooter' owned by 'rooter' <86>Sep 7 06:07:18 userdel[4134245]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 7 06:07:18 groupadd[4134286]: group added to /etc/group: name=rooter, GID=1244 <86>Sep 7 06:07:18 groupadd[4134286]: group added to /etc/gshadow: name=rooter <86>Sep 7 06:07:18 groupadd[4134286]: new group: name=rooter, GID=1244 <86>Sep 7 06:07:18 useradd[4134317]: new user: name=rooter, UID=1244, GID=1244, home=/root, shell=/bin/bash, from=none <86>Sep 7 06:07:18 userdel[4134352]: delete user 'builder' <86>Sep 7 06:07:18 userdel[4134352]: removed group 'builder' owned by 'builder' <86>Sep 7 06:07:18 userdel[4134352]: removed shadow group 'builder' owned by 'builder' <86>Sep 7 06:07:18 groupadd[4134384]: group added to /etc/group: name=builder, GID=1245 <86>Sep 7 06:07:18 groupadd[4134384]: group added to /etc/gshadow: name=builder <86>Sep 7 06:07:18 groupadd[4134384]: new group: name=builder, GID=1245 <86>Sep 7 06:07:18 useradd[4134416]: new user: name=builder, UID=1245, GID=1245, 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.42127 + 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.42127 + 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.81768 + 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) Processing files: nvram-wakeup-0.99b-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56946 + 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.QR8oSH 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.cqBcFO 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.fTPFLm 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.j9m1Sv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UQo38Y 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 1.69system 0:10.85elapsed 50%CPU (0avgtext+0avgdata 42988maxresident)k 0inputs+0outputs (0major+456504minor)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.98user 1.92system 0:19.08elapsed 15%CPU (0avgtext+0avgdata 11984maxresident)k 0inputs+0outputs (0major+94420minor)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 2023-09-07 06:07:32.770355157 +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 8941be85eb8ea2bf2d0aad86f20024b7 +File: /usr/sbin/cat_nvram 100755 root:root 5bb09533806b2a047729b29cd7ca1a63 +File: /usr/sbin/guess 100755 root:root e4f569a9ccf8dbe476c9679f81ba7e10 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 15b9db2cc9275f05bb6378ed32b913f1 +File: /usr/sbin/rtc 100755 root:root c25f59c0e0249e5a8e84fb8f68ccdfbf 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: cee7888bc7183fcdb360996165e2b07ec4a5a666cc4611cdec44cbff7095ff46a5e076eb3165db3a6f531818149a8d1dab0c5096c2917e9f98c236ae16b33141 --- 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 2023-09-07 06:07:32.931354254 +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/34 40755 root:root +/usr/lib/debug/.build-id/34/fec4be57f13f97a443f3027c1b2e26f89d819c 120777 root:root ../../../../sbin/guess +/usr/lib/debug/.build-id/34/fec4be57f13f97a443f3027c1b2e26f89d819c.debug 120777 root:root ../../usr/sbin/guess.debug +/usr/lib/debug/.build-id/bf 40755 root:root +/usr/lib/debug/.build-id/bf/084dc6c521ab5f713c38f3114fc28d3ad76472 120777 root:root ../../../../sbin/rtc +/usr/lib/debug/.build-id/bf/084dc6c521ab5f713c38f3114fc28d3ad76472.debug 120777 root:root ../../usr/sbin/rtc.debug +/usr/lib/debug/.build-id/e3 40755 root:root +/usr/lib/debug/.build-id/e3/3e6c4d7cc22ea4f5ed4f66a9b01c2a68d458ec 120777 root:root ../../../../sbin/nvram-wakeup +/usr/lib/debug/.build-id/e3/3e6c4d7cc22ea4f5ed4f66a9b01c2a68d458ec.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug +/usr/lib/debug/.build-id/f4 40755 root:root +/usr/lib/debug/.build-id/f4/72b996353ca739e4638ee0d8264be4ed952d84 120777 root:root ../../../../sbin/biosinfo +/usr/lib/debug/.build-id/f4/72b996353ca739e4638ee0d8264be4ed952d84.debug 120777 root:root ../../usr/sbin/biosinfo.debug +/usr/lib/debug/.build-id/fb 40755 root:root +/usr/lib/debug/.build-id/fb/393126286e29e5600ec856869a04a7dd40b5df 120777 root:root ../../../../sbin/cat_nvram +/usr/lib/debug/.build-id/fb/393126286e29e5600ec856869a04a7dd40b5df.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/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/34 40755 root:root +File: /usr/lib/debug/.build-id/34/fec4be57f13f97a443f3027c1b2e26f89d819c 120777 root:root ../../../../sbin/guess +File: /usr/lib/debug/.build-id/34/fec4be57f13f97a443f3027c1b2e26f89d819c.debug 120777 root:root ../../usr/sbin/guess.debug +File: /usr/lib/debug/.build-id/bf 40755 root:root +File: /usr/lib/debug/.build-id/bf/084dc6c521ab5f713c38f3114fc28d3ad76472 120777 root:root ../../../../sbin/rtc +File: /usr/lib/debug/.build-id/bf/084dc6c521ab5f713c38f3114fc28d3ad76472.debug 120777 root:root ../../usr/sbin/rtc.debug +File: /usr/lib/debug/.build-id/e3 40755 root:root +File: /usr/lib/debug/.build-id/e3/3e6c4d7cc22ea4f5ed4f66a9b01c2a68d458ec 120777 root:root ../../../../sbin/nvram-wakeup +File: /usr/lib/debug/.build-id/e3/3e6c4d7cc22ea4f5ed4f66a9b01c2a68d458ec.debug 120777 root:root ../../usr/sbin/nvram-wakeup.debug +File: /usr/lib/debug/.build-id/f4 40755 root:root +File: /usr/lib/debug/.build-id/f4/72b996353ca739e4638ee0d8264be4ed952d84 120777 root:root ../../../../sbin/biosinfo +File: /usr/lib/debug/.build-id/f4/72b996353ca739e4638ee0d8264be4ed952d84.debug 120777 root:root ../../usr/sbin/biosinfo.debug +File: /usr/lib/debug/.build-id/fb 40755 root:root +File: /usr/lib/debug/.build-id/fb/393126286e29e5600ec856869a04a7dd40b5df 120777 root:root ../../../../sbin/cat_nvram +File: /usr/lib/debug/.build-id/fb/393126286e29e5600ec856869a04a7dd40b5df.debug 120777 root:root ../../usr/sbin/cat_nvram.debug +File: /usr/lib/debug/usr/sbin/biosinfo.debug 100644 root:root 1b28ada36450f6df1c653dab24584aac +File: /usr/lib/debug/usr/sbin/cat_nvram.debug 100644 root:root edec8526f15c901a3ff50c8117d5258e +File: /usr/lib/debug/usr/sbin/guess.debug 100644 root:root c894106e997b7d06a5fdc56594e6e44a +File: /usr/lib/debug/usr/sbin/nvram-wakeup.debug 100644 root:root 5650472d707b2fa9dce85fa27991b2f0 +File: /usr/lib/debug/usr/sbin/rtc.debug 100644 root:root 0ace30616fee44d9c2de39f245e173bd 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: b10ba7569e335010a6b2ae1c5019faa311f5d4e28c8816f9e328443cd3f4373f88bdde982e3af5bfc3efc1afb3e0a59347e49cd93da6219d9f9fbb7f24710356