mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
coreos-base/update-ssh-keys: req newer coreos-init
coreos-init versions older than 0.0.1-r152 still have the update-ssh-keys shell script which means the update-ssh-keys package fails to install. to fix this, we make coreos-base/update-ssh-keys block on versions of coreos-init that are too old.
This commit is contained in:
parent
c4dde55909
commit
562e0670bc
@ -21,6 +21,10 @@ HOMEPAGE="https://github.com/coreos/update-ssh-keys"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
# make sure we have a new enough coreos-init that we won't conflict with the
|
||||
# old bash script
|
||||
RDEPEND="!<coreos-base/coreos-init-0.0.1-r152"
|
||||
|
||||
# sed -n 's/^"checksum \([^ ]*\) \([^ ]*\) .*/\1-\2/p' Cargo.lock
|
||||
CRATES="
|
||||
ansi_term-0.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user