main/postmarketos-base: Add alpine-release to replaces (MR 3372)
Upstream changed the alpine-base package. Conflicting files are now in alpine-release instead of alpine-base.
This commit is contained in:
parent
8bb44eb40b
commit
2e11baa90d
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgname=postmarketos-base
|
pkgname=postmarketos-base
|
||||||
pkgver=21
|
pkgver=21
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
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"
|
||||||
|
@ -21,10 +21,13 @@ subpackages="
|
||||||
$pkgname-nofde
|
$pkgname-nofde
|
||||||
"
|
"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
|
# alpine-base 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
|
||||||
busybox-initscripts
|
busybox-initscripts
|
||||||
openrc
|
openrc
|
||||||
sudo
|
sudo
|
||||||
|
|
Loading…
Reference in a new issue