main/postmarketos-base: add replace for busybox-openrc (MR 3400)
Alpine refactored the Busybox APKBUILD which resulted into a few
renamings like busybox-initscripts to busybox-openrc.
See 8b30ff10ab
This commit is contained in:
parent
7d72743b1f
commit
8c291862b6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgname=postmarketos-base
|
pkgname=postmarketos-base
|
||||||
pkgver=21
|
pkgver=21
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Meta package for minimal postmarketOS base"
|
pkgdesc="Meta package for minimal postmarketOS base"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -22,13 +22,14 @@ subpackages="
|
||||||
"
|
"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
# alpine-base can be removed from here after 23.01 is out
|
# alpine-base and busybox-initscripts can be removed from here after 23.01 is out
|
||||||
replaces="
|
replaces="
|
||||||
alpine-base
|
alpine-base
|
||||||
alpine-baselayout
|
alpine-baselayout
|
||||||
alpine-baselayout-data
|
alpine-baselayout-data
|
||||||
alpine-release
|
alpine-release
|
||||||
busybox-initscripts
|
busybox-initscripts
|
||||||
|
busybox-openrc
|
||||||
openrc
|
openrc
|
||||||
sudo
|
sudo
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue