New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/26642#issuecomment-733237474 Comment: Deeper and deeper! Try this from the root of your clone, while you are in the `rpm` branch: ``` git fetch --all --prune cp srcpkgs/rpm/{template,patches/fix-musl-rpmdb.patch} . git reset --hard upstream/master mv fix-musl-rpmdb.patch srcpkgs/rpm/patches/ mv template srcpkgs/rpm/ git add srcpkgs/rpm git commit -m 'rpm: update to 4.16.0.' git push -f ```