Comment 2 for bug 1948968

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to root (master)

Reviewed: https://review.opendev.org/c/starlingx/root/+/815742
Committed: https://opendev.org/starlingx/root/commit/c73eb33d412dddb500d81401100009846352b945
Submitter: "Zuul (22348)"
Branch: master

commit c73eb33d412dddb500d81401100009846352b945
Author: M. Vefa Bicakci <email address hidden>
Date: Wed Oct 27 12:45:37 2021 -0400

    srpm-utils: Recognize /usr/bin/mkdir as well

    This commit allows the code in the srpm-utils script to recognize
    /usr/bin/mkdir (as an alias for mkdir).

    In summary, some SRPMs in CentOS 8 such as iptables make use of the
    %{__mkdir} macro, which expands to /usr/bin/mkdir, which in turn was not
    recognized by srpm-utils.

    Verification: build-pkgs --edit now works with a version of iptables
    imported from CentOS 8.

    Signed-off-by: M. Vefa Bicakci <email address hidden>
    Closes-Bug: #1948968
    Change-Id: I12d20797db91fecdac409b0535632ac97bd6ad47