Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/sectool.spec'], False, '/var/lib/mock/dist-f12-build-589555-85173/root/', None, 86400, True, 0, 427, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/sectool.spec'] warning: Could not canonicalize hostname: x86-2.fedora.phx.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/sectool-0.9.4-1.fc12.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/sectool.spec'], False, '/var/lib/mock/dist-f12-build-589555-85173/root/', None, 86400, True, 0, 427, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/sectool.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.misZJW + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf sectool-0.9.4 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/sectool-0.9.4.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sectool-0.9.4 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (sectool-0.9.2-optflags.patch):' Patch #1 (sectool-0.9.2-optflags.patch): + /bin/cat /builddir/build/SOURCES/sectool-0.9.2-optflags.patch + /usr/bin/patch -s -p1 -b --suffix .optflags --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DLEuuV + umask 022 + cd /builddir/build/BUILD + cd sectool-0.9.4 + LANG=C + export LANG + unset DISPLAY + make -j4 for d in src po doc; do make -C $d; [ $? = 0 ] || exit 1; done make[1]: Entering directory `/builddir/build/BUILD/sectool-0.9.4/src' sed -i 's,APP_VERSION = \(.*\),APP_VERSION = "0.9.4",' ./src/sectool-gui.py make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. gcc -Wall -O2 -ffast-math -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -D_FILE_OFFSET_BITS=64 -DTEST_SELINUX -I/usr/include/rpm sectool.c filesystem.c -lrpm -lselinux -o filesystem sed -i 's,APP_VERSION = \(.*\),APP_VERSION = "0.9.4",' ./src/sectool.py make[1]: Leaving directory `/builddir/build/BUILD/sectool-0.9.4/src' make[1]: Entering directory `/builddir/build/BUILD/sectool-0.9.4/po' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. xgettext --default-domain=sectool --add-comments --keyword=_ --keyword=N_ --keyword=report:3 ../src/__init__.py ../src/actions.py ../src/guiOutput.py ../src/guiRender.py ../src/mailoutput.py ../src/makeprof.py ../src/output.py ../src/sectool-gui.py ../src/sectool-mechanism.py ../src/sectool.py ../src/tuierrors.py ../src/tuiselftest.py ../tests/aliases.sh ../tests/bash_defs.sh ../tests/bash_defs_debug.sh ../tests/bootloader.sh ../tests/cron.sh ../tests/disc_usage.sh ../tests/exec-shield.sh ../tests/firewall.sh ../tests/group.sh ../tests/home_dirs.sh ../tests/home_files.sh ../tests/integrity.sh ../tests/logfiles.sh ../tests/netserv.sh ../tests/nfs.sh ../tests/openssh.sh ../tests/openvpn.sh ../tests/pam.sh ../tests/passwd.sh ../tests/path.sh ../tests/permissions.sh ../tests/removedlibs.sh ../tests/root_dirs.sh ../tests/routing.sh ../tests/selftest.sh ../tests/selinux.sh ../tests/shadow.sh ../tests/tcp_wrappers.sh ../tests/xinetd.sh ../src/filesystem.c ../src/sectool.c ../src/actions.py:180: warning: 'msgid' format string with unnamed arguments cannot be properly localized: The translator cannot reorder the arguments. Please consider using a format string with named arguments, and a mapping instead of a tuple for the arguments. ../src/actions.py:301: warning: 'msgid' format string with unnamed arguments cannot be properly localized: The translator cannot reorder the arguments. Please consider using a format string with named arguments, and a mapping instead of a tuple for the arguments. xgettext: ../src/guiOutput.py:2: Unknown encoding "UTF8". Proceeding with ASCII instead. ../src/guiOutput.py:487: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. xgettext: ../src/guiRender.py:2: Unknown encoding "UTF8". Proceeding with ASCII instead. ../src/output.py:207: warning: 'msgid' format string with unnamed arguments cannot be properly localized: The translator cannot reorder the arguments. Please consider using a format string with named arguments, and a mapping instead of a tuple for the arguments. ../src/output.py:210: warning: 'msgid' format string with unnamed arguments cannot be properly localized: The translator cannot reorder the arguments. Please consider using a format string with named arguments, and a mapping instead of a tuple for the arguments. ../src/output.py:231: warning: 'msgid' format string with unnamed arguments cannot be properly localized: The translator cannot reorder the arguments. Please consider using a format string with named arguments, and a mapping instead of a tuple for the arguments. xgettext: ../src/sectool-gui.py:2: Unknown encoding "UTF8". Proceeding with ASCII instead. xgettext: ../src/sectool.py:2: Unknown encoding "UTF8". Proceeding with ASCII instead. make refresh-po make[2]: Entering directory `/builddir/build/BUILD/sectool-0.9.4/po' for cat in cs.po de.po de_CH.po el.po es.po fr.po it.po nl.po pl.po pt_BR.po sk.po sr.po sr@latin.po zh_CN.po; do \ lang=`basename $cat .po`; \ if msgmerge -v $lang.po sectool.pot > $lang.pot ; then \ mv -f $lang.pot $lang.po ; \ echo "msgmerge -v of $lang succeeded" ; \ else \ echo "msgmerge -v of $lang failed" ; \ rm -f $lang.pot ; \ fi \ done .......................................... Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 21. msgmerge -v of cs succeeded .......................................... Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 25. msgmerge -v of de succeeded ........................................... Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 25. msgmerge -v of de_CH succeeded ..................................................... Read 1 old + 1 reference, merged 350, fuzzied 0, missing 9, obsolete 7. msgmerge -v of el succeeded ......................................... Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 4. msgmerge -v of es succeeded ............................................ Read 1 old + 1 reference, merged 350, fuzzied 2, missing 7, obsolete 5. msgmerge -v of fr succeeded .......................................... Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 4. msgmerge -v of it succeeded ................................................ Read 1 old + 1 reference, merged 350, fuzzied 0, missing 9, obsolete 7. msgmerge -v of nl succeeded ........................................... Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 4. msgmerge -v of pl succeeded ............................................ Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 27. msgmerge -v of pt_BR succeeded .................................................. Read 1 old + 1 reference, merged 350, fuzzied 0, missing 9, obsolete 7. msgmerge -v of sk succeeded ............................................ Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 4. msgmerge -v of sr succeeded ......................................... Read 1 old + 1 reference, merged 350, fuzzied 3, missing 6, obsolete 4. msgmerge -v of sr@latin succeeded ............................................ Read 1 old + 1 reference, merged 350, fuzzied 2, missing 7, obsolete 5. msgmerge -v of zh_CN succeeded make[2]: Leaving directory `/builddir/build/BUILD/sectool-0.9.4/po' msgfmt --statistics --check-format --verbose -o cs.mo cs.po 274 translated messages, 21 fuzzy translations, 63 untranslated messages. msgfmt --statistics --check-format --verbose -o de.mo de.po 349 translated messages, 3 fuzzy translations, 6 untranslated messages. msgfmt --statistics --check-format --verbose -o de_CH.mo de_CH.po 349 translated messages, 3 fuzzy translations, 6 untranslated messages. msgfmt --statistics --check-format --verbose -o el.mo el.po 1 translated message, 357 untranslated messages. msgfmt --statistics --check-format --verbose -o es.mo es.po 349 translated messages, 3 fuzzy translations, 6 untranslated messages. msgfmt --statistics --check-format --verbose -o fr.mo fr.po 117 translated messages, 2 fuzzy translations, 239 untranslated messages. msgfmt --statistics --check-format --verbose -o it.mo it.po 349 translated messages, 3 fuzzy translations, 6 untranslated messages. msgfmt --statistics --check-format --verbose -o nl.mo nl.po 0 translated messages, 358 untranslated messages. msgfmt --statistics --check-format --verbose -o pl.mo pl.po 349 translated messages, 3 fuzzy translations, 6 untranslated messages. msgfmt --statistics --check-format --verbose -o pt_BR.mo pt_BR.po 349 translated messages, 3 fuzzy translations, 6 untranslated messages. msgfmt --statistics --check-format --verbose -o sk.mo sk.po 0 translated messages, 358 untranslated messages. msgfmt --statistics --check-format --verbose -o sr.mo sr.po 349 translated messages, 3 fuzzy translations, 6 untranslated messages. msgfmt --statistics --check-format --verbose -o sr@latin.mo sr@latin.po 349 translated messages, 3 fuzzy translations, 6 untranslated messages. msgfmt --statistics --check-format --verbose -o zh_CN.mo zh_CN.po 75 translated messages, 3 fuzzy translations, 280 untranslated messages. lngs="cs de el es it pl pt_BR sk sr sr@latin"; \ for lng in $lngs; do \ if [ ! -f $lng.po ]; then \ msginit --no-translator -l $lng -i sectool.pot; \ msgfmt --statistics --check-format --verbose -o $lng.mo $lng.po; \ fi \ done make[1]: Leaving directory `/builddir/build/BUILD/sectool-0.9.4/po' make[1]: Entering directory `/builddir/build/BUILD/sectool-0.9.4/doc' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. asciidoc -a toc -a toclevels=1 tests_documentation.doc DEPRECATED: tests_documentation.doc: line 219: old bibliography list syntax DEPRECATED: tests_documentation.doc: line 344: old bibliography list syntax DEPRECATED: tests_documentation.doc: line 720: old bibliography list syntax DEPRECATED: tests_documentation.doc: line 751: old bibliography list syntax make[1]: Leaving directory `/builddir/build/BUILD/sectool-0.9.4/doc' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Gb3Of2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 ++ dirname /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 + cd sectool-0.9.4 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 + make DESTDIR=/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 install # directories mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/tests mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/pam.d mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/security/console.apps mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/bin mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/sbin mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/var/lib/sectool mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/applications mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/pixmaps/sectool mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/man mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/man/man8 mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/scheduler #mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/tests mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/PolicyKit/policy/ mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/dbus-1/system.d/ mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/dbus-1/system-services/ mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests # sectool.conf install -p -m644 sectool.conf /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool sed -i 's,DSC_DIR=\(.*\),DSC_DIR=/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/tests,' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/sectool.conf sed -i 's,TESTS_DIRS=\(.*\),TESTS_DIRS=/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests,' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/sectool.conf sed -i 's,TDATA_DIR_BASE=\(.*\),TDATA_DIR_BASE=/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/var/lib/sectool,' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/sectool.conf # usermode stuff install -p -m644 sectool.pam /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/pam.d/sectool-gui ln -f -s /usr/share/sectool/sectool-gui.py /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/bin/sectool-gui # desktop stuff install -p -m644 sectool.desktop /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/applications/sectool.desktop install -p -m644 sectool-gui.png /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/pixmaps/sectool-gui.png install -p -m644 sectool-min.png /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/pixmaps/sectool-min.png # man page install -p -m644 src/sectool.8 /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/man/man8 gzip -f /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/man/man8/sectool.8 # binaries TUI,GUI install -p -m755 src/sectool-mechanism.py /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec #sed -i 's,("/usr/share/sectool"),("/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool"),' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool-mechanism.py install -p -m644 src/*.py /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool rm /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/tuiselftest* rm /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/makeprof* chmod a+x /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/sectool.py chmod a+x /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/sectool-gui.py sed -i 's,scheduler\.SecToolConf(\".*\"),scheduler\.SecToolConf(\"/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool\.conf\"),' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/sectool-gui.py # binaries scheduler install -p -m644 src/scheduler/*.py /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/scheduler #icons install -p -m644 ico/*.png /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/pixmaps/sectool/ sed -i 's,__ico_path = \(.*\),__ico_path = "/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/pixmaps/sectool/",' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/guiOutput.py # tests install -p -m644 tests/*.dsc /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/tests install -p -m755 tests/*.sh /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests install -p -m755 tests/*.pm /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests rm /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests/*selftest* rm /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/tests/*selftest* chmod a-x /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests/bash_defs.sh install -p -m755 tests/*.py /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests chmod a-x /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests/python_defs.py chmod a-x /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests/perl_defs.pm # symlinks ln -f -s ../../usr/share/sectool/sectool.py /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/sbin/sectool #ln -f -s consolehelper /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/bin/sectool-gui # localization for d in src po doc; do \ (cd $d; make DESTDIR=/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 install) \ || case "" in *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$fail" make[1]: Entering directory `/builddir/build/BUILD/sectool-0.9.4/src' install -p -m755 filesystem /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/libexec/sectool/tests/ make[1]: Leaving directory `/builddir/build/BUILD/sectool-0.9.4/src' make[1]: Entering directory `/builddir/build/BUILD/sectool-0.9.4/po' `cs.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/cs/LC_MESSAGES/sectool.mo' `de.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/de/LC_MESSAGES/sectool.mo' `de_CH.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/de_CH/LC_MESSAGES/sectool.mo' `el.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/el/LC_MESSAGES/sectool.mo' `es.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/es/LC_MESSAGES/sectool.mo' `fr.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/fr/LC_MESSAGES/sectool.mo' `it.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/it/LC_MESSAGES/sectool.mo' `nl.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/nl/LC_MESSAGES/sectool.mo' `pl.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/pl/LC_MESSAGES/sectool.mo' `pt_BR.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/pt_BR/LC_MESSAGES/sectool.mo' `sk.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/sk/LC_MESSAGES/sectool.mo' `sr.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/sr/LC_MESSAGES/sectool.mo' `sr@latin.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/sr@latin/LC_MESSAGES/sectool.mo' `zh_CN.mo' -> `/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/locale/zh_CN/LC_MESSAGES/sectool.mo' make[1]: Leaving directory `/builddir/build/BUILD/sectool-0.9.4/po' make[1]: Entering directory `/builddir/build/BUILD/sectool-0.9.4/doc' echo "Nothing to install here." Nothing to install here. make[1]: Leaving directory `/builddir/build/BUILD/sectool-0.9.4/doc' chmod a+x /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/sectool-mechanism.py # PolicyKit install -p -m644 org.fedoraproject.sectool.policy /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/PolicyKit/policy/ install -p -m644 org.fedoraproject.sectool.mechanism.conf /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/dbus-1/system.d/ install -p -m644 org.fedoraproject.sectool.mechanism.service /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/dbus-1/system-services/ + desktop-file-install --delete-original --dir /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/applications --vendor=fedora /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/applications/sectool.desktop + install -d -m 755 /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/logrotate.d + install -p -m 644 /builddir/build/SOURCES/sectool.log /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/logrotate.d/sectool + sed -i 's,DSC_DIR=\(.*\),DSC_DIR=/etc/sectool/tests,' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/sectool.conf + sed -i 's,TESTS_DIRS=\(.*\),TESTS_DIRS=/usr/libexec/sectool/tests,' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/sectool.conf + sed -i 's,TDATA_DIR_BASE=\(.*\),TDATA_DIR_BASE=/var/lib/sectool,' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/etc/sectool/sectool.conf + sed -i 's,__ico_path = \(.*\),__ico_path = "/usr/share/pixmaps/sectool/",' /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/sectool/guiOutput.py + rm /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64//usr/share/sectool/scheduler/selftest.py + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 sectool + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: sectool-0.9.4-1.fc12.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GrjJNa + umask 022 + cd /builddir/build/BUILD + cd sectool-0.9.4 + DOCDIR=/builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/doc/sectool-0.9.4 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/doc/sectool-0.9.4 + /bin/mkdir -p /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/doc/sectool-0.9.4 + cp -pr COPYING AUTHORS README doc/tests_documentation.html /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64/usr/share/doc/sectool-0.9.4 + exit 0 Provides: config(sectool) = 0.9.4-1.fc12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/env /usr/bin/python libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) librpm.so.0()(64bit) librpmio.so.0()(64bit) libselinux.so.1()(64bit) rtld(GNU_HASH) Processing files: sectool-gui-0.9.4-1.fc12.x86_64 Provides: config(sectool-gui) = 0.9.4-1.fc12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 warning: Could not canonicalize hostname: x86-2.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/sectool-0.9.4-1.fc12.x86_64.rpm Wrote: /builddir/build/RPMS/sectool-gui-0.9.4-1.fc12.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rJi0fW + umask 022 + cd /builddir/build/BUILD + cd sectool-0.9.4 + rm -rf /builddir/build/BUILDROOT/sectool-0.9.4-1.fc12.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->