Last active
April 6, 2019 06:02
-
-
Save 100daysofdevops/1f2b66372ef42dc1fd8e932fbd6a060e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ rpmbuild -ba SPECS/myhomepage-1.spec | |
| Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7WVlY1 | |
| + umask 022 | |
| + cd /home/centos/rpmbuild/BUILD | |
| + cd /home/centos/rpmbuild/BUILD | |
| + rm -rf myhomepage-1 | |
| + /usr/bin/tar -xf /home/centos/rpmbuild/SOURCES/myhomepage-1.tar | |
| + cd myhomepage-1 | |
| + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . | |
| + exit 0 | |
| Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OBaUvg | |
| + umask 022 | |
| + cd /home/centos/rpmbuild/BUILD | |
| + cd myhomepage-1 | |
| + exit 0 | |
| Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qS9A4u | |
| + umask 022 | |
| + cd /home/centos/rpmbuild/BUILD | |
| + '[' /home/centos/rpmbuild/BUILDROOT/myhomepage-1-0.x86_64 '!=' / ']' | |
| + rm -rf /home/centos/rpmbuild/BUILDROOT/myhomepage-1-0.x86_64 | |
| ++ dirname /home/centos/rpmbuild/BUILDROOT/myhomepage-1-0.x86_64 | |
| + mkdir -p /home/centos/rpmbuild/BUILDROOT | |
| + mkdir /home/centos/rpmbuild/BUILDROOT/myhomepage-1-0.x86_64 | |
| + cd myhomepage-1 | |
| + mkdir -p /home/centos/rpmbuild/BUILDROOT/myhomepage-1-0.x86_64 | |
| + cp -R tmp /home/centos/rpmbuild/BUILDROOT/myhomepage-1-0.x86_64 | |
| + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /home/centos/rpmbuild/BUILD/myhomepage-1 | |
| /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. | |
| + '[' '%{buildarch}' = noarch ']' | |
| + QA_CHECK_RPATHS=1 | |
| + case "${QA_CHECK_RPATHS:-}" in | |
| + /usr/lib/rpm/check-rpaths | |
| + /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: myhomepage-1-0.x86_64 | |
| Provides: myhomepage = 1-0 myhomepage(x86-64) = 1-0 | |
| Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 | |
| Processing files: myhomepage-debuginfo-1-0.x86_64 | |
| Provides: myhomepage-debuginfo = 1-0 myhomepage-debuginfo(x86-64) = 1-0 | |
| 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 /home/centos/rpmbuild/BUILDROOT/myhomepage-1-0.x86_64 | |
| Wrote: /home/centos/rpmbuild/SRPMS/myhomepage-1-0.src.rpm | |
| Wrote: /home/centos/rpmbuild/RPMS/x86_64/myhomepage-1-0.x86_64.rpm | |
| Wrote: /home/centos/rpmbuild/RPMS/x86_64/myhomepage-debuginfo-1-0.x86_64.rpm | |
| Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rzzHrs | |
| + umask 022 | |
| + cd /home/centos/rpmbuild/BUILD | |
| + cd myhomepage-1 | |
| + /usr/bin/rm -rf /home/centos/rpmbuild/BUILDROOT/myhomepage-1-0.x86_64 | |
| + exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment