base-files: revbump so package is re-installed on users' devices.
Some of our ROOTFS images and containers deleted the /usr/lib{32,64}
symlinks while being built, which could lead to breakage now that glibc
has been configured to look into those directories instead of /usr/lib
(see 31692b761 and a128060e4), if no update for base-files had happened
in the meantime.
As a precaution, a base-files update will set up the symlinks
appropriately and protect users of said images.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.141
|
||||
revision=4
|
||||
revision=5
|
||||
bootstrap=yes
|
||||
depends="xbps-triggers"
|
||||
short_desc="Void Linux base system files"
|
||||
|
||||
Reference in New Issue
Block a user