Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613694 - app-emulation/lxd-2.12 version bump
Summary: app-emulation/lxd-2.12 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2017-03-23 22:50 UTC by Jeff Kowalczyk
Modified: 2017-06-08 08:48 UTC (History)
2 users (show)

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


Attachments
lxd-2.12.ebuild (lxd-2.12.ebuild,5.10 KB, text/plain)
2017-03-23 22:52 UTC, Jeff Kowalczyk
Details
lxd-2.12.confd (lxd-2.12.confd,589 bytes, text/plain)
2017-03-23 22:52 UTC, Jeff Kowalczyk
Details
lxd-2.12.initd (lxd-2.12.initd,852 bytes, text/plain)
2017-03-23 22:53 UTC, Jeff Kowalczyk
Details
lxd-2.12-dont-go-get.patch (lxd-2.12-dont-go-get.patch,382 bytes, text/plain)
2017-03-23 22:54 UTC, Jeff Kowalczyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2017-03-23 22:50:11 UTC
Ebuild for app-emulation/lxd-2.12, upstream release on 2012-03-20.

Identical to app-emulation/lxd-2.11.ebuild

lxd-2.12.initd has one experimental change to line 30 as per #609146:

if [ "$RC_GOINGDOWN" = "YES" ] || [ "$RC_REBOOT" = "YES" ]; then
Comment 1 Jeff Kowalczyk 2017-03-23 22:52:04 UTC
Created attachment 468100 [details]
lxd-2.12.ebuild
Comment 2 Jeff Kowalczyk 2017-03-23 22:52:43 UTC
Created attachment 468102 [details]
lxd-2.12.confd
Comment 3 Jeff Kowalczyk 2017-03-23 22:53:26 UTC
Created attachment 468104 [details]
lxd-2.12.initd

Differs from 2.11 in line 30
Comment 4 Jeff Kowalczyk 2017-03-23 22:54:14 UTC
Created attachment 468106 [details]
lxd-2.12-dont-go-get.patch
Comment 5 Jeff Kowalczyk 2017-03-23 23:39:22 UTC
There is one diff in lxd-2.12.ebuild I forgot to mention in the original description:

diff -u /usr/portage/app-emulation/lxd/lxd-2.11.ebuild lxd-2.12.ebuild
--- /usr/portage/app-emulation/lxd/lxd-2.11.ebuild      2017-03-20 22:06:05.130565784 -0700
+++ lxd-2.12.ebuild     2017-03-23 14:59:42.945340840 -0700
@@ -157,7 +157,7 @@
                newinitd "${FILESDIR}"/${P}.initd lxd
                newconfd "${FILESDIR}"/${P}.confd lxd

-               systemd_dounit "${FILESDIR}"/${P}.service
+               systemd_dounit "${FILESDIR}"/${PN}.service
        fi

        newbashcomp config/bash/lxd-client lxc
Comment 6 Zac Medico gentoo-dev 2017-06-05 08:55:30 UTC
Linked from bug 615444, comment 9, there's a version of the ebuild that's been updated to use the golang-vcs-snapshot EGO_VENDOR support.