[arch-commits] Commit in cloud-init/trunk (PKGBUILD)

Daniel Wallace dwallace at archlinux.org
Tue Oct 21 21:53:34 UTC 2014


    Date: Tuesday, October 21, 2014 @ 23:53:34
  Author: dwallace
Revision: 121171

upgpkg: cloud-init 0.7.6-1

upgpkg: cloud-init 0.7.6

Modified:
  cloud-init/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-21 20:16:17 UTC (rev 121170)
+++ PKGBUILD	2014-10-21 21:53:34 UTC (rev 121171)
@@ -2,23 +2,19 @@
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=cloud-init
-pkgver=0.7.5
-pkgrel=2
+pkgver=0.7.6
+pkgrel=1
 pkgdesc="Cloud Bootstrapping Application"
 arch=(any)
 license=("GPL3")
 url=https://launchpad.net/cloud-init
 # cloud-init python lib requirements (according to Requires file):
-depends=(systemd python2-yaml python2-cheetah python2-prettytable python2-oauth python2-boto python2-configobj python2-jsonpatch python2-jsonpointer)
+depends=(systemd python2-yaml python2-cheetah python2-prettytable python2-oauth python2-boto python2-configobj python2-jsonpatch python2-jsonpointer net-tools)
 makedepends=('python2' 'python2-setuptools')
 options=(!emptydirs)
 # Archlinux specific cloud.cfg
-source=(archlinux.cloud.cfg
-  https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-        )
-noextract=(archlinux.cloud.cfg)
-sha1sums=('4e32767ac0e18f3b6f34cfb184af17c8a84d563c'
-          '9f21617451ec45b6997470f5c3974de0896d8d67')
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+sha1sums=('9af02f68d68abce91463bec22b17964d1618e1da')
 backup=(etc/cloud/cloud.cfg etc/cloud/cloud.cfg.d/05_logging.cfg)
 
 prepare(){
@@ -30,7 +26,4 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   python2 ./setup.py install --root=${pkgdir} --init-system systemd
-  # Use a cloud.cfg crafted for archlinux
-  mv $pkgdir/etc/cloud/cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg.ubuntu_default
-  install -Dm644 $srcdir/archlinux.cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg
 }



More information about the arch-commits mailing list