From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C83D559CAF for ; Tue, 5 Apr 2016 18:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 457FDE07F5; Tue, 5 Apr 2016 18:42:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E34BE0883 for ; Tue, 5 Apr 2016 18:42:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33E4F340D8B for ; Tue, 5 Apr 2016 18:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31FF0188 for ; Tue, 5 Apr 2016 18:42:30 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1459881740.83fa4cbff1bc4a7ea7d7dc8ec5aa6757894cbf54.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti/ganeti-2.11.6-r2.ebuild app-emulation/ganeti/ganeti-2.12.3-r2.ebuild app-emulation/ganeti/ganeti-2.13.0-r2.ebuild X-VCS-Directories: app-emulation/ganeti/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 83fa4cbff1bc4a7ea7d7dc8ec5aa6757894cbf54 X-VCS-Branch: master Date: Tue, 5 Apr 2016 18:42:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 34fdb004-a47a-473f-8144-fae1fea5fef0 X-Archives-Hash: f5cbe5a5edd894782c0efd6832432261 commit: 83fa4cbff1bc4a7ea7d7dc8ec5aa6757894cbf54 Author: Patrick McLean gentoo org> AuthorDate: Tue Apr 5 18:37:38 2016 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Apr 5 18:42:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fa4cbf app-emulation/ganeti: Don't use keepdir to create /var/lib/ganeti in older versions Gentoo-Bug: 552482 Package-Manager: portage-2.2.28 app-emulation/ganeti/ganeti-2.11.6-r2.ebuild | 5 ++++- app-emulation/ganeti/ganeti-2.12.3-r2.ebuild | 5 ++++- app-emulation/ganeti/ganeti-2.13.0-r2.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild b/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild index c7362d2..86677b7 100644 --- a/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild +++ b/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild @@ -195,7 +195,10 @@ src_install () { insinto /etc/logrotate.d newins doc/examples/ganeti.logrotate ${PN} - keepdir /var/{lib,log}/${PN}/ + # need to dodir rather than keepdir here (bug #552482) + dodir /var/lib/${PN} + + keepdir /var/log/${PN}/ keepdir /usr/share/${PN}/${SERIES}/os/ keepdir /var/lib/ganeti-storage/{export,file,shared}/ diff --git a/app-emulation/ganeti/ganeti-2.12.3-r2.ebuild b/app-emulation/ganeti/ganeti-2.12.3-r2.ebuild index c1eb25d..7707e09 100644 --- a/app-emulation/ganeti/ganeti-2.12.3-r2.ebuild +++ b/app-emulation/ganeti/ganeti-2.12.3-r2.ebuild @@ -235,7 +235,10 @@ src_install () { insinto /etc/logrotate.d newins doc/examples/ganeti.logrotate ${PN} - keepdir /var/{lib,log}/${PN}/ + # need to dodir rather than keepdir here (bug #552482) + dodir /var/lib/${PN} + + keepdir /var/log/${PN}/ keepdir /usr/share/${PN}/${SERIES}/os/ keepdir /var/lib/ganeti-storage/{export,file,shared}/ diff --git a/app-emulation/ganeti/ganeti-2.13.0-r2.ebuild b/app-emulation/ganeti/ganeti-2.13.0-r2.ebuild index 45a4009..42b24ed 100644 --- a/app-emulation/ganeti/ganeti-2.13.0-r2.ebuild +++ b/app-emulation/ganeti/ganeti-2.13.0-r2.ebuild @@ -231,7 +231,10 @@ src_install () { insinto /etc/logrotate.d newins doc/examples/ganeti.logrotate ${PN} - keepdir /var/{lib,log}/${PN}/ + # need to dodir rather than keepdir here (bug #552482) + dodir /var/lib/${PN} + + keepdir /var/log/${PN}/ keepdir /usr/share/${PN}/${SERIES}/os/ keepdir /var/lib/ganeti-storage/{export,file,shared}/