Skip to content

Commit

Permalink
Upgrade rkt to v1.29.0 for bug fix #3750
Browse files Browse the repository at this point in the history
systemd 234 "breaks" rkt as reported in:
rkt/rkt#3750
  • Loading branch information
clchiou committed Mar 17, 2018
1 parent f0103fc commit e5eaed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/ops/ops/onboard/deps.py
Expand Up @@ -40,9 +40,9 @@ def decorate(install):


@define_package(
version='1.25.0',
uri='https://github.com/coreos/rkt/releases/download/v1.25.0/rkt-v1.25.0.tar.gz',
checksum='sha512-6a65f51af793df4fe054dd1a8f791bcf2e30c6a15593b908515a6616835490cad03d9d927b1c88dd38b77647a9a5f9e40ffba913b92e5c2d6f141a758e0805d8',
version='1.29.0',
uri='https://github.com/rkt/rkt/releases/download/v1.29.0/rkt-v1.29.0.tar.gz',
checksum='sha512-80d669b97f5739e5d594828ff3d0a02db59dadd179b90a0f192b24fdabf14709d96329c3d09a8b4fc3f3e07874f551f48118e0b62400e53e5df2b8c574e7a841',
strip_components=1,
)
def rkt(package):
Expand Down

0 comments on commit e5eaed4

Please sign in to comment.