<86>Apr 19 01:41:58 userdel[512901]: delete user 'rooter' <86>Apr 19 01:41:58 userdel[512901]: removed group 'rooter' owned by 'rooter' <86>Apr 19 01:41:58 userdel[512901]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 19 01:41:58 groupadd[512923]: group added to /etc/group: name=rooter, GID=1347 <86>Apr 19 01:41:58 groupadd[512923]: group added to /etc/gshadow: name=rooter <86>Apr 19 01:41:58 groupadd[512923]: new group: name=rooter, GID=1347 <86>Apr 19 01:41:58 useradd[512942]: new user: name=rooter, UID=1347, GID=1347, home=/root, shell=/bin/bash <86>Apr 19 01:41:58 userdel[512964]: delete user 'builder' <86>Apr 19 01:41:58 userdel[512964]: removed group 'builder' owned by 'builder' <86>Apr 19 01:41:58 userdel[512964]: removed shadow group 'builder' owned by 'builder' <86>Apr 19 01:41:58 groupadd[512987]: group added to /etc/group: name=builder, GID=1348 <86>Apr 19 01:41:58 groupadd[512987]: group added to /etc/gshadow: name=builder <86>Apr 19 01:41:58 groupadd[512987]: new group: name=builder, GID=1348 <86>Apr 19 01:41:58 useradd[513014]: new user: name=builder, UID=1348, GID=1348, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ipaudit-1.0-alt1rc9.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>Apr 19 01:41:59 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed <13>Apr 19 01:41:59 rpmi: libsystemd-1:252.7-alt1 sisyphus+316321.100.1.1 1678130436 installed <13>Apr 19 01:41:59 rpmi: libdbus-1.14.6-alt1 sisyphus+315497.100.1.1 1676874443 installed <13>Apr 19 01:41:59 rpmi: libpcap0.8-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093290 installed <13>Apr 19 01:41:59 rpmi: libpcap-devel-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093290 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ipaudit-1.0-alt1rc9.qa1.nosrc.rpm (w1.gzdio) Installing ipaudit-1.0-alt1rc9.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.49043 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ipaudit-1.0rc9 + echo 'Source #0 (ipaudit-1.0rc9.tar.gz):' Source #0 (ipaudit-1.0rc9.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ipaudit-1.0rc9.tar.gz + /bin/tar -xf - + cd ipaudit-1.0rc9 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.49043 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ipaudit-1.0rc9 + ./configure --prefix=/usr checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes Configuring for ipaudit ... checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /bin/install -c checking for sqrt in -lm... yes checking for gethostent in -lnsl... no checking for pcap_datalink in -lpcap... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating src/config.h config.status: executing depfiles commands + make -j16 Making all in src make all-am make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o hash.c; \ then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi hash.c: In function 'ht_storekey': hash.c:312:58: warning: ignoring return value of 'calloc' declared with attribute 'warn_unused_result' [-Wunused-result] 312 | if (ndata ) calloc(1, ndata); | ^~~~~~~~~~~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT ipstrings.o -MD -MP -MF ".deps/ipstrings.Tpo" -c -o ipstrings.o ipstrings.c; \ then mv -f ".deps/ipstrings.Tpo" ".deps/ipstrings.Po"; else rm -f ".deps/ipstrings.Tpo"; exit 1; fi make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' gcc -g -O2 -Wall -o ipstrings ipstrings.o -lpcap -lm make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT ipdbase.o -MD -MP -MF ".deps/ipdbase.Tpo" -c -o ipdbase.o ipdbase.c; \ then mv -f ".deps/ipdbase.Tpo" ".deps/ipdbase.Po"; else rm -f ".deps/ipdbase.Tpo"; exit 1; fi make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT total.o -MD -MP -MF ".deps/total.Tpo" -c -o total.o total.c; \ then mv -f ".deps/total.Tpo" ".deps/total.Po"; else rm -f ".deps/total.Tpo"; exit 1; fi make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' gcc -g -O2 -Wall -o total total.o hash.o -lpcap -lm make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT ipaudit.o -MD -MP -MF ".deps/ipaudit.Tpo" -c -o ipaudit.o ipaudit.c; \ then mv -f ".deps/ipaudit.Tpo" ".deps/ipaudit.Po"; else rm -f ".deps/ipaudit.Tpo"; exit 1; fi ipaudit.c: In function 'main': ipaudit.c:724:42: warning: the address of 'ip_m' will always evaluate as 'true' [-Waddress] 724 | if ((!dump_this) && ip_m) { | ^~ ipaudit.c:419:17: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 419 | setgid (pw_user->pw_gid); | ^~~~~~~~~~~~~~~~~~~~~~~~ ipaudit.c:420:17: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 420 | setuid (pw_user->pw_uid); | ^~~~~~~~~~~~~~~~~~~~~~~~ ipaudit.c: In function 'read_config_line': ipaudit.c:1810:17: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 1810 | strncpy(probelabel_g,val,IP_NAME_LEN); | ^ ipaudit.c: In function 'main': ipaudit.c:593:66: warning: array subscript 2 is above array bounds of 'unsigned char[2]' [-Warray-bounds] 593 | (eth_pkt->ptype[2] & 0x0F)<<8 | | ~~~~~~~~~~~~~~^~~ In file included from ipaudit.c:60: ipaudit.h:158:11: note: while referencing 'ptype' 158 | U_CHAR ptype[2]; /* ==0x800 if ip */ | ^~~~~ ipaudit.c:594:66: warning: array subscript 3 is above array bounds of 'unsigned char[2]' [-Warray-bounds] 594 | (eth_pkt->ptype[3]); | ~~~~~~~~~~~~~~~^~~~ ipaudit.h:158:11: note: while referencing 'ptype' 158 | U_CHAR ptype[2]; /* ==0x800 if ip */ | ^~~~~ ipaudit.c:598:64: warning: array subscript 4 is above array bounds of 'unsigned char[2]' [-Warray-bounds] 598 | is_ip = eth_pkt->ptype[4]==0x08 && eth_pkt->ptype[5]==0; | ~~~~~~~~~~~~~~^~~ ipaudit.h:158:11: note: while referencing 'ptype' 158 | U_CHAR ptype[2]; /* ==0x800 if ip */ | ^~~~~ ipaudit.c:598:91: warning: array subscript 5 is above array bounds of 'unsigned char[2]' [-Warray-bounds] 598 | is_ip = eth_pkt->ptype[4]==0x08 && eth_pkt->ptype[5]==0; | ~~~~~~~~~~~~~~^~~ ipaudit.h:158:11: note: while referencing 'ptype' 158 | U_CHAR ptype[2]; /* ==0x800 if ip */ | ^~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' gcc -g -O2 -Wall -o ipaudit ipaudit.o ipdbase.o hash.o -lpcap -lm make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' Making all in doc make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all-am'. + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.49392 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ipaudit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ipaudit-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ipaudit-1.0rc9 + make install DESTDIR=/usr/src/tmp/ipaudit-buildroot make: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' test -z "/usr/bin" || mkdir -p -- "/usr/src/tmp/ipaudit-buildroot/usr/bin" /bin/install -c 'total' '/usr/src/tmp/ipaudit-buildroot/usr/bin/total' test -z "/usr/sbin" || mkdir -p -- "/usr/src/tmp/ipaudit-buildroot/usr/sbin" /bin/install -c 'ipaudit' '/usr/src/tmp/ipaudit-buildroot/usr/sbin/ipaudit' /bin/install -c 'ipstrings' '/usr/src/tmp/ipaudit-buildroot/usr/sbin/ipstrings' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' Making install in doc make[1]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/man/man1" || mkdir -p -- "/usr/src/tmp/ipaudit-buildroot/usr/man/man1" /bin/install -c -m 644 './total.1' '/usr/src/tmp/ipaudit-buildroot/usr/man/man1/total.1' test -z "/usr/man/man8" || mkdir -p -- "/usr/src/tmp/ipaudit-buildroot/usr/man/man8" /bin/install -c -m 644 './ipaudit.8' '/usr/src/tmp/ipaudit-buildroot/usr/man/man8/ipaudit.8' /bin/install -c -m 644 './ipstrings.8' '/usr/src/tmp/ipaudit-buildroot/usr/man/man8/ipstrings.8' make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[1]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[1]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9' make[2]: Entering directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9' make[1]: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9' make: Leaving directory '/usr/src/RPM/BUILD/ipaudit-1.0rc9' + /bin/install -pD -m444 /usr/src/tmp/ipaudit-buildroot/usr/man/man1/total.1 /usr/src/tmp/ipaudit-buildroot/usr/share/man/man1/total.1 + /bin/install -pD -m444 /usr/src/tmp/ipaudit-buildroot/usr/man/man8/ipaudit.8 /usr/src/tmp/ipaudit-buildroot/usr/share/man/man8/ipaudit.8 + /bin/install -pD -m444 /usr/src/tmp/ipaudit-buildroot/usr/man/man8/ipstrings.8 /usr/src/tmp/ipaudit-buildroot/usr/share/man/man8/ipstrings.8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ipaudit-buildroot (auto) mode of 'usr/share/man/man8/ipstrings.8' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/ipaudit.8' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man1/total.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ipaudit-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ipaudit-buildroot/ (default) Compressing files in /usr/src/tmp/ipaudit-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ipaudit-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: ipaudit-1.0-alt1rc9.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.49392 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ipaudit-1.0rc9 + DOCDIR=/usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + export DOCDIR + rm -rf /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + /bin/mkdir -p /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + cp -prL README /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + chmod -R go-w /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + chmod -R a+rX /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VYZZR3 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.lUl8UT find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libpcap.so.0.8()(64bit) >= set:kgzkKujW9Zmz32C6l9xomIup4r2H45VfTe2, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A1grWS Creating ipaudit-debuginfo package Processing files: ipaudit-debuginfo-1.0-alt1rc9.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Pr5n5V find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6uVcsn find-requires: running scripts (debuginfo) Requires: ipaudit = 1.0-alt1rc9.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libpcap.so.0.8) warning: Installed (but unpackaged) file(s) found: /usr/man/man1/total.1.xz /usr/man/man8/ipaudit.8.xz /usr/man/man8/ipstrings.8.xz Wrote: /usr/src/RPM/RPMS/x86_64/ipaudit-1.0-alt1rc9.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ipaudit-debuginfo-1.0-alt1rc9.qa1.x86_64.rpm (w2.lzdio) 2.15user 1.13system 0:08.06elapsed 40%CPU (0avgtext+0avgdata 43048maxresident)k 0inputs+0outputs (0major+528268minor)pagefaults 0swaps /.out/ipaudit-1.0-alt1rc9.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/ipaudit-debuginfo-1.0-alt1rc9.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 1.72user 1.08system 0:12.53elapsed 22%CPU (0avgtext+0avgdata 110468maxresident)k 0inputs+0outputs (32918major+155441minor)pagefaults 0swaps --- ipaudit-1.0-alt1rc9.qa1.x86_64.rpm.repo 2013-04-16 16:07:15.000000000 +0000 +++ ipaudit-1.0-alt1rc9.qa1.x86_64.rpm.hasher 2023-04-19 01:42:09.350364279 +0000 @@ -5,5 +5,5 @@ /usr/share/doc/ipaudit-1.0/README 100644 root:root -/usr/share/man/man1/total.1.gz 100644 root:root -/usr/share/man/man8/ipaudit.8.bz2 100644 root:root -/usr/share/man/man8/ipstrings.8.gz 100644 root:root +/usr/share/man/man1/total.1.xz 100644 root:root +/usr/share/man/man8/ipaudit.8.xz 100644 root:root +/usr/share/man/man8/ipstrings.8.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -13,2 +13,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -21,10 +22,10 @@ Provides: ipaudit = 1.0-alt1rc9.qa1 -File: /usr/bin/total 100755 root:root f482483d61494c0140329eca9e5efbae -File: /usr/sbin/ipaudit 100755 root:root 1bb8ff25746521d092f2afa454ab331e -File: /usr/sbin/ipstrings 100755 root:root cafdccc08ed44edf7e09a837414f9e91 +File: /usr/bin/total 100755 root:root 41dd7d3f032c38e19972166960971d34 +File: /usr/sbin/ipaudit 100755 root:root 9cbe5c17c6cee77326d5103d08744865 +File: /usr/sbin/ipstrings 100755 root:root ac8e5415043dbcf3bb8b04ba175f24a6 File: /usr/share/doc/ipaudit-1.0 40755 root:root File: /usr/share/doc/ipaudit-1.0/README 100644 root:root 132eaf0b35c70918af22571d4ff3f38a -File: /usr/share/man/man1/total.1.gz 100644 root:root b93b1cb01754618dbdc6258ec8208765 -File: /usr/share/man/man8/ipaudit.8.bz2 100644 root:root 7390d25e17b0136a840039be94b7a9bd -File: /usr/share/man/man8/ipstrings.8.gz 100644 root:root 0478863517a63ea1b4bf9c19d70788cb -RPMIdentity: 2adcbd0dd0928bbd37e00f38fe6d867e76356763778b6be284331177ec715a56451db507f9eba9a1dec3957e091a2f9fc2411269ed6464c95cf7568739d7cbb7 +File: /usr/share/man/man1/total.1.xz 100644 root:root a1656859fea24ce6ab83e5dd792d94d8 +File: /usr/share/man/man8/ipaudit.8.xz 100644 root:root a3da1e8f5c7abcccb5b5bfef73b39f27 +File: /usr/share/man/man8/ipstrings.8.xz 100644 root:root 4808e8d31c58b91efb1aa3b9f2eed7a4 +RPMIdentity: e6fa4ec1e1130c338eb1a5a85c5ad3e58d7c3546fdcb28dd0967a9c3f7b71c63785dc515aa194b19f8d0c77432b9402bdc9dd306a74615a080023cf90b582b81 --- ipaudit-debuginfo-1.0-alt1rc9.qa1.x86_64.rpm.repo 2013-04-16 16:07:15.000000000 +0000 +++ ipaudit-debuginfo-1.0-alt1rc9.qa1.x86_64.rpm.hasher 2023-04-19 01:42:09.431365232 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/7a 40755 root:root -/usr/lib/debug/.build-id/7a/9945ed670d9daecdfd3d9892648371e67d0251 120777 root:root ../../../../sbin/ipstrings -/usr/lib/debug/.build-id/7a/9945ed670d9daecdfd3d9892648371e67d0251.debug 120777 root:root ../../usr/sbin/ipstrings.debug -/usr/lib/debug/.build-id/8e 40755 root:root -/usr/lib/debug/.build-id/8e/9bb952a7016014d9ea61c09e02cdd54787c53e 120777 root:root ../../../../bin/total -/usr/lib/debug/.build-id/8e/9bb952a7016014d9ea61c09e02cdd54787c53e.debug 120777 root:root ../../usr/bin/total.debug -/usr/lib/debug/.build-id/fa 40755 root:root -/usr/lib/debug/.build-id/fa/cf830f125da906c68b0a6f3366148bb4e105f8 120777 root:root ../../../../sbin/ipaudit -/usr/lib/debug/.build-id/fa/cf830f125da906c68b0a6f3366148bb4e105f8.debug 120777 root:root ../../usr/sbin/ipaudit.debug +/usr/lib/debug/.build-id/2d 40755 root:root +/usr/lib/debug/.build-id/2d/2e84a357f42edcb0569624eacdcff4d556ea14 120777 root:root ../../../../sbin/ipaudit +/usr/lib/debug/.build-id/2d/2e84a357f42edcb0569624eacdcff4d556ea14.debug 120777 root:root ../../usr/sbin/ipaudit.debug +/usr/lib/debug/.build-id/b6 40755 root:root +/usr/lib/debug/.build-id/b6/e09ff0235025c1b82e82cfa70a3da30cf5a2c6 120777 root:root ../../../../sbin/ipstrings +/usr/lib/debug/.build-id/b6/e09ff0235025c1b82e82cfa70a3da30cf5a2c6.debug 120777 root:root ../../usr/sbin/ipstrings.debug +/usr/lib/debug/.build-id/b7 40755 root:root +/usr/lib/debug/.build-id/b7/aee43f10299d15038b672b1241fbf826e1b730 120777 root:root ../../../../bin/total +/usr/lib/debug/.build-id/b7/aee43f10299d15038b672b1241fbf826e1b730.debug 120777 root:root ../../usr/bin/total.debug /usr/lib/debug/usr/bin/total.debug 100644 root:root @@ -29,14 +29,14 @@ Provides: ipaudit-debuginfo = 1.0-alt1rc9.qa1 -File: /usr/lib/debug/.build-id/7a 40755 root:root -File: /usr/lib/debug/.build-id/7a/9945ed670d9daecdfd3d9892648371e67d0251 120777 root:root ../../../../sbin/ipstrings -File: /usr/lib/debug/.build-id/7a/9945ed670d9daecdfd3d9892648371e67d0251.debug 120777 root:root ../../usr/sbin/ipstrings.debug -File: /usr/lib/debug/.build-id/8e 40755 root:root -File: /usr/lib/debug/.build-id/8e/9bb952a7016014d9ea61c09e02cdd54787c53e 120777 root:root ../../../../bin/total -File: /usr/lib/debug/.build-id/8e/9bb952a7016014d9ea61c09e02cdd54787c53e.debug 120777 root:root ../../usr/bin/total.debug -File: /usr/lib/debug/.build-id/fa 40755 root:root -File: /usr/lib/debug/.build-id/fa/cf830f125da906c68b0a6f3366148bb4e105f8 120777 root:root ../../../../sbin/ipaudit -File: /usr/lib/debug/.build-id/fa/cf830f125da906c68b0a6f3366148bb4e105f8.debug 120777 root:root ../../usr/sbin/ipaudit.debug -File: /usr/lib/debug/usr/bin/total.debug 100644 root:root 9f7798dc9c91365cee13c19710991213 -File: /usr/lib/debug/usr/sbin/ipaudit.debug 100644 root:root 4aa675990c109378191d7bcd1cab06ff -File: /usr/lib/debug/usr/sbin/ipstrings.debug 100644 root:root fd712bf5636fc427e87067980311e111 +File: /usr/lib/debug/.build-id/2d 40755 root:root +File: /usr/lib/debug/.build-id/2d/2e84a357f42edcb0569624eacdcff4d556ea14 120777 root:root ../../../../sbin/ipaudit +File: /usr/lib/debug/.build-id/2d/2e84a357f42edcb0569624eacdcff4d556ea14.debug 120777 root:root ../../usr/sbin/ipaudit.debug +File: /usr/lib/debug/.build-id/b6 40755 root:root +File: /usr/lib/debug/.build-id/b6/e09ff0235025c1b82e82cfa70a3da30cf5a2c6 120777 root:root ../../../../sbin/ipstrings +File: /usr/lib/debug/.build-id/b6/e09ff0235025c1b82e82cfa70a3da30cf5a2c6.debug 120777 root:root ../../usr/sbin/ipstrings.debug +File: /usr/lib/debug/.build-id/b7 40755 root:root +File: /usr/lib/debug/.build-id/b7/aee43f10299d15038b672b1241fbf826e1b730 120777 root:root ../../../../bin/total +File: /usr/lib/debug/.build-id/b7/aee43f10299d15038b672b1241fbf826e1b730.debug 120777 root:root ../../usr/bin/total.debug +File: /usr/lib/debug/usr/bin/total.debug 100644 root:root 3c1c44a5d7802b52c3fca1a7070147ac +File: /usr/lib/debug/usr/sbin/ipaudit.debug 100644 root:root d9d22a0638fa7ae0e12fc0feb767b38e +File: /usr/lib/debug/usr/sbin/ipstrings.debug 100644 root:root ddc0a895268918a1458e9cc269486671 File: /usr/src/debug/ipaudit-1.0rc9 40755 root:root @@ -51,2 +51,2 @@ File: /usr/src/debug/ipaudit-1.0rc9/src/total.c 100644 root:root e6a3628e3db39eba98e72920d82ab86e -RPMIdentity: c641726370a5b9e166b06e2d6e77b5d8f35b80b2d3ffd324d44a657e9f5ed10e96d48ac33d3ce5196d232f2503924dbaa431e965a5e08f43f16c200f39b6773f +RPMIdentity: de1fd83df81e5ebcf26ee4f0e4e6b877a6e0d7cc1af5d62158aaa7429299111e3fce09416a65cc0c7e971b2748d951f78ae86827e5ed18ea0a7676ed6eaf4864