X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver.spec;h=584975e36efc4fb172f49af9e80bdc5834957274;hb=fd45931173f89e54da8a4066d8b29ab105aefbd8;hp=936ff7616312282e57543aeb323be82a5f3bcc2f;hpb=954224bae9fe4dcab7493b1c5c91b8270759d5e9;p=util-vserver.git diff --git a/util-vserver.spec b/util-vserver.spec index 936ff76..584975e 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -24,7 +24,7 @@ # for module-tools %global module_version_varname modulever -%global taglevel 9 +%global taglevel 11 %{!?release_func:%global release_func() %1%{?dist}} @@ -37,6 +37,7 @@ Group: System Environment/Base 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 BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -217,7 +218,8 @@ MANIFEST_CONFIG='%config' \ MANIFEST_CONFIG_NOREPLACE='%config(noreplace)' \ contrib/make-manifest %name $RPM_BUILD_ROOT contrib/manifest.dat -install -c -m 755 %{SOURCE1} %{buildroot}/%pkglibdir/defaults/fstab +install -c -m 644 %{SOURCE1} %{buildroot}/%pkglibdir/defaults/fstab +install -c -m 644 %{SOURCE2} %{buildroot}/%pkglibdir/defaults/vprocunhide-files %check %__make check @@ -394,6 +396,12 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Thu Jan 20 2011 S.Çağlar Onur - util-vserver-0.30.216-11 +- add a custom vprocunhide-files file which contains /proc/partitions + +* Wed Dec 08 2010 S.Çağlar Onur - util-vserver-0.30.216-10 +- Enable vprocunhide service + * Wed Dec 01 2010 S.Çağlar Onur - util-vserver-0.30.216-9 - Sync with upstream revision 2926