Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / fakeroot
Commits: 1e1223c0 by Christian Hesse at 2026-06-16T23:04:00+02:00 upstream is rewriting history again 😳🥴, and *again* 😳🤬, and **again** 🤬🤬 I have searched my backups, and archived all history and tags I could find: https://github.com/eworm-de/fakeroot The interesting bits are in three branches: * master-2026-01-17 * main-2026-05-20 * main-2026-06-08 And all the historical tags have the commiter date appended in its name. Related: https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/work_items/6 - - - - - 7297aaaa by Christian Hesse at 2026-06-16T23:17:50+02:00 upgpkg: 1:1.37.2-2: build from my historical archive See previous commits for details... 🤪 Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/work_items/6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = fakeroot pkgdesc = Tool for simulating superuser privileges pkgver = 1.37.2 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://tracker.debian.org/pkg/fakeroot install = fakeroot.install @@ -16,7 +16,7 @@ pkgbase = fakeroot depends = sed depends = util-linux depends = sh - source = git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/1.37.2 - sha256sums = 07c197aa17714ea979cabaadf584afeb1e9e1862613b53250c5a9abb245a384b + source = fakeroot-archive::git+https://github.com/eworm-de/fakeroot.git#tag=upstream/1.37.2-2026-01-17 + sha256sums = 46f44681cc939dd3f127761717830c0bfa72e1568191d4df071ae297013591e3 pkgname = fakeroot ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=fakeroot epoch=1 pkgver=1.37.2 -pkgrel=1 +pkgrel=2 pkgdesc='Tool for simulating superuser privileges' arch=('x86_64') license=('GPL-3.0-or-later') @@ -14,10 +14,13 @@ install=fakeroot.install depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') makedepends=('git' 'systemd' 'po4a') checkdepends=('sharutils') -source=("git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/${pkgver}") -sha256sums=('07c197aa17714ea979cabaadf584afeb1e9e1862613b53250c5a9abb245a384b') +# Build from my mirror with original commit and historical tags +# unter upstream manages to do a proper release... +source=("fakeroot-archive::git+https://github.com/eworm-de/fakeroot.git#tag=upstream/${pkgver}-2026-01-17") +sha256sums=('46f44681cc939dd3f127761717830c0bfa72e1568191d4df071ae297013591e3') prepare() { + ln -s fakeroot-archive fakeroot cd "${pkgname}" autoreconf -fi View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/compare/776f5aa546713fcda26ebcfabe1884e0991a3272...7297aaaa73a5c1efec971d5353f5efac49216701 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/compare/776f5aa546713fcda26ebcfabe1884e0991a3272...7297aaaa73a5c1efec971d5353f5efac49216701 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
