Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692568 - app-emulation/libpod-1.5.1 version bump
Summary: app-emulation/libpod-1.5.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2019-08-19 19:56 UTC by Bruce Guenter
Modified: 2019-08-21 19:47 UTC (History)
1 user (show)

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


Attachments
libpod-1.5.1.ebuild (libpod-1.5.1.ebuild,3.84 KB, text/plain)
2019-08-19 19:56 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-08-19 19:56:38 UTC
Created attachment 587584 [details]
libpod-1.5.1.ebuild

Podman 1.4.4 was released recently with many fixes and features since 1.4.4:
https://github.com/containers/libpod/releases/tag/v1.5.0
https://github.com/containers/libpod/releases/tag/v1.5.1

An ebuild is attached. It is almost the same as the 1.4.4 ebuild but using flag-o-matic to filter out a problematic linker flag instead of just droping $LDFLAGS completely.
Comment 1 Bruce Guenter 2019-08-19 19:57:37 UTC
I forgot to add, this version depends on >=app-emulation/conmon-2.0.0, which can use the identical ebuild to conmon-0.3.0.
Comment 2 Larry the Git Cow gentoo-dev 2019-08-21 19:45:20 UTC
The bug has been closed via the following commit(s):

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

commit ebce88b77b6ed5f9f5562df7002ba0e50774ecb4
Author:     Bruce Guenter <bruce@untroubled.org>
AuthorDate: 2019-08-21 18:31:42 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-08-21 19:45:13 +0000

    app-emulation/libpod: Bump to version 1.5.1
    
    Closes: https://bugs.gentoo.org/692568
    Package-Manager: Portage-2.3.72, Repoman-2.3.17
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-emulation/libpod/Manifest            |   1 +
 app-emulation/libpod/libpod-1.5.1.ebuild | 140 +++++++++++++++++++++++++++++++
 2 files changed, 141 insertions(+)
Comment 3 Zac Medico gentoo-dev 2019-08-21 19:47:35 UTC
Thanks!