Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit c2d223b

Browse files
spupykinsvntogit
authored andcommitted
upgpkg: libvirt 1.3.2-3
upd git-svn-id: file:///srv/repos/svn-community/svn@165976 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent aa50c3c commit c2d223b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

trunk/PKGBUILD

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
pkgname=libvirt
66
pkgver=1.3.2
7-
pkgrel=2
7+
pkgrel=3
88
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
99
arch=('i686' 'x86_64')
1010
url="http://libvirt.org/"
@@ -63,11 +63,13 @@ install="libvirt.install"
6363
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
6464
libvirtd.conf.d
6565
libvirtd-guests.conf.d
66-
libvirt.tmpfiles.d)
66+
libvirt.tmpfiles.d
67+
'systemd.patch::https://bugs.archlinux.org/task/48440?getfile=13914')
6768
md5sums=('b48b06bbc7efbe9973ed0f3f223d6da2'
6869
'5e31269067dbd12ca871234450bb66bb'
6970
'384fff96c6248d4f020f6fa66c32b357'
70-
'020971887442ebbf1b6949e031c8dd3f')
71+
'020971887442ebbf1b6949e031c8dd3f'
72+
'8b5cb657b3fa08c3cd888d48a2227a39')
7173

7274
prepare() {
7375
cd "$srcdir/$pkgname-$pkgver"
@@ -89,6 +91,9 @@ prepare() {
8991
src/qemu/test_libvirtd_qemu.aug.in
9092

9193
sed -i 's|libsystemd-daemon|libsystemd|g' configure
94+
sed -i 's/notify/simple/' daemon/libvirtd.service.in
95+
96+
patch -p1 -i $srcdir/systemd.patch
9297
}
9398

9499
build() {

0 commit comments

Comments
 (0)