[Rpm-maint] [rpm-software-management/rpm] Add %postbuild section / Allow dynamic sub packages (#1239)

Florian Festi notifications at github.com
Mon May 25 11:11:47 UTC 2020


@ffesti 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);

left there as a reminder that RPMBUILD_POSTBUILD is still missing as a constant.

-- 
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#discussion_r429877766
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200525/5d1eb912/attachment.html>


More information about the Rpm-maint mailing list