Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690156 - app-emulation/libpod-1.4.4 version bump
Summary: app-emulation/libpod-1.4.4 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: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2019-07-18 14:45 UTC by Bruce Guenter
Modified: 2019-07-18 19:55 UTC (History)
1 user (show)

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


Attachments
libpod-1.4.4.ebuild (libpod-1.4.4.ebuild,3.79 KB, text/plain)
2019-07-18 14:45 UTC, Bruce Guenter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce Guenter 2019-07-18 14:45:49 UTC
Created attachment 583396 [details]
libpod-1.4.4.ebuild

Podman 1.4.4 was released recently with a lot of bug fixes since 1.4.0: https://github.com/containers/libpod/releases/tag/v1.4.4

The Makefile uses $PREFIX differently than previous versions, so the ebuild needs a small tweak; otherwise it builds the same.
Comment 1 Larry the Git Cow gentoo-dev 2019-07-18 19:48:30 UTC
The bug has been closed via the following commit(s):

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

commit 2dbf3134e2fa35d02b8f1bd11c2ab567598b8304
Author:     Bruce Guenter <bruce@untroubled.org>
AuthorDate: 2019-07-18 19:43:22 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-07-18 19:48:23 +0000

    app-emulation/libpod: Bump to version 1.4.4
    
    Closes: https://bugs.gentoo.org/690156
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-emulation/libpod/Manifest            |   1 +
 app-emulation/libpod/libpod-1.4.4.ebuild | 139 +++++++++++++++++++++++++++++++
 2 files changed, 140 insertions(+)
Comment 2 Zac Medico gentoo-dev 2019-07-18 19:55:24 UTC
Thanks!