[minor] use remote key files
[util-vserver.git] / util-vserver.spec
index 3e0d31c..2498c96 100644 (file)
@@ -24,7 +24,7 @@
 
 # for module-tools
 %global module_version_varname modulever
-%global taglevel 14
+%global taglevel 15
 
 %{!?release_func:%global release_func() %1%{?dist}}
 
@@ -38,6 +38,9 @@ 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
+Patch3: sl.patch
 BuildRoot:     %_tmppath/%name-%version-%release-root
 Requires:      init(%name)
 Requires:      %name-core = %version-%release
@@ -195,6 +198,9 @@ Linux-VServer API from Python.
 
 %prep
 %setup -q -n %name-%fullver
+%patch1 -p1
+%patch2 -p1
+%patch3 -p0
 autoreconf -fi
 
 %build
@@ -396,6 +402,10 @@ test "$1" = 0  || %_initrddir/rebootmgr   condrestart >/dev/null || :
 
 
 %changelog
+* Thu Mar 10 2011 S.Çağlar Onur <caglar@verivue.com> - util-vserver-0.30.216-15
+- * Sync with upstream
+- * Add SL6 as a supported distro
+
 * Fri Feb 18 2011 Sapan Bhatia <sapanb@cs.princeton.edu> - util-vserver-0.30.216-14
 - Retagging to make sure the tagging operation worked.