Hi,maintainer:
I realized that the current version of rpmrebuild doesn't support filetrigger yet.You can easily verify this out using fedora 40,like in my screenshot.
But I also found an rpmrebuild repository on github:
https://github.com/rainhard/rpmrebuild
The rpmrebuild on github supports filetrigger, and there is a commit there that implements this feature:
https://github.com/rainhard/rpmrebuild/commit/81b387a290503ab896efa1317c0858807000affa
So I have some questions:
1.Is there a connection here with github's rpmrebuild?
2. Does the evolution of rpmrebuild after that look mainly at github or here?
3. Will upstream merge into github's support filetrigger commits?
Anonymous
Hi,
1) the github repo is an unofficiel fork of the main git repo
2) for historical reasons, the main repo will not change, and stay on sourceforge
3) I'm currently merging the the github changes about filetrigger. The change are well written, and the code is almost ready to work. I will release a new 2.19 version in the following weeks
Okay,I got it.Thank you very much for your reply!
the code is merged into the devel branch. It will integrated in next release (2.19)
the new 2.19 release includes the merge from the github branch
thanks to point the missing tag and the github code