86>Nov 26 08:52:17 userdel[326371]: delete user 'rooter'
<86>Nov 26 08:52:17 userdel[326371]: removed group 'rooter' owned by 'rooter'
<86>Nov 26 08:52:17 userdel[326371]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 26 08:52:17 groupadd[326430]: group added to /etc/group: name=rooter, GID=993
<86>Nov 26 08:52:17 groupadd[326430]: group added to /etc/gshadow: name=rooter
<86>Nov 26 08:52:17 groupadd[326430]: new group: name=rooter, GID=993
<86>Nov 26 08:52:17 useradd[326466]: new user: name=rooter, UID=993, GID=993, home=/root, shell=/bin/bash
<86>Nov 26 08:52:17 userdel[326515]: delete user 'builder'
<86>Nov 26 08:52:17 userdel[326515]: removed group 'builder' owned by 'builder'
<86>Nov 26 08:52:17 userdel[326515]: removed shadow group 'builder' owned by 'builder'
<86>Nov 26 08:52:17 groupadd[326550]: group added to /etc/group: name=builder, GID=994
<86>Nov 26 08:52:17 groupadd[326550]: group added to /etc/gshadow: name=builder
<86>Nov 26 08:52:17 groupadd[326550]: new group: name=builder, GID=994
<86>Nov 26 08:52:17 useradd[326583]: new user: name=builder, UID=994, GID=994, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/mathopd-1.5p6-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/mathopd-1.5p6-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing mathopd-1.5p6-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.75952
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf mathopd-1.5p6
+ echo 'Source #0 (mathopd-1.5p6.tar.gz):'
Source #0 (mathopd-1.5p6.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/mathopd-1.5p6.tar.gz
+ /bin/tar -xf -
+ cd mathopd-1.5p6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (mathopd-1.5p5-alt-pidfile.patch):'
Patch #0 (mathopd-1.5p5-alt-pidfile.patch):
+ /usr/bin/patch -p1
patching file src/main.c
+ /bin/cp -a /usr/src/RPM/SOURCES/dir_cgi.c.txt ./dir_cgi.c
+ echo 'Patch #1 (mathopd-alt-dircgi.patch):'
Patch #1 (mathopd-alt-dircgi.patch):
+ /usr/bin/patch -p0
patching file dir_cgi.c
+ echo 'Patch #2 (mathopd.getline.patch):'
Patch #2 (mathopd.getline.patch):
+ /usr/bin/patch -p2
patching file src/request.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.75952
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mathopd-1.5p6
+ gcc -O3 -DFORMAT_V2=1 -o dir_cgi dir_cgi.c
dir_cgi.c: In function 'print_dir_entry':
dir_cgi.c:92:43: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration]
92 | sizeof(off_t)*2, p->size, ctime(&p->last_modified));
| ^~~~~
dir_cgi.c:91:63: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Wformat=]
91 | printf("
%*ld | %s | user && r->user[0])
| ^~
In file included from cgi.c:50:
mathopd.h:248:14: note: 'user' declared here
248 | char user[16];
| ^~~~
cgi.c: In function 'make_cgi_envp':
cgi.c:215:13: warning: the comparison will always evaluate as 'true' for the address of 'user' will never be NULL [-Waddress]
215 | if (r->user && r->user[0]) {
| ^
mathopd.h:248:14: note: 'user' declared here
248 | char user[16];
| ^~~~
cgi.c: At top level:
cgi.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
38 | static const char rcsid[] = "$Id: cgi.c,v 1.116 2003/12/22 20:38:18 boland Exp $";
| ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall stub.c -o stub.o
stub.c: In function 'convert_cgi_headers':
stub.c:82:37: warning: variable 'location' set but not used [-Wunused-but-set-variable]
82 | size_t i, nheaders, status, location, length;
| ^~~~~~~~
stub.c: At top level:
stub.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
38 | static const char rcsid[] = "$Id: stub.c,v 1.109.2.1 2007/07/20 14:28:04 boland Exp $";
| ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall config.c -o config.o
config.c:181:19: warning: 't_too_long' defined but not used [-Wunused-const-variable=]
181 | static const char t_too_long[] = "token too long";
| ^~~~~~~~~~
config.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
38 | static const char rcsid[] = "$Id: config.c,v 1.172.2.1 2007/07/20 14:04:15 boland Exp $";
| ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall core.c -o core.o
core.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
38 | static const char rcsid[] = "$Id: core.c,v 1.227.2.1 2007/07/20 14:28:04 boland Exp $";
| ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -c -O -Wall request.c -o request.o
request.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
38 | static const char rcsid[] = "$Id: request.c,v 1.294.2.7 2007/07/21 10:48:00 boland Exp $";
| ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
gcc -o mathopd base64.o cgi.o config.o core.o dump.o imap.o log.o main.o redirect.o request.o util.o stub.o -lcrypt
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.71072
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/mathopd-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/mathopd-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd mathopd-1.5p6
+ /bin/mkdir -p /usr/src/tmp/mathopd-buildroot/usr/bin /usr/src/tmp/mathopd-buildroot/usr/sbin /usr/src/tmp/mathopd-buildroot/etc/rc.d/init.d /usr/src/tmp/mathopd-buildroot/usr/share/man/man5 /usr/src/tmp/mathopd-buildroot/usr/share/man/man8 /usr/src/tmp/mathopd-buildroot/var/log/mathopd /usr/src/tmp/mathopd-buildroot/etc/logrotate.d /usr/src/tmp/mathopd-buildroot/etc/cron.daily
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/mathopd-buildroot/usr exec_prefix=/usr/src/tmp/mathopd-buildroot/usr bindir=/usr/src/tmp/mathopd-buildroot/usr/bin sbindir=/usr/src/tmp/mathopd-buildroot/usr/sbin sysconfdir=/usr/src/tmp/mathopd-buildroot/etc datadir=/usr/src/tmp/mathopd-buildroot/usr/share includedir=/usr/src/tmp/mathopd-buildroot/usr/include libdir=/usr/src/tmp/mathopd-buildroot/usr/lib libexecdir=/usr/src/tmp/mathopd-buildroot/usr/lib localstatedir=/usr/src/tmp/mathopd-buildroot/var/lib sharedstatedir=/usr/src/tmp/mathopd-buildroot/var/lib mandir=/usr/src/tmp/mathopd-buildroot/usr/share/man infodir=/usr/src/tmp/mathopd-buildroot/usr/share/info install -C src SBINDIR=/usr/src/tmp/mathopd-buildroot/usr/sbin PREFIX=/usr/src/tmp/mathopd-buildroot install
make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
install -c mathopd /usr/src/tmp/mathopd-buildroot/usr/sbin
make: Nothing to be done for 'install'.
make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.5p6/src'
+ /bin/cp -a /usr/src/RPM/SOURCES/mathopd.8.gz /usr/src/tmp/mathopd-buildroot/usr/share/man/man8/
+ /bin/cp -a /usr/src/RPM/SOURCES/mathopd.conf.5.gz /usr/src/tmp/mathopd-buildroot/usr/share/man/man5/
+ /bin/install /usr/src/RPM/SOURCES/mathopd.init /usr/src/tmp/mathopd-buildroot/etc/rc.d/init.d/mathopd
+ /bin/cp -a /usr/src/RPM/SOURCES/mathopd.conf /usr/src/tmp/mathopd-buildroot/etc/
+ /bin/cp -a /usr/src/RPM/SOURCES/mathopd.logrotate /usr/src/tmp/mathopd-buildroot/etc/logrotate.d/mathopd
+ /bin/install -p /usr/src/RPM/SOURCES/mathopd.cron /usr/src/tmp/mathopd-buildroot/etc/cron.daily/mathopd
+ /bin/install -pD -m600 /usr/src/RPM/SOURCES/mathopd.sysconfig /usr/src/tmp/mathopd-buildroot/etc/sysconfig/mathopd
+ /bin/install -p dir_cgi /usr/src/tmp/mathopd-buildroot/usr/bin/
+ /bin/touch /usr/src/tmp/mathopd-buildroot/var/log/mathopd/errorlog /usr/src/tmp/mathopd-buildroot/var/log/mathopd/childlog
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/mathopd-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/mathopd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/mathopd-buildroot/ (default)
Compressing files in /usr/src/tmp/mathopd-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/mathopd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/mathopd: uses non-LFS functions: fcntl fopen fstat ftruncate getrlimit lseek mkstemp open setrlimit
verify-elf: WARNING: ./usr/bin/dir_cgi: uses non-LFS functions: lstat readdir
Processing files: mathopd-1.5p6-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71072
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mathopd-1.5p6
+ DOCDIR=/usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ export DOCDIR
+ rm -rf /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ /bin/mkdir -p /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ cp -prL doc/CHANGES doc/cgi.txt doc/config.txt doc/running.txt doc/sample.cfg doc/syntax.txt README COPYING /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ chmod -R go-w /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ chmod -R a+rX /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.5p6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.61iJOL
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.ccKKzU
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: id
Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ugQfF6
find-scriptlet-requires: FINDPACKAGE-COMMANDS: id
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TqMyb0
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.omwlhW
Requires: crontabs, gzip, findutils, /bin/sh, /etc/cron.daily, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfExists), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libcrypt.so.1 >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(pre): /bin/sh, /usr/sbin/useradd, coreutils
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LRC35k
Creating mathopd-debuginfo package
Processing files: mathopd-debuginfo-1.5p6-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MIz7vp
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7rtV2t
find-requires: running scripts (debuginfo)
Requires: mathopd = 1.5p6-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypt.so.1)
Wrote: /usr/src/RPM/RPMS/i586/mathopd-1.5p6-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/mathopd-debuginfo-1.5p6-alt1.qa1.i586.rpm (w2.lzdio)
2.05user 1.08system 0:09.14elapsed 34%CPU (0avgtext+0avgdata 30524maxresident)k
0inputs+0outputs (0major+324279minor)pagefaults 0swaps
/.out/mathopd-1.5p6-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/mathopd-debuginfo-1.5p6-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
0.58user 1.02system 0:12.37elapsed 13%CPU (0avgtext+0avgdata 11984maxresident)k
0inputs+0outputs (0major+98540minor)pagefaults 0swaps
--- mathopd-1.5p6-alt1.qa1.i586.rpm.repo 2013-04-14 23:32:04.000000000 +0000
+++ mathopd-1.5p6-alt1.qa1.i586.rpm.hasher 2022-11-26 08:52:27.740349309 +0000
@@ -15,4 +15,4 @@
/usr/share/doc/mathopd-1.5p6/syntax.txt 100644 root:root
-/usr/share/man/man5/mathopd.conf.5.bz2 100644 root:root
-/usr/share/man/man8/mathopd.8.gz 100644 root:root
+/usr/share/man/man5/mathopd.conf.5.xz 100644 root:root
+/usr/share/man/man8/mathopd.8.xz 100644 root:root
/var/log/mathopd 40750 mathopd:mathopd
@@ -23,4 +23,2 @@
Requires: /bin/sh
-Requires: /bin/sh
-Requires: /bin/sh
Requires: /etc/cron.daily
@@ -38,9 +36,13 @@
Requires: libc.so.6(GLIBC_2.1)
+Requires: libc.so.6(GLIBC_2.1.3)
Requires: libc.so.6(GLIBC_2.2)
+Requires: libc.so.6(GLIBC_2.28)
Requires: libc.so.6(GLIBC_2.3)
Requires: libc.so.6(GLIBC_2.3.4)
+Requires: libc.so.6(GLIBC_2.33)
+Requires: libc.so.6(GLIBC_2.34)
Requires: libc.so.6(GLIBC_2.4)
-Requires: libcrypt.so.1 >= set:hguT2
+Requires: libcrypt.so.1 >= set:ihuTa
Requires: rpmlib(SetVersions)
-Requires: libcrypt.so.1(GLIBC_2.0)
+Requires: libcrypt.so.1(XCRYPT_2.0)
Requires: rtld(GNU_HASH)
@@ -56,4 +58,4 @@
File: /etc/sysconfig/mathopd 100600 root:root 3ad90f49676be86c0255638353f76863
-File: /usr/bin/dir_cgi 100755 root:root 37b4017a02838923045b4f3aa2ecf897
-File: /usr/sbin/mathopd 100755 root:root 9611f3522e1c0b9efae74a8fdfd7232f
+File: /usr/bin/dir_cgi 100755 root:root 699fab06f41fd5d573d36b42d92dc922
+File: /usr/sbin/mathopd 100755 root:root c7653b6853c9bf74e4ca27d68e1f72f4
File: /usr/share/doc/mathopd-1.5p6 40755 root:root
@@ -67,5 +69,5 @@
File: /usr/share/doc/mathopd-1.5p6/syntax.txt 100644 root:root 2c2072327bbe2dc2592429e10eac94af
-File: /usr/share/man/man5/mathopd.conf.5.bz2 100644 root:root 4c10dd60591b46d60aa8b1f04d8c350f
-File: /usr/share/man/man8/mathopd.8.gz 100644 root:root 6042cceefe53123898b5d640971f397c
+File: /usr/share/man/man5/mathopd.conf.5.xz 100644 root:root 7fce401f874687b9a7aa21eb16b8ddbd
+File: /usr/share/man/man8/mathopd.8.xz 100644 root:root 900fe33007617cd608aedd83017dd04c
File: /var/log/mathopd 40750 mathopd:mathopd
-RPMIdentity: 276b4790003e6484dc50b516e1d8b5b02d2534da4af8a3e9357fb455f55c3ab0e565aa8bb358b3ade5124761e042b2b2aea6997d95222c683fd9d8b6bbfc1692
+RPMIdentity: bf9cdd0ce56c888a18d28b73940743a600d165df24897df5fcd1066dd7e0a489487c4bcf898799c8d0b9cf3f77565d396bad13f0fa3414e135ded15838b394c3
--- mathopd-debuginfo-1.5p6-alt1.qa1.i586.rpm.repo 2013-04-14 23:32:04.000000000 +0000
+++ mathopd-debuginfo-1.5p6-alt1.qa1.i586.rpm.hasher 2022-11-26 08:52:27.809350079 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/5d 40755 root:root
-/usr/lib/debug/.build-id/5d/5be6a4c2b76a579cca97a99e7ce1bd45c299dd 120777 root:root ../../../../sbin/mathopd
-/usr/lib/debug/.build-id/5d/5be6a4c2b76a579cca97a99e7ce1bd45c299dd.debug 120777 root:root ../../usr/sbin/mathopd.debug
-/usr/lib/debug/.build-id/61 40755 root:root
-/usr/lib/debug/.build-id/61/3e9a50499a39ab53b6cc0c675c27338b4669a1 120777 root:root ../../../../bin/dir_cgi
-/usr/lib/debug/.build-id/61/3e9a50499a39ab53b6cc0c675c27338b4669a1.debug 120777 root:root ../../usr/bin/dir_cgi.debug
+/usr/lib/debug/.build-id/50 40755 root:root
+/usr/lib/debug/.build-id/50/121652f2403b3a5e0f22ecdfb4761a2e88e13e 120777 root:root ../../../../bin/dir_cgi
+/usr/lib/debug/.build-id/50/121652f2403b3a5e0f22ecdfb4761a2e88e13e.debug 120777 root:root ../../usr/bin/dir_cgi.debug
+/usr/lib/debug/.build-id/ce 40755 root:root
+/usr/lib/debug/.build-id/ce/3714a8b2667bfd727850b956aa505674b796c3 120777 root:root ../../../../sbin/mathopd
+/usr/lib/debug/.build-id/ce/3714a8b2667bfd727850b956aa505674b796c3.debug 120777 root:root ../../usr/sbin/mathopd.debug
/usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root
@@ -14,10 +14,10 @@
Provides: mathopd-debuginfo = 1.5p6-alt1.qa1
-File: /usr/lib/debug/.build-id/5d 40755 root:root
-File: /usr/lib/debug/.build-id/5d/5be6a4c2b76a579cca97a99e7ce1bd45c299dd 120777 root:root ../../../../sbin/mathopd
-File: /usr/lib/debug/.build-id/5d/5be6a4c2b76a579cca97a99e7ce1bd45c299dd.debug 120777 root:root ../../usr/sbin/mathopd.debug
-File: /usr/lib/debug/.build-id/61 40755 root:root
-File: /usr/lib/debug/.build-id/61/3e9a50499a39ab53b6cc0c675c27338b4669a1 120777 root:root ../../../../bin/dir_cgi
-File: /usr/lib/debug/.build-id/61/3e9a50499a39ab53b6cc0c675c27338b4669a1.debug 120777 root:root ../../usr/bin/dir_cgi.debug
-File: /usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root 23c4902cb8f007a9919c005bce090528
-File: /usr/lib/debug/usr/sbin/mathopd.debug 100644 root:root 545f72e60c9b07957756eb6bb7acfbe7
-RPMIdentity: edbbfc0f0cff1927492469b1cb4e410ac2f7b80a4a6e6815e7e739f2d287252b418d1b5a1372e642ecb077f0cb2e8740956afc1705b7f3a25206965f926a9c44
+File: /usr/lib/debug/.build-id/50 40755 root:root
+File: /usr/lib/debug/.build-id/50/121652f2403b3a5e0f22ecdfb4761a2e88e13e 120777 root:root ../../../../bin/dir_cgi
+File: /usr/lib/debug/.build-id/50/121652f2403b3a5e0f22ecdfb4761a2e88e13e.debug 120777 root:root ../../usr/bin/dir_cgi.debug
+File: /usr/lib/debug/.build-id/ce 40755 root:root
+File: /usr/lib/debug/.build-id/ce/3714a8b2667bfd727850b956aa505674b796c3 120777 root:root ../../../../sbin/mathopd
+File: /usr/lib/debug/.build-id/ce/3714a8b2667bfd727850b956aa505674b796c3.debug 120777 root:root ../../usr/sbin/mathopd.debug
+File: /usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root 95061f3799f6aea261d1a1b42e36bbae
+File: /usr/lib/debug/usr/sbin/mathopd.debug 100644 root:root e25cb8d33137d77854ba6f94f789402a
+RPMIdentity: a3688ed5a9b6d8c088b221ead008b8491575f883c14da5d3f4af41659e06f536a518346e9967095adc5b0bcb3d221cc09d33082bb2eafa426f05c1ed5d736844
|