summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-14 22:26:00 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-17 05:18:11 +0100
commit10bdcbb591c5123f00ee394750df6063a20f7564 (patch)
tree56e3ce568df2a74004c8bfd757e31c9393592c59
parent7710f4c9a48ee42391fa09e13096768d9723ae7a (diff)
libre: rebuild filesystem
Some key packages are signed by bill-auger, however for some reasons, creating a chroot with librechroot results in an error related to Bill's key. For instance if we create a new chroot with the following commands: $ sudo rm -rf /var/lib/archbuild/parabola-x86_64/ $ sudo librechroot -n parabola-x86_64 -A x86_64 make We end up with: (116/116) checking package integrity [...] 100% [...] error: filesystem: signature from "bill-auger <bill-auger@peers.community>" is unknown trust :: File /var/cache/pacman/pkg/filesystem-2020.09.03-1.parabola1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] It also prevent builds in existing librechroot due to dependency issues. The associated bugreport is available here: https://labs.parabola.nu/issues/2925 While other Parabola developers are also busy trying to fix the root cause of this issue, it might be a good idea to also restore the ability to create librechroots in parallel. That may also be useful to build potential fixes. To build the previous packages (linux-libre-api-headers and pacman-mirrorlist), I used use the workaround present in the bugreport (date --set=2020-11-01) in a KVM vm not to mess up the date of the host. More lightweight VM systems like lxc don't allow to change the date. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--libre/filesystem/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD
index ea63d9b8b..c9888fbb4 100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=filesystem
pkgver=2020.09.03
-pkgrel=1
+pkgrel=2
pkgrel+=.parabola1
pkgdesc='Base Parabola GNU/Linux-libre files'
arch=('x86_64')