[Rpm-maint] [rpm-software-management/rpm] Support updating individual IDs in a digest bundle (PR #3855)

Michal Domonkos notifications at github.com
Tue Jul 8 12:11:05 UTC 2025


dmnks left a comment (rpm-software-management/rpm#3855)

I've reverted what looked like an unintended indentation change in the original patch:

```diff
diff --git a/rpmio/digest.cc b/rpmio/digest.cc
index 13acc6bb1..ac9ad07e0 100644
--- a/rpmio/digest.cc
+++ b/rpmio/digest.cc
@@ -78,7 +78,7 @@ int rpmDigestBundleUpdateID(rpmDigestBundle bundle, int id,
     return rc;
 }
 int rpmDigestBundleFinal(rpmDigestBundle bundle, int id,
-                       void ** datap, size_t * lenp, int asAscii)
+                        void ** datap, size_t * lenp, int asAscii)
 {
     int rc = -1;
     if (bundle) {
```

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

Message ID: <rpm-software-management/rpm/pull/3855/c3048669396 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250708/b0a0b67b/attachment.htm>


More information about the Rpm-maint mailing list