[Rpm-maint] [rpm-software-management/rpm] Unify glob fallback behavior (PR #2159)

Michal Domonkos notifications at github.com
Tue Aug 23 06:46:12 UTC 2022


@dmnks commented on this pull request.



>   * @param[out] *argcPtr	no. of paths
  * @param[out] *argvPtr	ARGV_t array of paths
  * @return		0 on success
  */
-int rpmGlob(const char * pattern, int * argcPtr, ARGV_t * argvPtr);
+int rpmGlob(const char * pattern, rpmglobFlags flags,
+	    int * argcPtr, ARGV_t * argvPtr);

Oh, I was counting on the fact that we'd have bumped the soname whenever this is released, but in this case there's a way to do this simply by adding another function. I'll do that, thanks!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2159#discussion_r952211857
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2159/review/1081554127 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220822/d9815f80/attachment.html>


More information about the Rpm-maint mailing list