Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/rbldnsd.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-d973a15c06ca038424114dcd4bdaa9b6f982860c/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/rbldnsd.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/rbldnsd-0.998-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/rbldnsd.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-d973a15c06ca038424114dcd4bdaa9b6f982860c/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/rbldnsd.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.srejJH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rbldnsd-0.998 + /usr/bin/gzip -dc /builddir/build/SOURCES/rbldnsd-0.998.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd rbldnsd-0.998 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (rbldnsd-0.997a-format.patch): + echo 'Patch #0 (rbldnsd-0.997a-format.patch):' + /usr/bin/cat /builddir/build/SOURCES/rbldnsd-0.997a-format.patch + /usr/bin/patch -p0 --fuzz=0 patching file rbldnsd.c + sed -i -e 's@/var/lib/rbldns\([/ ]\)@/var/lib/rbldnsd\1@g' -e 's@\(-r/[a-z/]*\) -b@\1 -q -b@g' debian/rbldnsd.default + cp -p /builddir/build/SOURCES/rbldnsd.init /builddir/build/SOURCES/rbldnsd.conf /builddir/build/SOURCES/rbldnsctl /builddir/build/SOURCES/README.systemd ./ + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I3v72m + umask 022 + cd /builddir/build/BUILD + cd rbldnsd-0.998 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + ./configure configure: rbldnsd... 0.998 (05 Dec 2015) checking for C compiler... gcc checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld) can produce executables... yes checking for ranlib... ranlib checking for stdint.h... yes checking whether C compiler defines __SIZEOF_POINTER__... yes checking byte order... little-endian checking for inline... yes checking for socklen_t... yes checking for libraries needed for connect()... ok (none needed) checking for IPv6... yes checking for mallinfo()... yes checking for poll()... yes checking for vsnprintf()... yes checking for writev()/readv()... yes checking for setitimer()... yes checking for zlib support... yes creating Makefile... ok creating config.h... ok creating config.status... ok all done. + make rbldnsd VERSION="0.998 (05 Dec 2015)" gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd.c -DVERSION="\"0.998 (05 Dec 2015)\"" rbldnsd.c: In function 'error': rbldnsd.c:83:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, buf, l); ^ rbldnsd.c: In function 'init': rbldnsd.c:614:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(cfd, "", 1); ^ rbldnsd.c: In function 'do_reload': rbldnsd.c:778:35: warning: ignoring return value of 'readv', declared with attribute warn_unused_result [-Wunused-result] # define ipc_read_stats(fd) readv(fd, stats_iov, numzones) ^ rbldnsd.c:990:5: note: in expansion of macro 'ipc_read_stats' ipc_read_stats(cfd); ^ rbldnsd.c: In function 'do_signalled': rbldnsd.c:779:36: warning: ignoring return value of 'writev', declared with attribute warn_unused_result [-Wunused-result] # define ipc_write_stats(fd) writev(fd, stats_iov, numzones) ^ rbldnsd.c:1002:7: note: in expansion of macro 'ipc_write_stats' ipc_write_stats(1); ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_zones.c rbldnsd_zones.c: In function 'ds_special': rbldnsd_zones.c:207:2: warning: #warning NS record compatibility mode: remove for 1.0 final [-Wcpp] #warning NS record compatibility mode: remove for 1.0 final ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_packet.c rbldnsd_packet.c: In function 'logreply': rbldnsd_packet.c:1003:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fileno(flog), cbuf, cp - cbuf); ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_ip4set.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_ip4tset.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_ip4trie.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_ip6tset.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_ip6trie.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_dnset.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_generic.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_combined.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_acl.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rbldnsd_util.c rbldnsd_util.c: In function 'vdslog': rbldnsd_util.c:558:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, buf, l); ^ rbldnsd_util.c:561:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, buf, l); ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_ptodn.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_dntop.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_dntol.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_dnlen.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_dnlabels.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_dnequ.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_dnreverse.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_findname.c awk -f dns_maketab.awk dns.h > dns_nametab.c.tmp mv -f dns_nametab.c.tmp dns_nametab.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c dns_nametab.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c ip4parse.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c ip4atos.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c ip4mask.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c ip6addr.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c mempool.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c istream.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c btrie.c rm -f librbldnsd.a ar rv librbldnsd.a dns_ptodn.o dns_dntop.o dns_dntol.o dns_dnlen.o dns_dnlabels.o dns_dnequ.o dns_dnreverse.o dns_findname.o dns_nametab.o ip4parse.o ip4atos.o ip4mask.o ip6addr.o mempool.o istream.o btrie.o ar: creating librbldnsd.a a - dns_ptodn.o a - dns_dntop.o a - dns_dntol.o a - dns_dnlen.o a - dns_dnlabels.o a - dns_dnequ.o a - dns_dnreverse.o a - dns_findname.o a - dns_nametab.o a - ip4parse.o a - ip4atos.o a - ip4mask.o a - ip6addr.o a - mempool.o a - istream.o a - btrie.o ranlib librbldnsd.a gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o rbldnsd rbldnsd.o rbldnsd_zones.o rbldnsd_packet.o rbldnsd_ip4set.o rbldnsd_ip4tset.o rbldnsd_ip4trie.o rbldnsd_ip6tset.o rbldnsd_ip6trie.o rbldnsd_dnset.o rbldnsd_generic.o rbldnsd_combined.o rbldnsd_acl.o rbldnsd_util.o librbldnsd.a -lz + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Et3blA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm ++ dirname /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm + cd rbldnsd-0.998 + rm -rf /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm + mkdir -p /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/sbin /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/man/man8 /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/etc/rc.d/init.d /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/etc/sysconfig + mkdir -p /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/etc/systemd /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/var/lib/rbldnsd + install -p -m 755 rbldnsd /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/sbin/ + install -p -m 644 rbldnsd.8 /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/man/man8/ + install -p -m 644 debian/rbldnsd.default /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/etc/sysconfig/rbldnsd + install -p -m 644 rbldnsd.conf /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/etc/systemd/ + install -p -m 755 rbldnsctl /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/sbin/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/rbldnsd-0.998 extracting debug info from /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/sbin/rbldnsd dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 613 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: rbldnsd-0.998-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XKakp7 + umask 022 + cd /builddir/build/BUILD + cd rbldnsd-0.998 + DOCDIR=/builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/doc/rbldnsd-0.998 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/doc/rbldnsd-0.998 + cp -pr README.user /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/doc/rbldnsd-0.998 + cp -pr NEWS /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/doc/rbldnsd-0.998 + cp -pr TODO /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/doc/rbldnsd-0.998 + cp -pr debian/changelog /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/doc/rbldnsd-0.998 + cp -pr CHANGES-0.81 /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/doc/rbldnsd-0.998 + cp -pr README.systemd /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm/usr/share/doc/rbldnsd-0.998 + exit 0 Provides: config(rbldnsd) = 0.998-1.el7 rbldnsd = 0.998-1.el7 rbldnsd(armv7hl-32) = 0.998-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh /sbin/chkconfig shadow-utils systemd-sysv Requires(post): /bin/sh systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: /bin/bash ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.16) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libz.so.1 rtld(GNU_HASH) Processing files: rbldnsd-debuginfo-0.998-1.el7.armv7hl Provides: rbldnsd-debuginfo = 0.998-1.el7 rbldnsd-debuginfo(armv7hl-32) = 0.998-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm Wrote: /builddir/build/RPMS/rbldnsd-0.998-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/rbldnsd-debuginfo-0.998-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lqDXLa + umask 022 + cd /builddir/build/BUILD + cd rbldnsd-0.998 + rm -rf /builddir/build/BUILDROOT/rbldnsd-0.998-1.el7.arm + exit 0 Child return code was: 0 LEAVE do -->