Hi! Leo Famulari <l...@famulari.name> skribis:
> I spent some time looking at the Bash package definition, but I'm stuck > on how to handle all the Bash %patch-series machinery. There are > currently no patches for Bash 4.4, nor is there an FTP directory > corresponding to a future patch series. > > Does anyone have advice on how to proceed? I started looking at it and will probably push something Real Soon (turned out to be trickier than I thought because of various changes in what “make install” does.) The ‘patch-series’ machinery is quite simple: we list the patches with a number and their hash, and that’s it. For 4.4, it’s just the empty list. Ludo’.