https://github.com/rpm-software-management/rpm/commit/aec8bdb53a3013eabf16368e17a65ab69c2136ee introduced function changes, which cause the output of the following command is changed. `rpm --define '%foo() %{expand:%define xxx 1} %{echo:%xxx} %{expand: %global xxx 2} %{echo:%xxx}' --eval .'%foo'. --eval '%xxx' --eval .'%undefine xxx'. --eval '%xxx'` Before https://github.com/rpm-software-management/rpm/commit/aec8bdb53a3013eabf16368e17a65ab69c2136ee, the result of the command is : ``` 1 2 . . 2 .. 2 ``` now is: ``` 1 2 . . 2 .. 2 ``` You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/2240 -- Commit Summary -- * tests: fix the print with --eval .'%undefine xxx'. -- File Changes -- M tests/rpmmacro.at (2) -- Patch Links -- https://github.com/rpm-software-management/rpm/pull/2240.patch https://github.com/rpm-software-management/rpm/pull/2240.diff -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2240 You are receiving this because you are subscribed to this thread. Message ID: <rpm-software-management/rpm/pull/2...@github.com>
_______________________________________________ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint