<86>May 4 00:39:21 userdel[154071]: delete user 'rooter' <86>May 4 00:39:21 userdel[154071]: removed group 'rooter' owned by 'rooter' <86>May 4 00:39:21 userdel[154071]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:39:21 groupadd[154078]: group added to /etc/group: name=rooter, GID=1874 <86>May 4 00:39:21 groupadd[154078]: group added to /etc/gshadow: name=rooter <86>May 4 00:39:21 groupadd[154078]: new group: name=rooter, GID=1874 <86>May 4 00:39:21 useradd[154085]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none <86>May 4 00:39:21 userdel[154097]: delete user 'builder' <86>May 4 00:39:21 userdel[154097]: removed group 'builder' owned by 'builder' <86>May 4 00:39:21 userdel[154097]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:39:21 groupadd[154107]: group added to /etc/group: name=builder, GID=1875 <86>May 4 00:39:21 groupadd[154107]: group added to /etc/gshadow: name=builder <86>May 4 00:39:21 groupadd[154107]: new group: name=builder, GID=1875 <86>May 4 00:39:21 useradd[154113]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/hibernate-script-2.0-alt3.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/hibernate-script-2.0-alt3.qa1.nosrc.rpm (w1.gzdio) Installing hibernate-script-2.0-alt3.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44230 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hibernate-script-2.0 + echo 'Source #0 (hibernate-script-2.0.tar.gz):' Source #0 (hibernate-script-2.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/hibernate-script-2.0.tar.gz + /bin/tar -xf - + cd hibernate-script-2.0 + echo 'Source #1 (tuxonice-userui-1.0.tar.gz):' Source #1 (tuxonice-userui-1.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/tuxonice-userui-1.0.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (hibernate-script-2.0-alt-defaults.patch):' Patch #1 (hibernate-script-2.0-alt-defaults.patch): + /usr/bin/patch -p1 patching file common.conf patching file tuxonice.conf + echo 'Patch #2 (hibernate-script-2.0-alt-cleanup.patch):' Patch #2 (hibernate-script-2.0-alt-cleanup.patch): + /usr/bin/patch -p1 patching file init.d/hibernate-cleanup.sh + echo 'Patch #3 (hibernate-script-2.0-alt-pause-cmus.patch):' Patch #3 (hibernate-script-2.0-alt-pause-cmus.patch): + /usr/bin/patch -p1 patching file scriptlets.d/pause_audio + echo 'Patch #10 (hibernate-script-2.0-alt-tuxonice-userui.patch):' Patch #10 (hibernate-script-2.0-alt-tuxonice-userui.patch): + /usr/bin/patch -p1 patching file tuxonice-userui-1.0/Makefile patching file tuxonice-userui-1.0/userui.h + find -type f -exec chmod -x '{}' ';' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44230 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hibernate-script-2.0 + pushd tuxonice-userui-1.0 ~/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0 ~/RPM/BUILD/hibernate-script-2.0 + make clean make: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0' rm -f *.o tuxoniceui_text make -C fbsplash clean make[1]: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/fbsplash' rm -f *.o userui_fbsplash.o make[1]: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/fbsplash' make -C usplash clean make[1]: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/usplash' Makefile:14: warning: ignoring prerequisites on suffix rule definition rm -f *.o userui_usplash.o make[1]: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0/usplash' make: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0' + make tuxoniceui_text 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2' make: Entering directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -c -o userui_core.o userui_core.c userui_core.c: In function 'toggle_debug_state': userui_core.c:175:13: warning: type of 'key' defaults to 'int' [-Wimplicit-int] 175 | static void toggle_debug_state(key) { | ^~~~~~~~~~~~~~~~~~ userui_core.c: In function 'get_nofreeze': userui_core.c:761:35: warning: variable 'msg' set but not used [-Wunused-but-set-variable] 761 | struct userui_msg_params *msg; | ^~~ userui_core.c: In function 'get_console_loglevel': userui_core.c:118:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 118 | fscanf(printk_f, "%d", &console_loglevel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ userui_core.c: In function 'main': userui_core.c:924:9: warning: ignoring return value of 'nice' declared with attribute 'warn_unused_result' [-Wunused-result] 924 | nice(1); | ^~~~~~~ userui_core.c: In function 'restore_console': userui_core.c:521:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 521 | write(1, "\033[?25h\033[?0c", 11); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ userui_core.c: In function 'get_info': userui_core.c:427:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 427 | fgets(software_suspend_version, sizeof(software_suspend_version), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ userui_core.c:435:13: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 435 | fscanf(f, "%d", &can_use_escape); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -c -o userui_text.o userui_text.c userui_text.c: In function 'text_update_progress': userui_text.c:241:20: warning: variable 'next_update' set but not used [-Wunused-but-set-variable] 241 | __uint32_t next_update = 0; | ^~~~~~~~~~~ userui_text.c: In function 'hide_cursor': userui_text.c:47:36: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 47 | static inline void hide_cursor() { write(1, "\033[?25l\033[?1c", 11); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ userui_text.c: In function 'clear_display': userui_text.c:44:38: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 44 | static inline void clear_display() { write(1, "\033[2J", 4); } | ^~~~~~~~~~~~~~~~~~~~~~ userui_text.c: In function 'reset_display': userui_text.c:45:38: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 45 | static inline void reset_display() { write(1, "\033c", 2); } | ^~~~~~~~~~~~~~~~~~~~ userui_text.c: In function 'flush_scrollback': userui_text.c:55:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 55 | write(1, "\n", 1); | ^~~~~~~~~~~~~~~~~ userui_text.c: In function 'show_cursor': userui_text.c:48:36: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 48 | static inline void show_cursor() { write(1, "\033[?25h\033[?0c", 11); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc userui_core.o userui_text.o -o tuxoniceui_text make: Leaving directory '/usr/src/RPM/BUILD/hibernate-script-2.0/tuxonice-userui-1.0' + popd ~/RPM/BUILD/hibernate-script-2.0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.77522 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hibernate-script-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hibernate-script-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd hibernate-script-2.0 + export BASE_DIR=/usr/src/tmp/hibernate-script-buildroot PREFIX=/usr MAN_DIR=/usr/src/tmp/hibernate-script-buildroot/usr/share/man + BASE_DIR=/usr/src/tmp/hibernate-script-buildroot + PREFIX=/usr + MAN_DIR=/usr/src/tmp/hibernate-script-buildroot/usr/share/man + sh install.sh Installing hibernate script to /usr/src/tmp/hibernate-script-buildroot/usr/sbin/hibernate ... Installing configuration files to /usr/src/tmp/hibernate-script-buildroot/etc/hibernate ... Installing scriptlets to /usr/src/tmp/hibernate-script-buildroot/usr/share/hibernate/scriptlets.d ... Installing sample binary signature to /usr/src/tmp/hibernate-script-buildroot/usr/share/hibernate ... Installing man pages to /usr/src/tmp/hibernate-script-buildroot/usr/share/man ... Setting permissions on installed files ... Installed. Edit /usr/src/tmp/hibernate-script-buildroot/etc/hibernate/hibernate.conf to taste, and see hibernate -h for help. + unset BASE_DIR PREFIX MAN_DIR SCRIPTLET_DIR + mkdir -p /usr/src/tmp/hibernate-script-buildroot/etc/logrotate.d /usr/src/tmp/hibernate-script-buildroot/etc/rc.d/scripts /usr/src/tmp/hibernate-script-buildroot/etc/rc.d/init.d + install -m644 logrotate.d-hibernate-script /usr/src/tmp/hibernate-script-buildroot/etc/logrotate.d/hibernate + install -m755 tuxonice-userui-1.0/tuxoniceui_text /usr/src/tmp/hibernate-script-buildroot/usr/sbin + install -m755 init.d/hibernate-cleanup.sh /usr/src/tmp/hibernate-script-buildroot/etc/rc.d/scripts/ + install -m755 /usr/src/RPM/SOURCES/hibernate-cleanup /usr/src/tmp/hibernate-script-buildroot/etc/rc.d/init.d/ + ln -sf hibernate /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-hibernate + mkdir -p doc/tuxonice-userui-1.0 + cp -a README CHANGELOG SCRIPTLET-API admin doc/ + cp -a tuxonice-userui-1.0/KERNEL_API tuxonice-userui-1.0/USERUI_API tuxonice-userui-1.0/ChangeLog tuxonice-userui-1.0/README tuxonice-userui-1.0/TODO doc/tuxonice-userui-1.0/ + mkdir -p /usr/src/tmp/hibernate-script-buildroot/etc/hibernate/scriptlets.d + cat + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hibernate-script-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hibernate-script-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hibernate-script-buildroot/ (default) Compressing files in /usr/src/tmp/hibernate-script-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hibernate-script-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/hibernate-script-buildroot Processing files: hibernate-script-2.0-alt3.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.77522 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hibernate-script-2.0 + DOCDIR=/usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0 + export DOCDIR + rm -rf /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0 + /bin/mkdir -p /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0 + cp -prL doc/CHANGELOG doc/README doc/SCRIPTLET-API doc/admin doc/tuxonice-userui-1.0 /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0 + chmod -R go-w /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0 + chmod -R a+rX /usr/src/tmp/hibernate-script-buildroot/usr/share/doc/hibernate-script-2.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Tlq2ME 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.jGedgO find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) shebang.req.files: executable script /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-suspend is not executable shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/hibernate: invalid command: -v shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/hibernate: setopt not found (skip) shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/hibernate: unsetopt not found (skip) shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-hibernate: invalid command: -v shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-hibernate: setopt not found (skip) shell.req: /usr/src/tmp/hibernate-script-buildroot/usr/sbin/pm-hibernate: unsetopt not found (skip) find-requires: FINDPACKAGE-COMMANDS: awk blkid cat cksum cut dash date dd getent grep last mkswap rm sed seq setopt sort swapoff swapon touch tr unsetopt Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4JMOMr Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9euscA Provides: hibernate = 2.0, hibernate-cleanup = 2.0 Requires: util-linux >= 2.16, /bin/echo, /bin/sh, /etc/logrotate.d, /etc/rc.d/init.d, /etc/rc.d/init.d(action), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, ash, coreutils, gawk, glibc-utils, grep, 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), mount, rtld(GNU_HASH), sed, sysvinit-utils Requires(interp): /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Conflicts: pm-utils Obsoletes: hibernate < 2.0-alt3.qa1, hibernate-cleanup < 2.0-alt3.qa1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7pFbFg Creating hibernate-script-debuginfo package Processing files: hibernate-script-debuginfo-2.0-alt3.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6unDyI find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6BiXd2 find-requires: running scripts (debuginfo) Requires: hibernate-script = 2.0-alt3.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/hibernate-script-2.0-alt3.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/hibernate-script-debuginfo-2.0-alt3.qa1.x86_64.rpm (w2.lzdio) 1.22user 2.65system 0:09.27elapsed 41%CPU (0avgtext+0avgdata 32972maxresident)k 0inputs+0outputs (0major+527705minor)pagefaults 0swaps /.out/hibernate-script-2.0-alt3.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/hibernate-script-debuginfo-2.0-alt3.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.52user 1.73system 0:14.08elapsed 16%CPU (0avgtext+0avgdata 12544maxresident)k 0inputs+0outputs (0major+93082minor)pagefaults 0swaps --- hibernate-script-2.0-alt3.qa1.x86_64.rpm.repo 2013-04-18 10:11:17.000000000 +0000 +++ hibernate-script-2.0-alt3.qa1.x86_64.rpm.hasher 2024-05-04 00:39:31.888610571 +0000 @@ -75,7 +75,6 @@ /usr/share/hibernate/tuxonice-binary-signature.bin 100644 root:root -/usr/share/man/man5/hibernate.conf.5.gz 100644 root:root -/usr/share/man/man8/hibernate.8.gz 100644 root:root +/usr/share/man/man5/hibernate.conf.5.xz 100644 root:root +/usr/share/man/man8/hibernate.8.xz 100644 root:root Requires: util-linux >= 2.16 Requires: /bin/sh -Requires: /bin/sh Requires: /bin/echo @@ -91,2 +90,4 @@ Requires: gawk +Requires: glibc-utils +Requires: grep Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -94,2 +95,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) @@ -98,2 +101,3 @@ Requires: sed +Requires: sysvinit-utils Requires: /usr/sbin/post_service @@ -126,3 +130,3 @@ File: /usr/sbin/pm-suspend 100755 root:root 61ba2e91cab9fa21fb3a2567b37bedd3 -File: /usr/sbin/tuxoniceui_text 100755 root:root fcbdc26dba1d5462486a6ac2fa6b9abc +File: /usr/sbin/tuxoniceui_text 100755 root:root e78c3b85187f816bf50329498ad0d549 File: /usr/share/doc/hibernate-script-2.0 40755 root:root @@ -182,4 +186,4 @@ File: /usr/share/hibernate/tuxonice-binary-signature.bin 100644 root:root fe43a18b45d929d5b8437308ad391b78 -File: /usr/share/man/man5/hibernate.conf.5.gz 100644 root:root 9cec29882f28954970c2e21ff8c22f86 -File: /usr/share/man/man8/hibernate.8.gz 100644 root:root c3edd3bcb28d73e8ce8fc16a3c94f94f -RPMIdentity: fd567e621d6376467e9efbc8af0e4a0de55a409de34efddd1be97f2ebaaddabe13fa08ae019bda32943559c404a4725095ac6147fcda0a5564ddfbe1c22ba380 +File: /usr/share/man/man5/hibernate.conf.5.xz 100644 root:root 9d76cb6f5dfac13c2e5e14c33241bf78 +File: /usr/share/man/man8/hibernate.8.xz 100644 root:root 7bd7e8b2d606c41639777b6569728b2f +RPMIdentity: 437dee9ff2493b5b4880abb81ba8dd7ee9584f7b466d811fedd1d799d10a1524cc462653a99291fb0230dac02d6190904dbd8f979817ba0f4ac0d6a40868913e --- hibernate-script-debuginfo-2.0-alt3.qa1.x86_64.rpm.repo 2013-04-18 10:11:17.000000000 +0000 +++ hibernate-script-debuginfo-2.0-alt3.qa1.x86_64.rpm.hasher 2024-05-04 00:39:31.948611255 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/cb 40755 root:root -/usr/lib/debug/.build-id/cb/49c223a0acf9ce172722bae6b50c406f91f5ad 120777 root:root ../../../../sbin/tuxoniceui_text -/usr/lib/debug/.build-id/cb/49c223a0acf9ce172722bae6b50c406f91f5ad.debug 120777 root:root ../../usr/sbin/tuxoniceui_text.debug +/usr/lib/debug/.build-id/58 40755 root:root +/usr/lib/debug/.build-id/58/d2c934c95932e67afb3ae0a0a594dc9277bc3d 120777 root:root ../../../../sbin/tuxoniceui_text +/usr/lib/debug/.build-id/58/d2c934c95932e67afb3ae0a0a594dc9277bc3d.debug 120777 root:root ../../usr/sbin/tuxoniceui_text.debug /usr/lib/debug/usr/sbin/tuxoniceui_text.debug 100644 root:root @@ -15,6 +15,6 @@ Provides: hibernate-script-debuginfo = 2.0-alt3.qa1 -File: /usr/lib/debug/.build-id/cb 40755 root:root -File: /usr/lib/debug/.build-id/cb/49c223a0acf9ce172722bae6b50c406f91f5ad 120777 root:root ../../../../sbin/tuxoniceui_text -File: /usr/lib/debug/.build-id/cb/49c223a0acf9ce172722bae6b50c406f91f5ad.debug 120777 root:root ../../usr/sbin/tuxoniceui_text.debug -File: /usr/lib/debug/usr/sbin/tuxoniceui_text.debug 100644 root:root 31f0018684117fa8da9c94d2c70364b9 +File: /usr/lib/debug/.build-id/58 40755 root:root +File: /usr/lib/debug/.build-id/58/d2c934c95932e67afb3ae0a0a594dc9277bc3d 120777 root:root ../../../../sbin/tuxoniceui_text +File: /usr/lib/debug/.build-id/58/d2c934c95932e67afb3ae0a0a594dc9277bc3d.debug 120777 root:root ../../usr/sbin/tuxoniceui_text.debug +File: /usr/lib/debug/usr/sbin/tuxoniceui_text.debug 100644 root:root c346c0981ec374bd4a50ef8edc02a6b5 File: /usr/src/debug/hibernate-script-2.0 40755 root:root @@ -25,2 +25,2 @@ File: /usr/src/debug/hibernate-script-2.0/tuxonice-userui-1.0/userui_text.c 100644 root:root c9b26356ed3661e062fa6bc69ee7419f -RPMIdentity: b39931abae29a6a1260683e3a45eca571b7a4aa0ccff18b59d0b7197800da6c3ac46b2d4bec70796f816fab0aa59702a551312d60af763512062bc858019df43 +RPMIdentity: 2f96be11bf32a329d694eb2ec3b18c88677db828cd0c01afe3f1ee32e44b45ac31f7cb7e71273677696040c723487cbb662a821c80df2dea015056c2f17538fc