Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678178 - app-emulation/libpod-1.0.1 version bump
Summary: app-emulation/libpod-1.0.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-02-16 20:42 UTC by babykart
Modified: 2019-02-17 02:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libpod-1.0.1.ebuild.patch (libpod-1.0.1.ebuild.patch,604 bytes, patch)
2019-02-16 20:42 UTC, babykart
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description babykart 2019-02-16 20:42:05 UTC
Created attachment 565568 [details, diff]
libpod-1.0.1.ebuild.patch

Source: https://github.com/containers/libpod/releases/tag/v1.0.0

*Features*

* The podman exec command now includes a --workdir option to set working directory for the executed command
* The podman create and podman run commands now support the --init flag to use a minimal init process in the container
* Added the podman image sign command to GPG sign images
* The podman run --device flag now accepts directories, and will added any device nodes in the directory to the container
* Added the podman play kube command to create pods and containers from Kubernetes pod YAML

The patch includes systemd files from sources.
Comment 1 Larry the Git Cow gentoo-dev 2019-02-17 02:44:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d799375d0c3bcab66723bdb820c39858ffac7ccc

commit d799375d0c3bcab66723bdb820c39858ffac7ccc
Author:     babykart <babykart@gmail.com>
AuthorDate: 2019-02-16 20:42:00 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-02-17 02:43:13 +0000

    app-emulation/libpod: version bump to 1.0.1
    
    Closes: https://bugs.gentoo.org/678178
    Package-Manager: Portage-2.3.60, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-emulation/libpod/Manifest            |   1 +
 app-emulation/libpod/libpod-1.0.1.ebuild | 108 +++++++++++++++++++++++++++++++
 2 files changed, 109 insertions(+)
Comment 2 Zac Medico gentoo-dev 2019-02-17 02:44:47 UTC
Thanks!