<86>Sep 29 11:45:07 userdel[3727109]: delete user 'rooter' <86>Sep 29 11:45:07 userdel[3727109]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:45:07 userdel[3727109]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:45:07 groupadd[3727150]: group added to /etc/group: name=rooter, GID=1862 <86>Sep 29 11:45:07 groupadd[3727150]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:45:07 groupadd[3727150]: new group: name=rooter, GID=1862 <86>Sep 29 11:45:07 useradd[3727183]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash <86>Sep 29 11:45:07 userdel[3727229]: delete user 'builder' <86>Sep 29 11:45:07 userdel[3727229]: removed group 'builder' owned by 'builder' <86>Sep 29 11:45:07 userdel[3727229]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:45:07 groupadd[3727271]: group added to /etc/group: name=builder, GID=1863 <86>Sep 29 11:45:07 groupadd[3727271]: group added to /etc/gshadow: name=builder <86>Sep 29 11:45:07 groupadd[3727271]: new group: name=builder, GID=1863 <86>Sep 29 11:45:07 useradd[3727304]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash <13>Sep 29 11:45:10 rpmi: xorg-proto-devel-2021.4-alt1 p9+272150.100.1.1 1621427342 installed <13>Sep 29 11:45:10 rpmi: libXau-1.0.9-alt1 sisyphus+223149.200.2.1 1551268156 installed <13>Sep 29 11:45:10 rpmi: libXau-devel-1.0.9-alt1 sisyphus+223149.200.2.1 1551268156 installed <13>Sep 29 11:45:10 rpmi: libX11-locales-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed <13>Sep 29 11:45:10 rpmi: libXdmcp-1.1.3-alt1 sisyphus+225206.600.1.2 1552949347 installed <13>Sep 29 11:45:10 rpmi: libxcb-1.13.1-alt1 sisyphus+226527.100.2.2 1554593799 installed <13>Sep 29 11:45:10 rpmi: libX11-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed <13>Sep 29 11:45:10 rpmi: libXext-1.3.4-alt1 sisyphus+225206.700.1.2 1552949422 installed <13>Sep 29 11:45:10 rpmi: libXScrnSaver-1.2.3-alt1 sisyphus+223149.500.2.1 1551268370 installed <13>Sep 29 11:45:11 rpmi: libxcb-devel-1.13.1-alt1 sisyphus+226527.100.2.2 1554593799 installed <13>Sep 29 11:45:11 rpmi: libX11-devel-3:1.7.2-alt1 p9+273972.100.2.1 1623924318 installed <13>Sep 29 11:45:11 rpmi: libXScrnSaver-devel-1.2.3-alt1 sisyphus+223149.500.2.1 1551268370 installed <13>Sep 29 11:45:11 rpmi: libXext-devel-1.3.4-alt1 sisyphus+225206.700.1.2 1552949422 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/timeoutd-1.5-alt2.1.nosrc.rpm (w1.gzdio) Installing timeoutd-1.5-alt2.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80992 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf timeoutd-1.5 + echo 'Source #0 (timeoutd-1.5.tar.bz2):' Source #0 (timeoutd-1.5.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/timeoutd-1.5.tar.bz2 + /bin/tar -xf - + cd timeoutd-1.5 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (timeoutd-1.5-full.patch):' Patch #0 (timeoutd-1.5-full.patch): + /usr/bin/patch -p1 patching file Makefile patching file README patching file timeoutd.8 patching file timeoutd.c patching file timeouts patching file timeouts.5 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69124 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd timeoutd-1.5 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/timeoutd-1.5' #cc -pipe -frecord-gcc-switches -Wall -g -O2 -o timeoutd timeoutd.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -o timeoutd.o -c timeoutd.c -DTIMEOUTDX11 timeoutd.c: In function 'read_wtmp': timeoutd.c:435:22: warning: passing argument 1 of 'localtime' from incompatible pointer type [-Wincompatible-pointer-types] tm = localtime(&ut.ut_time); ^ In file included from timeoutd.c:40: /usr/include/time.h:123:19: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'int32_t *' {aka 'int *'} extern struct tm *localtime (const time_t *__timer) __THROW; ^~~~~~~~~ timeoutd.c: In function 'check_idle': timeoutd.c:1152:36: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] && !chk_xsession(dev, host) == TIMEOUTD_XSESSION_LOCAL /* && if it's not a local Xsession */ ^~ timeoutd.c:1152:11: note: add parentheses around left hand side expression to silence this warning && !chk_xsession(dev, host) == TIMEOUTD_XSESSION_LOCAL /* && if it's not a local Xsession */ ^~~~~~~~~~~~~~~~~~~~~~~~ ( ) timeoutd.c: In function 'warnpending': timeoutd.c:952:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(cmdbuf); ^~~~~~~~~~~~~~ timeoutd.c: In function 'logoff_msg': timeoutd.c:1279:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(tty, msgbuf, cnt); ^~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c:1298:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(tty, msgbuf, strlen(msgbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'killit_xsession': timeoutd.c:1571:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(cmdbuf); ^~~~~~~~~~~~~~ timeoutd.c: In function 'chk_ssh': timeoutd.c:1615:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (proc_file, "%*d (%[^)]", comm); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'getusr': timeoutd.c:1637:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(uid, 98, proc_file); ^~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'get_xidle': timeoutd.c:1699:2: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(oldeuid); ^~~~~~~~~~~~~~~ timeoutd.c: In function 'getcpid': timeoutd.c:1737:19: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(akt_pid, 10, proc_file); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'get_day_time': timeoutd.c:838:20: warning: 'strcmp' argument 1 declared attribute 'nonstring' [-Wstringop-overflow=] !strcmp(login_p->elem.ut_line, logout_p->elem.ut_line)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from timeoutd.c:36: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here char ut_line[UT_LINESIZE] ^~~~~~~ timeoutd.c:838:20: warning: 'strcmp' argument 2 declared attribute 'nonstring' [-Wstringop-overflow=] !strcmp(login_p->elem.ut_line, logout_p->elem.ut_line)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from timeoutd.c:36: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here char ut_line[UT_LINESIZE] ^~~~~~~ timeoutd.c:838:20: warning: 'strcmp' argument 1 declared attribute 'nonstring' [-Wstringop-overflow=] !strcmp(login_p->elem.ut_line, logout_p->elem.ut_line)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from timeoutd.c:36: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here char ut_line[UT_LINESIZE] ^~~~~~~ timeoutd.c: In function 'get_rest_time': timeoutd.c:906:8: warning: 'strcmp' argument 1 declared attribute 'nonstring' [-Wstringop-overflow=] !strcmp(test_login_p->elem.ut_line, test_logout_p->elem.ut_line)) /* match */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from timeoutd.c:36: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here char ut_line[UT_LINESIZE] ^~~~~~~ timeoutd.c:906:8: warning: 'strcmp' argument 2 declared attribute 'nonstring' [-Wstringop-overflow=] !strcmp(test_login_p->elem.ut_line, test_logout_p->elem.ut_line)) /* match */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from timeoutd.c:36: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here char ut_line[UT_LINESIZE] ^~~~~~~ timeoutd.c:906:8: warning: 'strcmp' argument 1 declared attribute 'nonstring' [-Wstringop-overflow=] !strcmp(test_login_p->elem.ut_line, test_logout_p->elem.ut_line)) /* match */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from timeoutd.c:36: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here char ut_line[UT_LINESIZE] ^~~~~~~ timeoutd.c: In function 'killit_xsession': timeoutd.c:1570:61: warning: '%s' directive writing up to 1023 bytes into a region of size 988 [-Wformat-overflow=] sprintf(cmdbuf, "su %s -c \"xmessage -display %s -center '%s'&\"", user, host, msgbuf); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from timeoutd.c:30: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 40 or more bytes (assuming 1063) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timeoutd.c: In function 'getcpid': timeoutd.c:1731:25: warning: '%s' directive writing up to 255 bytes into a region of size 250 [-Wformat-overflow=] sprintf(path, "/proc/%s/status", cont->d_name); ^~ In file included from /usr/include/stdio.h:862, from timeoutd.c:30: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 14 and 269 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -o timeoutd -L/usr/lib timeoutd.o -lXss -lXext -lX11 make: Leaving directory '/usr/src/RPM/BUILD/timeoutd-1.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.69124 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/timeoutd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/timeoutd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd timeoutd-1.5 + mkdir -p /usr/src/tmp/timeoutd-buildroot/usr/sbin + mkdir -p /usr/src/tmp/timeoutd-buildroot/etc/rc.d/init.d + mkdir -p /usr/src/tmp/timeoutd-buildroot/usr/share/man/man5 + mkdir -p /usr/src/tmp/timeoutd-buildroot/usr/share/man/man8 + mkdir -p /usr/src/tmp/timeoutd-buildroot/etc/timeoutd/messages/ + install -m755 timeoutd /usr/src/tmp/timeoutd-buildroot/usr/sbin/timeoutd + install -m755 /usr/src/RPM/SOURCES/timeoutd.init /usr/src/tmp/timeoutd-buildroot/etc/rc.d/init.d/timeoutd + install -m644 timeouts /usr/src/tmp/timeoutd-buildroot/etc/timeoutd + install -m644 timeouts.5 /usr/src/tmp/timeoutd-buildroot/usr/share/man/man5 + install -m644 timeoutd.8 /usr/src/tmp/timeoutd-buildroot/usr/share/man/man8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/timeoutd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/timeoutd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/timeoutd-buildroot/ (default) Compressing files in /usr/src/tmp/timeoutd-buildroot (auto) Verifying ELF objects in /usr/src/tmp/timeoutd-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: timeoutd-1.5-alt2.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.69124 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd timeoutd-1.5 + DOCDIR=/usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + export DOCDIR + rm -rf /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + /bin/mkdir -p /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + cp -prL README /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + chmod -R go-w /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + chmod -R a+rX /usr/src/tmp/timeoutd-buildroot/usr/share/doc/timeoutd-1.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9quE0D 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.cbjNkb find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: sleep start-stop-daemon Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(status), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, coreutils, libX11.so.6()(64bit) >= set:omGNRQ5rc, libXss.so.1()(64bit) >= set:hfK9V87, 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), service Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vZGB7L Creating timeoutd-debuginfo package Processing files: timeoutd-debuginfo-1.5-alt2.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GrzVnq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VDxH77 find-requires: running scripts (debuginfo) Requires: timeoutd = 1.5-alt2.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libXss.so.1), debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/timeoutd-1.5-alt2.1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/timeoutd-debuginfo-1.5-alt2.1.x86_64.rpm (w2.lzdio) 1.51user 1.17system 0:06.81elapsed 39%CPU (0avgtext+0avgdata 38216maxresident)k 0inputs+0outputs (0major+238405minor)pagefaults 0swaps 3.45user 2.27system 0:16.50elapsed 34%CPU (0avgtext+0avgdata 137568maxresident)k 0inputs+0outputs (0major+201469minor)pagefaults 0swaps --- timeoutd-1.5-alt2.1.x86_64.rpm.repo 2012-06-20 12:57:37.000000000 +0000 +++ timeoutd-1.5-alt2.1.x86_64.rpm.hasher 2024-09-29 11:45:20.940478462 +0000 @@ -7,4 +7,4 @@ /usr/share/doc/timeoutd-1.5/README 100644 root:root -/usr/share/man/man5/timeouts.5.gz 100644 root:root -/usr/share/man/man8/timeoutd.8.gz 100644 root:root +/usr/share/man/man5/timeouts.5.xz 100644 root:root +/usr/share/man/man8/timeoutd.8.xz 100644 root:root Requires: /bin/sh @@ -18,2 +18,3 @@ Requires: libXss.so.1()(64bit) >= set:hfK9V87 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -31,7 +32,7 @@ File: /etc/timeoutd/timeouts 100644 root:root 60bcb2760cac2bf3d612c53cd82db997 -File: /usr/sbin/timeoutd 100755 root:root 4f9137b4aac0c2838941e8f76a151328 +File: /usr/sbin/timeoutd 100755 root:root 954a45747e0ac0ead95bfdac8819d5a5 File: /usr/share/doc/timeoutd-1.5 40755 root:root File: /usr/share/doc/timeoutd-1.5/README 100644 root:root 507e1c57cfe4f02ada250c4634f94b44 -File: /usr/share/man/man5/timeouts.5.gz 100644 root:root 794576b74ed9130ac141ba4922ec9754 -File: /usr/share/man/man8/timeoutd.8.gz 100644 root:root b0c295b719921592b962c9967a2bcc5c -RPMIdentity: b13873fa3e7d68170a47b040e1991c1b8d772196f3914be7c6364ce2e23c59316dea312f8fabfcbc1e172a2bc252a3f41b7952201c2d55d4133aa91f76a0e965 +File: /usr/share/man/man5/timeouts.5.xz 100644 root:root ad26f04e35cfe304ee3b2da49090b2d1 +File: /usr/share/man/man8/timeoutd.8.xz 100644 root:root 551a5b7733257c1573864658181f75d3 +RPMIdentity: 1567f8e3fbafcd9f482fafa037152cd689ddd743f05270ebf77e682eac500724fd0aac73cb48d40337081ecc405b39b49619d42f305eb76df71ee13ff32b0558 --- timeoutd-debuginfo-1.5-alt2.1.x86_64.rpm.repo 2012-06-20 12:57:37.000000000 +0000 +++ timeoutd-debuginfo-1.5-alt2.1.x86_64.rpm.hasher 2024-09-29 11:45:21.011479863 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/111291e55322a3b07bd4f049e9f550b8e80f98 120777 root:root ../../../../sbin/timeoutd -/usr/lib/debug/.build-id/ee/111291e55322a3b07bd4f049e9f550b8e80f98.debug 120777 root:root ../../usr/sbin/timeoutd.debug +/usr/lib/debug/.build-id/c9 40755 root:root +/usr/lib/debug/.build-id/c9/aeb0368c739cdad33ec291eccdbd219a1c4c74 120777 root:root ../../../../sbin/timeoutd +/usr/lib/debug/.build-id/c9/aeb0368c739cdad33ec291eccdbd219a1c4c74.debug 120777 root:root ../../usr/sbin/timeoutd.debug /usr/lib/debug/usr/sbin/timeoutd.debug 100644 root:root @@ -13,8 +13,8 @@ Provides: timeoutd-debuginfo = 1.5-alt2.1 -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/111291e55322a3b07bd4f049e9f550b8e80f98 120777 root:root ../../../../sbin/timeoutd -File: /usr/lib/debug/.build-id/ee/111291e55322a3b07bd4f049e9f550b8e80f98.debug 120777 root:root ../../usr/sbin/timeoutd.debug -File: /usr/lib/debug/usr/sbin/timeoutd.debug 100644 root:root c55e71d91a9e52afe741fb20c60e445a +File: /usr/lib/debug/.build-id/c9 40755 root:root +File: /usr/lib/debug/.build-id/c9/aeb0368c739cdad33ec291eccdbd219a1c4c74 120777 root:root ../../../../sbin/timeoutd +File: /usr/lib/debug/.build-id/c9/aeb0368c739cdad33ec291eccdbd219a1c4c74.debug 120777 root:root ../../usr/sbin/timeoutd.debug +File: /usr/lib/debug/usr/sbin/timeoutd.debug 100644 root:root 4c8ffc4facd0fa3b08fb8055ba8d3816 File: /usr/src/debug/timeoutd-1.5 40755 root:root File: /usr/src/debug/timeoutd-1.5/timeoutd.c 100644 root:root 1bee669effe9faa77cfe1a678504f680 -RPMIdentity: 85c9c973042436d5ae3eab1bab740ce2877d8ca2b0fe917c42c22851ca2884381bb8fa9c9d8646d9fcafb37f548edf7a365e92e89b1c3ed33b2ec8251871a602 +RPMIdentity: 2aef42c8fc700d40ee5f689a2870811fdab1e0c141244f7990707a61f954f82922acf49e2be037b12abd89db31d40c7a033296f83f666c223b80b551b3f5a74e