@ignatenkobrain commented on this pull request.


> @@ -451,6 +453,7 @@ const char * rpmSpecGetSection(rpmSpec spec, int section)
        case RPMBUILD_BUILD:    return getStringBuf(spec->build);
        case RPMBUILD_INSTALL:  return getStringBuf(spec->install);
        case RPMBUILD_CHECK:    return getStringBuf(spec->check);
+           //case RPMBUILD_POSTBUILD:  return getStringBuf(spec->postbuild);

any reason this is commented out?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1239#pullrequestreview-417602986
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to