[Rpm-maint] [rpm-software-management/rpm] RPM with Copy on Write (#1470)
malmond77
notifications at github.com
Mon Feb 1 01:35:52 UTC 2021
@malmond77 commented on this pull request.
> @@ -850,10 +852,21 @@ int rpmPackageFilesInstall(rpmts ts, rpmte te, rpmfiles files,
char *tid = NULL;
const char *suffix;
char *fpath = NULL;
+ Header h = rpmteHeader(te);
+ const char *payloadfmt = headerGetString(h, RPMTAG_PAYLOADFORMAT);
+ bool cpio = true;
Addressed in https://github.com/rpm-software-management/librepo/pull/222
--
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/1470#discussion_r567521110
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210131/a009e16d/attachment.html>
More information about the Rpm-maint
mailing list