package-notes (0.20)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the v0.20 tag
- Git: https://github.com/systemd/package-notes.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 249856
- Browser: https://github.com/systemd/package-notes
- Last scan: 2026-08-12 00:15:02+00
- Next scan: 2026-08-13 02:36:00+00
- Debian changelog in Git:
package-notes (0.20) unstable; urgency=medium
* Generate alternative dependencies for a note's multiple sonames
-- Luca Boccassi <bluca@debian.org> Sun, 21 Jun 2026 17:15:49 +0100
- This branch is 3 commits ahead of tag v0.20
- Git log:
commit ee6733ea1c0462e2a34b5675d3fb783d83a6401a
Merge: f81f24a 48bc3da
Author: Luca Boccassi <bluca@debian.org>
Date: Wed Jul 22 15:53:43 2026 +0100
Merge pull request #58 from keszybz/package-notes-better-visibility
Two tweaks to make --rpm-fileattr= machinery easier to debug
commit 48bc3da3bf320bfaa8098b49378436dafdb6a091
Author: Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date: Wed Jul 22 12:02:28 2026 +0200
dlopen-notes: verify the --rpm-fileattr args
Previously we'd just not emit anything for unknown types. Let's
be nice to the user and check that the arg makes sense.
commit 0aa4853e41e5fee8e1fd4de3e1f108e56da09f95
Author: Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date: Wed Jul 22 11:57:02 2026 +0200
dlopen-notes: allow multi values for --rpm-fileattr=
In actual use under rpm, the program will need to be called for each
attribute type separately, because this is what the rpm fileattr protocol
requires. But for debugging, it's very convenient to generate all deps
at the same time, e.g. with
echo build/some-binary | dlopen-notes --rpm-fileattr={Recommends,Requires,Suggests}
Allow this, but don't advertise it in help.