[Rpm-maint] [rpm-software-management/rpm] implement %elif (#613)

pavlinamv notifications at github.com
Tue Jan 8 14:28:36 UTC 2019


pavlinamv commented on this pull request.



> @@ -421,8 +422,8 @@ int readLine(rpmSpec spec, int strip)
 	    match = parseExpressionBoolean(s);
 	    if (match < 0) {
 		rpmlog(RPMLOG_ERR,
-			    _("%s:%d: bad %%if condition\n"),
-			    ofi->fileName, ofi->lineNum);
+			    _("%s:%d: bad %%if condition\n       expanded line:    %s"),
+			    ofi->fileName, ofi->lineNum, z);

Yes, there is a mistake in the commit message, it should talk about %if, not about %elif. In the newer version of the PR I will correct this patch to have common style and its commit message. 

-- 
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/613#discussion_r246014711
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190108/f194ca10/attachment.html>


More information about the Rpm-maint mailing list