<86>Dec 2 05:57:58 userdel[3707466]: delete user 'rooter' <86>Dec 2 05:57:58 userdel[3707466]: removed group 'rooter' owned by 'rooter' <86>Dec 2 05:57:58 userdel[3707466]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 2 05:57:58 groupadd[3707520]: group added to /etc/group: name=rooter, GID=1871 <86>Dec 2 05:57:58 groupadd[3707520]: group added to /etc/gshadow: name=rooter <86>Dec 2 05:57:58 groupadd[3707520]: new group: name=rooter, GID=1871 <86>Dec 2 05:57:58 useradd[3707552]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Dec 2 05:57:58 userdel[3707618]: delete user 'builder' <86>Dec 2 05:57:58 userdel[3707618]: removed group 'builder' owned by 'builder' <86>Dec 2 05:57:58 userdel[3707618]: removed shadow group 'builder' owned by 'builder' <86>Dec 2 05:57:58 groupadd[3707650]: group added to /etc/group: name=builder, GID=1872 <86>Dec 2 05:57:58 groupadd[3707650]: group added to /etc/gshadow: name=builder <86>Dec 2 05:57:58 groupadd[3707650]: new group: name=builder, GID=1872 <86>Dec 2 05:57:58 useradd[3707676]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ipaudit-1.0-alt1rc9.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>Dec 2 05:58:01 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667413000 installed <13>Dec 2 05:58:01 rpmi: libsystemd-1:254.5-alt1.2 sisyphus+331053.100.1.1 1696514800 installed <13>Dec 2 05:58:01 rpmi: libdbus-1.14.10-alt1 sisyphus+328676.100.1.1 1693833782 installed <13>Dec 2 05:58:01 rpmi: libpcap0.8-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Dec 2 05:58:01 rpmi: libpcap-devel-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.97713 + 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.97713 + 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 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' 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' 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.3745 + 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) verify-elf: WARNING: ./usr/sbin/ipaudit: uses non-LFS functions: fopen open verify-elf: WARNING: ./usr/bin/total: uses non-LFS functions: fopen Processing files: ipaudit-1.0-alt1rc9.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.3745 + 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.JLq4wM 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.0hkO6x find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libpcap.so.0.8 >= 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.mbpo7R 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.QoOsAp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OEVEZt find-requires: running scripts (debuginfo) Requires: ipaudit = 1.0-alt1rc9.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(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/i586/ipaudit-1.0-alt1rc9.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ipaudit-debuginfo-1.0-alt1rc9.qa1.i586.rpm (w2.lzdio) 2.07user 1.70system 0:08.21elapsed 45%CPU (0avgtext+0avgdata 35628maxresident)k 0inputs+0outputs (0major+487796minor)pagefaults 0swaps /.out/ipaudit-1.0-alt1rc9.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/ipaudit-debuginfo-1.0-alt1rc9.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 2.90user 1.37system 0:14.53elapsed 29%CPU (0avgtext+0avgdata 126008maxresident)k 0inputs+0outputs (0major+195306minor)pagefaults 0swaps --- ipaudit-1.0-alt1rc9.qa1.i586.rpm.repo 2013-04-16 16:07:15.000000000 +0000 +++ ipaudit-1.0-alt1rc9.qa1.i586.rpm.hasher 2023-12-02 05:58:11.287266140 +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: /lib/ld-linux.so.2 @@ -11,4 +11,6 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.15) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -21,10 +23,10 @@ Provides: ipaudit = 1.0-alt1rc9.qa1 -File: /usr/bin/total 100755 root:root 7e73feb14a49b1682816d65d08ef2db3 -File: /usr/sbin/ipaudit 100755 root:root 918fa861beab3416d685256b7af85e8e -File: /usr/sbin/ipstrings 100755 root:root a5745252c03d58f3f462cc24e997aa7b +File: /usr/bin/total 100755 root:root d89e7c922254ee9c6a38d0033955d80e +File: /usr/sbin/ipaudit 100755 root:root 3c7bdd845fc8330e5344eab6dcf74622 +File: /usr/sbin/ipstrings 100755 root:root 18594fd2c2f82bb431b9781fc751e4a4 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: 4a45c5196166d86ad884ac6e7373f79ccfc0137e597c6cba587bc2a5ae7bd98aedf846c6d91e26904219bdebd6079c34016a1c94a07fb28b026c8fc84d7901fa +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: 14456eca0a56adfcc5c6bac82ec675f509f46cfc8e0247b0bd1e8b044dcbb41a6d7cc8e0f0cd6fd708f291af36bcbb9df05c55044291af9e807e5c0ed01a3fc8 --- ipaudit-debuginfo-1.0-alt1rc9.qa1.i586.rpm.repo 2013-04-16 16:07:15.000000000 +0000 +++ ipaudit-debuginfo-1.0-alt1rc9.qa1.i586.rpm.hasher 2023-12-02 05:58:11.340267201 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/62 40755 root:root -/usr/lib/debug/.build-id/62/a411b48da903a3e6b2ac423f3a69adab7a8e1e 120777 root:root ../../../../sbin/ipaudit -/usr/lib/debug/.build-id/62/a411b48da903a3e6b2ac423f3a69adab7a8e1e.debug 120777 root:root ../../usr/sbin/ipaudit.debug -/usr/lib/debug/.build-id/8c 40755 root:root -/usr/lib/debug/.build-id/8c/ed07d451c38574ab15bd485d2a4f99db48e7a5 120777 root:root ../../../../bin/total -/usr/lib/debug/.build-id/8c/ed07d451c38574ab15bd485d2a4f99db48e7a5.debug 120777 root:root ../../usr/bin/total.debug -/usr/lib/debug/.build-id/fa 40755 root:root -/usr/lib/debug/.build-id/fa/dffacb339f992fc03295cdcaa22645bfa5f8fc 120777 root:root ../../../../sbin/ipstrings -/usr/lib/debug/.build-id/fa/dffacb339f992fc03295cdcaa22645bfa5f8fc.debug 120777 root:root ../../usr/sbin/ipstrings.debug +/usr/lib/debug/.build-id/13 40755 root:root +/usr/lib/debug/.build-id/13/0796b1bf36c55e08053681e67f3210dff41a4c 120777 root:root ../../../../sbin/ipstrings +/usr/lib/debug/.build-id/13/0796b1bf36c55e08053681e67f3210dff41a4c.debug 120777 root:root ../../usr/sbin/ipstrings.debug +/usr/lib/debug/.build-id/1a 40755 root:root +/usr/lib/debug/.build-id/1a/64171bd3bedf0204a5aa2e5f373322823eaef5 120777 root:root ../../../../sbin/ipaudit +/usr/lib/debug/.build-id/1a/64171bd3bedf0204a5aa2e5f373322823eaef5.debug 120777 root:root ../../usr/sbin/ipaudit.debug +/usr/lib/debug/.build-id/80 40755 root:root +/usr/lib/debug/.build-id/80/0b0be02b20f6bd2c027bb4ec6ee517b1a455ff 120777 root:root ../../../../bin/total +/usr/lib/debug/.build-id/80/0b0be02b20f6bd2c027bb4ec6ee517b1a455ff.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/62 40755 root:root -File: /usr/lib/debug/.build-id/62/a411b48da903a3e6b2ac423f3a69adab7a8e1e 120777 root:root ../../../../sbin/ipaudit -File: /usr/lib/debug/.build-id/62/a411b48da903a3e6b2ac423f3a69adab7a8e1e.debug 120777 root:root ../../usr/sbin/ipaudit.debug -File: /usr/lib/debug/.build-id/8c 40755 root:root -File: /usr/lib/debug/.build-id/8c/ed07d451c38574ab15bd485d2a4f99db48e7a5 120777 root:root ../../../../bin/total -File: /usr/lib/debug/.build-id/8c/ed07d451c38574ab15bd485d2a4f99db48e7a5.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/dffacb339f992fc03295cdcaa22645bfa5f8fc 120777 root:root ../../../../sbin/ipstrings -File: /usr/lib/debug/.build-id/fa/dffacb339f992fc03295cdcaa22645bfa5f8fc.debug 120777 root:root ../../usr/sbin/ipstrings.debug -File: /usr/lib/debug/usr/bin/total.debug 100644 root:root 3a35d844778920a10b45f869d0c7c237 -File: /usr/lib/debug/usr/sbin/ipaudit.debug 100644 root:root cdfdbbcbe5696e8788f8b4d0bca1b223 -File: /usr/lib/debug/usr/sbin/ipstrings.debug 100644 root:root 42d59701e82c10a00f910e4f2eb5d636 +File: /usr/lib/debug/.build-id/13 40755 root:root +File: /usr/lib/debug/.build-id/13/0796b1bf36c55e08053681e67f3210dff41a4c 120777 root:root ../../../../sbin/ipstrings +File: /usr/lib/debug/.build-id/13/0796b1bf36c55e08053681e67f3210dff41a4c.debug 120777 root:root ../../usr/sbin/ipstrings.debug +File: /usr/lib/debug/.build-id/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/64171bd3bedf0204a5aa2e5f373322823eaef5 120777 root:root ../../../../sbin/ipaudit +File: /usr/lib/debug/.build-id/1a/64171bd3bedf0204a5aa2e5f373322823eaef5.debug 120777 root:root ../../usr/sbin/ipaudit.debug +File: /usr/lib/debug/.build-id/80 40755 root:root +File: /usr/lib/debug/.build-id/80/0b0be02b20f6bd2c027bb4ec6ee517b1a455ff 120777 root:root ../../../../bin/total +File: /usr/lib/debug/.build-id/80/0b0be02b20f6bd2c027bb4ec6ee517b1a455ff.debug 120777 root:root ../../usr/bin/total.debug +File: /usr/lib/debug/usr/bin/total.debug 100644 root:root fb99a7590faf79d7cb6d50ec7fe2be7e +File: /usr/lib/debug/usr/sbin/ipaudit.debug 100644 root:root 9134cf988ba34e90d24a054b993ae0ff +File: /usr/lib/debug/usr/sbin/ipstrings.debug 100644 root:root f3b77751d62a600d0e2112ef04ed17b0 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: ce5cfda499d070f1a4ca9215a66894282e47dd9dcc8b09e0828c3a3ce5d3508f839ec710ba1468be4b8d6bb733590bf1cbf24f348abae59f5a790001958a97fe +RPMIdentity: fc98e13e39fdd4ad49256e44a62df7f2eca0d93ce440ff411bb189337cc1febb2123858e63c2fded1e863daa9c49dd77effb4ab7f03a0de8c2a7813838f7a842