diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-05-28 10:42:52 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-05-28 10:42:52 -0400 |
commit | f2c8391ecc1d95ee192ca93bd69fc589f667fcf9 (patch) | |
tree | 3affc59153c5f698eb7a4b52d3a5b6d5d9b5f4e5 /contrib | |
parent | 773b9ac9d059a66280ac50163a17bc705bde0a60 (diff) | |
download | podman-f2c8391ecc1d95ee192ca93bd69fc589f667fcf9.tar.gz podman-f2c8391ecc1d95ee192ca93bd69fc589f667fcf9.tar.bz2 podman-f2c8391ecc1d95ee192ca93bd69fc589f667fcf9.zip |
bump conmon to v0.2.0
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 985dbbc74..a1c11a5a6 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -35,7 +35,7 @@ # People want conmon packaged with the copr rpm %global import_path_conmon github.com/containers/conmon %global git_conmon https://%{import_path_conmon} -%global commit_conmon f02c053eb37010fc76d1e2966de7f2cb9f969ef2 +%global commit_conmon 59952292a3b07ac125575024ae21956efe0ecdfb %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman |