summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Severo2016-04-08 22:03:11 -0300
committerLucas Severo2016-04-08 22:03:11 -0300
commit882e751f99d11d46f704d6d69372cdb104a6dcd7 (patch)
treebe626aa7af95f0c942b1338cebc16ebce7fc6aec
parent443b8ff29a0aad4d57a03573658f165a63ffc985 (diff)
downloadaur-882e751f99d11d46f704d6d69372cdb104a6dcd7.tar.gz
Bump version 0.5
* Added support for Archlinux * Added support for openSUSE * Added completion "--all" for list command * Fix bug: check if git branch name is empty before use it * New vagrant boxes to validate under archlinux and opensuse * Support containers creation under apparmor * git as build-dependency on Debian-like Signed-off-by: Lucas Severo <lucassalves65@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--holodev.install3
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e425e99429..06447e758881 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = holodev
pkgdesc = A tool to facilitate the creation of Linux Containers for developing Debian systems
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = http://joenio.me/desenvolvendo-noosfero-usando-containers-lxc/
install = holodev.install
@@ -16,8 +16,8 @@ pkgbase = holodev
depends = ebtables
depends = sudo
depends = bash-completion
- source = https://github.com/lappis-tools/holodev/archive/0.4.tar.gz
- sha256sums = 18aed78cdb39dbfdcec1ca10077b96139c3d0b70f1af7425e3598829cae70ede
+ source = https://github.com/lappis-tools/holodev/archive/0.5.tar.gz
+ sha256sums = 4357fd42465df5ddc4cec141da57ebae15b364628de85e2bcd02b1b54856dfdd
pkgname = holodev
diff --git a/PKGBUILD b/PKGBUILD
index b73f3f39b890..42644b4c084a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Severo <lucassalves65@gmail.com>
pkgname=holodev
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="A tool to facilitate the creation of Linux Containers for developing Debian systems"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://joenio.me/desenvolvendo-noosfero-usando-containers-lxc/"
license=('GPL')
depends=('dmidecode' 'bridge-utils' 'libvirt' 'debootstrap' 'lxc' 'dnsmasq' 'ebtables' 'sudo' 'bash-completion')
source=("https://github.com/lappis-tools/holodev/archive/$pkgver.tar.gz")
-sha256sums=('18aed78cdb39dbfdcec1ca10077b96139c3d0b70f1af7425e3598829cae70ede')
+sha256sums=('4357fd42465df5ddc4cec141da57ebae15b364628de85e2bcd02b1b54856dfdd')
install="holodev.install"
package() {
diff --git a/holodev.install b/holodev.install
index f42fa5395878..a8895930b0ea 100644
--- a/holodev.install
+++ b/holodev.install
@@ -1,5 +1,6 @@
post_install() {
- holodev setup
+ systemctl restart libvirtd.service libvirt-guests.service
+ holodev setup
}
post_upgrade() {