merge changes from upstream git repo
[util-vserver.git] / util-vserver.spec
index 3e0d31c..037c4cc 100644 (file)
@@ -38,6 +38,8 @@ URL:          http://savannah.nongnu.org/projects/util-vserver/
 Source0:       http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%fullver.tar.bz2
 Source1:       fstab
 Source2:       vprocunhide-files
+Patch1: nomtab.patch
+Patch2: upstart.patch
 BuildRoot:     %_tmppath/%name-%version-%release-root
 Requires:      init(%name)
 Requires:      %name-core = %version-%release
@@ -195,6 +197,8 @@ Linux-VServer API from Python.
 
 %prep
 %setup -q -n %name-%fullver
+%patch1 -p1
+%patch2 -p1
 autoreconf -fi
 
 %build