<86>Apr 27 08:57:27 userdel[76987]: delete user 'rooter' <86>Apr 27 08:57:27 userdel[76987]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:57:27 userdel[76987]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:57:27 groupadd[77000]: group added to /etc/group: name=rooter, GID=1295 <86>Apr 27 08:57:27 groupadd[77000]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:57:27 groupadd[77000]: new group: name=rooter, GID=1295 <86>Apr 27 08:57:27 useradd[77009]: new user: name=rooter, UID=1295, GID=1295, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:57:27 userdel[77023]: delete user 'builder' <86>Apr 27 08:57:27 userdel[77023]: removed group 'builder' owned by 'builder' <86>Apr 27 08:57:27 userdel[77023]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:57:27 groupadd[77036]: group added to /etc/group: name=builder, GID=1296 <86>Apr 27 08:57:27 groupadd[77036]: group added to /etc/gshadow: name=builder <86>Apr 27 08:57:27 groupadd[77036]: new group: name=builder, GID=1296 <86>Apr 27 08:57:27 useradd[77045]: new user: name=builder, UID=1296, GID=1296, home=/usr/src, shell=/bin/bash, from=none Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mathopd-1.6b15-alt1.nosrc.rpm (w1.gzdio) Installing mathopd-1.6b15-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.40664 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mathopd-1.6b15 + echo 'Source #0 (mathopd-1.6b15.tar.gz):' Source #0 (mathopd-1.6b15.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/mathopd-1.6b15.tar.gz + /bin/tar -xf - + cd mathopd-1.6b15 + /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 Hunk #1 succeeded at 233 (offset -2 lines). Hunk #2 succeeded at 271 (offset -1 lines). + 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 -p1 patching file dir_cgi.c + echo 'Patch #2 (mathopd-alt-largefile.patch):' Patch #2 (mathopd-alt-largefile.patch): + /usr/bin/patch -p2 patching file src/Makefile Hunk #1 succeeded at 17 with fuzz 1. + echo 'Patch #3 (mathopd-alt-make.patch):' Patch #3 (mathopd-alt-make.patch): + /usr/bin/patch -p2 patching file src/Makefile Hunk #1 succeeded at 12 with fuzz 1. + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.40664 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mathopd-1.6b15 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DFORMAT_V2=1 -o dir_cgi dir_cgi.c + cd src + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE imap.c -o imap.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE cgi.c -o cgi.o cgi.c: In function 'add_http_vars': cgi.c:150:60: warning: the comparison will always evaluate as 'true' for the address of 'user' will never be NULL [-Waddress] 150 | if (strcasecmp(name, "Authorization") == 0 && r->user && r->user[0]) | ^~ In file included from cgi.c:46: mathopd.h:267:14: note: 'user' declared here 267 | char user[16]; | ^~~~ cgi.c: In function 'make_cgi_envp': cgi.c:212:13: warning: the comparison will always evaluate as 'true' for the address of 'user' will never be NULL [-Waddress] 212 | if (r->user && r->user[0]) { | ^ mathopd.h:267:14: note: 'user' declared here 267 | char user[16]; | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE base64.c -o base64.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE dump.c -o dump.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE core.c -o core.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE main.c -o main.o main.c: In function 'main': main.c:243:9: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 243 | setuid(geteuid()); | ^~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE config.c -o config.o config.c:183:19: warning: 't_too_long' defined but not used [-Wunused-const-variable=] 183 | static const char t_too_long[] = "token too long"; | ^~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE log.c -o log.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE redirect.c -o redirect.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE util.c -o util.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE sendfile.c -o sendfile.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE addr.c -o addr.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE stub.c -o stub.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DHAVE_CRYPT_H -D_FILE_OFFSET_BITS=64 -DHAVE_VFORK -DLINUX_SENDFILE request.c -o request.o make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' make: Entering directory '/usr/src/RPM/BUILD/mathopd-1.6b15/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 addr.o sendfile.o -lcrypt make: Leaving directory '/usr/src/RPM/BUILD/mathopd-1.6b15/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.91225 + 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:/usr/bin:/bin:/usr/local/bin:/usr/games + cd mathopd-1.6b15 + 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 runstatedir=/usr/src/tmp/mathopd-buildroot/var/run 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.6b15/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.6b15/src' + cp -a /usr/src/RPM/SOURCES/mathopd.8.gz /usr/src/tmp/mathopd-buildroot/usr/share/man/man8/ + cp -a /usr/src/RPM/SOURCES/mathopd.conf.5.gz /usr/src/tmp/mathopd-buildroot/usr/share/man/man5/ + install /usr/src/RPM/SOURCES/mathopd.init /usr/src/tmp/mathopd-buildroot/etc/rc.d/init.d/mathopd + cp -a /usr/src/RPM/SOURCES/mathopd.conf /usr/src/tmp/mathopd-buildroot/etc/ + cp -a /usr/src/RPM/SOURCES/mathopd.logrotate /usr/src/tmp/mathopd-buildroot/etc/logrotate.d/mathopd + install -p /usr/src/RPM/SOURCES/mathopd.cron /usr/src/tmp/mathopd-buildroot/etc/cron.daily/mathopd + install -pD -m600 /usr/src/RPM/SOURCES/mathopd.sysconfig /usr/src/tmp/mathopd-buildroot/etc/sysconfig/mathopd + 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) 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/bin/dir_cgi: uses non-LFS functions: lstat readdir Splitting links to aliased files under /{,s}bin in /usr/src/tmp/mathopd-buildroot Processing files: mathopd-1.6b15-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.91225 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mathopd-1.6b15 + DOCDIR=/usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.6b15 + export DOCDIR + rm -rf /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.6b15 + /bin/mkdir -p /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.6b15 + 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.6b15 + chmod -R go-w /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.6b15 + chmod -R a+rX /usr/src/tmp/mathopd-buildroot/usr/share/doc/mathopd-1.6b15 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.l8QWFG 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.WaTwaB 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: awk grep id tail Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZTnAq2 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.Nu05vT Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NRTubI Provides: webserver 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, gawk, grep, 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.9uxP07 Creating mathopd-debuginfo package Processing files: mathopd-debuginfo-1.6b15-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.toprOu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tGWpSd find-requires: running scripts (debuginfo) Requires: mathopd = 1.6b15-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypt.so.1) Adding to mathopd-debuginfo a strict dependency on mathopd Wrote: /usr/src/RPM/RPMS/i586/mathopd-1.6b15-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/mathopd-debuginfo-1.6b15-alt1.i586.rpm (w2.lzdio) 4.18user 1.77system 0:11.62elapsed 51%CPU (0avgtext+0avgdata 51464maxresident)k 0inputs+0outputs (0major+372693minor)pagefaults 0swaps 0.70user 1.27system 0:15.95elapsed 12%CPU (0avgtext+0avgdata 12276maxresident)k 0inputs+0outputs (0major+93883minor)pagefaults 0swaps --- mathopd-1.6b15-alt1.i586.rpm.repo 2023-02-07 22:11:50.000000000 +0000 +++ mathopd-1.6b15-alt1.i586.rpm.hasher 2024-04-27 08:57:41.176085395 +0000 @@ -34,2 +34,4 @@ Requires: coreutils +Requires: gawk +Requires: grep Requires: libc.so.6(GLIBC_2.0) @@ -37,3 +39,2 @@ Requires: libc.so.6(GLIBC_2.1.3) -Requires: libc.so.6(GLIBC_2.16) Requires: libc.so.6(GLIBC_2.2) @@ -60,4 +61,4 @@ File: /etc/sysconfig/mathopd 100600 root:root 3ad90f49676be86c0255638353f76863 -File: /usr/bin/dir_cgi 100755 root:root c90d096ac3d16a4fbf17f3f51c47bb1d -File: /usr/sbin/mathopd 100755 root:root c120c271aee3d933afe535becad03f36 +File: /usr/bin/dir_cgi 100755 root:root 86a7a7add24be69b2c2b7b29cd72db4f +File: /usr/sbin/mathopd 100755 root:root 1da45e544e4ced79e1042f69ebd6071b File: /usr/share/doc/mathopd-1.6b15 40755 root:root @@ -74,2 +75,2 @@ File: /var/log/mathopd 40750 mathopd:mathopd -RPMIdentity: 516fb56f58d7d865e28b7deeb43d29dd38b6e34e4e10281c2b1c9c92680b466ec58dcf664d31f870db6a4c97c9a8e8a79ec9e5182fd288f10456cc09de19a575 +RPMIdentity: c385cd2b1dff92b7fba96abeb79e3111e56533ec76267198945e6c603f2bf35450e903cdd4c32405d8192c79a20cb7757b6581eb8fef19c136180e1b0edfdeae --- mathopd-debuginfo-1.6b15-alt1.i586.rpm.repo 2023-02-07 22:11:50.000000000 +0000 +++ mathopd-debuginfo-1.6b15-alt1.i586.rpm.hasher 2024-04-27 08:57:41.261085558 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/5c 40755 root:root -/usr/lib/debug/.build-id/5c/a075cca3d053b05fd228af305fa91e8cde787f 120777 root:root ../../../../bin/dir_cgi -/usr/lib/debug/.build-id/5c/a075cca3d053b05fd228af305fa91e8cde787f.debug 120777 root:root ../../usr/bin/dir_cgi.debug -/usr/lib/debug/.build-id/89 40755 root:root -/usr/lib/debug/.build-id/89/782640714ad8cbd4d1359641ba699778f00c63 120777 root:root ../../../../sbin/mathopd -/usr/lib/debug/.build-id/89/782640714ad8cbd4d1359641ba699778f00c63.debug 120777 root:root ../../usr/sbin/mathopd.debug +/usr/lib/debug/.build-id/56 40755 root:root +/usr/lib/debug/.build-id/56/08787bbf8685056d99d6e4465bc3179fe9bd1a 120777 root:root ../../../../sbin/mathopd +/usr/lib/debug/.build-id/56/08787bbf8685056d99d6e4465bc3179fe9bd1a.debug 120777 root:root ../../usr/sbin/mathopd.debug +/usr/lib/debug/.build-id/71 40755 root:root +/usr/lib/debug/.build-id/71/43d46fe8bf697dd96a6611780db55aa4bf2f8a 120777 root:root ../../../../bin/dir_cgi +/usr/lib/debug/.build-id/71/43d46fe8bf697dd96a6611780db55aa4bf2f8a.debug 120777 root:root ../../usr/bin/dir_cgi.debug /usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root @@ -32,10 +32,10 @@ Provides: mathopd-debuginfo = 1.6b15-alt1:sisyphus+314837.100.1.1 -File: /usr/lib/debug/.build-id/5c 40755 root:root -File: /usr/lib/debug/.build-id/5c/a075cca3d053b05fd228af305fa91e8cde787f 120777 root:root ../../../../bin/dir_cgi -File: /usr/lib/debug/.build-id/5c/a075cca3d053b05fd228af305fa91e8cde787f.debug 120777 root:root ../../usr/bin/dir_cgi.debug -File: /usr/lib/debug/.build-id/89 40755 root:root -File: /usr/lib/debug/.build-id/89/782640714ad8cbd4d1359641ba699778f00c63 120777 root:root ../../../../sbin/mathopd -File: /usr/lib/debug/.build-id/89/782640714ad8cbd4d1359641ba699778f00c63.debug 120777 root:root ../../usr/sbin/mathopd.debug -File: /usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root 137d7681d2d52c99e853c040cb9a26a2 -File: /usr/lib/debug/usr/sbin/mathopd.debug 100644 root:root 472efbc306e40e18f58dd944fa27b93e +File: /usr/lib/debug/.build-id/56 40755 root:root +File: /usr/lib/debug/.build-id/56/08787bbf8685056d99d6e4465bc3179fe9bd1a 120777 root:root ../../../../sbin/mathopd +File: /usr/lib/debug/.build-id/56/08787bbf8685056d99d6e4465bc3179fe9bd1a.debug 120777 root:root ../../usr/sbin/mathopd.debug +File: /usr/lib/debug/.build-id/71 40755 root:root +File: /usr/lib/debug/.build-id/71/43d46fe8bf697dd96a6611780db55aa4bf2f8a 120777 root:root ../../../../bin/dir_cgi +File: /usr/lib/debug/.build-id/71/43d46fe8bf697dd96a6611780db55aa4bf2f8a.debug 120777 root:root ../../usr/bin/dir_cgi.debug +File: /usr/lib/debug/usr/bin/dir_cgi.debug 100644 root:root 818f1bfe63846a1b143f4d375a13279c +File: /usr/lib/debug/usr/sbin/mathopd.debug 100644 root:root ac5066908b5feda68d6405d1583cf2de File: /usr/src/debug/mathopd-1.6b15 40755 root:root @@ -58,2 +58,2 @@ File: /usr/src/debug/mathopd-1.6b15/src/util.c 100644 root:root f98f2889d68a02ac320555ccbf6a8b8e -RPMIdentity: fae22a333abf301c58495ddf21b64707c475cd4ba8a8f0209aec1af66985fbbce581b44822de865c3926ce16388ef3a42bb324b07766268b1ea2650a8eb726e7 +RPMIdentity: 01a7d962a64366089df996986b4abc59aa2ceac839d8576a917ce34b0469212ac4296c9d26df95d0be33378c0bb51c43c5c84b6132eed04af6e719ecd1c55a1c