diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-05-12 04:47:09 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-05-12 04:47:09 +0000 |
commit | 9b27f416152761e591dd8c42336e387bc7e26817 (patch) | |
tree | 2f50326a8ba3803c5789fee64a13dbccb9c8493d /sys-cluster | |
parent | Version bump, with libnotify support. (diff) | |
download | gentoo-2-9b27f416152761e591dd8c42336e387bc7e26817.tar.gz gentoo-2-9b27f416152761e591dd8c42336e387bc7e26817.tar.bz2 gentoo-2-9b27f416152761e591dd8c42336e387bc7e26817.zip |
fixing db upgrade perms
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2015.1.0.ebuild | 3 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2015.1.9999.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog index c048584bbeb4..248416daf784 100644 --- a/sys-cluster/nova/ChangeLog +++ b/sys-cluster/nova/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/nova # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.90 2015/05/07 23:35:09 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.91 2015/05/12 04:47:09 prometheanfire Exp $ + + 12 May 2015; Matthew Thode <prometheanfire@gentoo.org> nova-2015.1.0.ebuild, + nova-2015.1.9999.ebuild: + fixing db upgrade perms 07 May 2015; Matthew Thode <prometheanfire@gentoo.org> nova-2015.1.0.ebuild, nova-2015.1.9999.ebuild: diff --git a/sys-cluster/nova/nova-2015.1.0.ebuild b/sys-cluster/nova/nova-2015.1.0.ebuild index cd64d2d11306..9b8473d8d055 100644 --- a/sys-cluster/nova/nova-2015.1.0.ebuild +++ b/sys-cluster/nova/nova-2015.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v 1.4 2015/05/07 23:35:09 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v 1.5 2015/05/12 04:47:09 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -164,6 +164,7 @@ python_install() { doins "etc/nova/rootwrap.d/compute.filters" doins "etc/nova/rootwrap.d/network.filters" #copy migration conf file (not coppied on install via setup.py script) + insopts -m 0644 insinto /usr/$(get_libdir)/python2.7/site-packages/nova/db/sqlalchemy/migrate_repo/ doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg" #copy the CA cert dir (not coppied on install via setup.py script) diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild b/sys-cluster/nova/nova-2015.1.9999.ebuild index 7ef972e70c75..dd2850309549 100644 --- a/sys-cluster/nova/nova-2015.1.9999.ebuild +++ b/sys-cluster/nova/nova-2015.1.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.4 2015/05/07 23:35:09 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.5 2015/05/12 04:47:09 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -164,6 +164,7 @@ python_install() { doins "etc/nova/rootwrap.d/compute.filters" doins "etc/nova/rootwrap.d/network.filters" #copy migration conf file (not coppied on install via setup.py script) + insopts -m 644 insinto /usr/$(get_libdir)/python2.7/site-packages/nova/db/sqlalchemy/migrate_repo/ doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg" #copy the CA cert dir (not coppied on install via setup.py script) |