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:
Stephen Demos 2017-10-20 16:38:29 -07:00
parent c4dde55909
commit 562e0670bc
2 changed files with 4 additions and 0 deletions

View File

@ -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