Re: [Rpm-maint] [rpm-software-management/rpm] rpm changed some bytes of statically linked library (Discussion #2313)

2022-12-16 Thread Panu Matilainen
Yes, they're different. Like said, they're almost certainly brp scripts in action, no deep mystery here. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/discussions/2313#discussioncomment-4418995 You are receiving this because you are subscrib

Re: [Rpm-maint] [rpm-software-management/rpm] transfiletriggerpostun doesn't work when rpms are removed. (Issue #2324)

2022-12-16 Thread xiacunshun
> It'd be really helpful if you can turn this into a minimal reproducer that we > could then include in the test-suite. To reproduce: 1.dnf install nghttp2 -y 2.systemctl status nghttpx (inactive) 3.rpm -e nghttp2 4.systemctl status nghttpx (still inactive, but warns that you need to reload daem

Re: [Rpm-maint] [rpm-software-management/rpm] transfiletriggerpostun doesn't work when rpms are removed. (Issue #2324)

2022-12-16 Thread Panu Matilainen
And what distro is that on? -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2324#issuecomment-1354479895 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-m

Re: [Rpm-maint] [rpm-software-management/rpm] transfiletriggerpostun doesn't work when rpms are removed. (Issue #2324)

2022-12-16 Thread xiacunshun
> And what distro is that on? > > (this is a reproducer, which is a necessary first step, but it's not the kind > of minimal reproducer that we'd need for the test-suite) I tried fedora 37,but the filetriggerpostun is also not called. I think there's something wrong here. -- Reply to this emai

Re: [Rpm-maint] [rpm-software-management/rpm] transfiletriggerpostun doesn't work when rpms are removed. (Issue #2324)

2022-12-16 Thread Panu Matilainen
I'm not question the existence of a bug, but we need to know the conditions to reproduce it. A bug may exhibit on distro X but not on X+1, for a whole variety of reasons. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2324#issuecommen

Re: [Rpm-maint] [rpm-software-management/rpm] transfiletriggerpostun doesn't work when rpms are removed. (Issue #2324)

2022-12-16 Thread xiacunshun
> I'm not question the existence of a bug, but we need to know the conditions > to reproduce it. A bug may exhibit on distro X but not on X+1, for a whole > variety of reasons. ok. I got the iso from https://getfedora.org/. You can download that and use the steps I mentioned above to reproduce.

Re: [Rpm-maint] [rpm-software-management/rpm] transfiletriggerpostun doesn't work when rpms are removed. (Issue #2324)

2022-12-16 Thread xiacunshun
I try to fix this by putting `rpmdsNext` into a loop, and it seems to work. But I don't know whether it's the right way. ` diff -uprN rpm-4.17.1.orig/lib/rpmtriggers.c rpm-4.17.1/lib/rpmtriggers.c --- rpm-4.17.1.orig/lib/rpmtriggers.c 2022-12-16 16:40:08.442304317 +0800 +++ rpm-4.17.1/lib/rpmtrig

Re: [Rpm-maint] [rpm-software-management/rpm] transfiletriggerpostun doesn't work when rpms are removed. (Issue #2324)

2022-12-16 Thread xiacunshun
I try to fix this by putting rpmdsNext into a loop, and it seems to work. But I don't know whether it's the right way. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2324#issuecomment-1355096410 You are receiving this because you are su

Re: [Rpm-maint] [rpm-software-management/rpm] Add rpmtags for file signatures and their length (b7e9a60)

2022-12-16 Thread Daniel Alley
@pandnp @lkardos What is the intended purpose of the file signature length? The signatures themselves are just strings which one could call `strlen()` on, and I don't see any other string array tags which have a separate length tag as this does -- Reply to this email directly or view it on Gi