X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver.spec;h=1b6305a751127dc5aadb25bda2311efa85da9bf2;hb=644ca1abbeb96b04cf8422ccfccd97010d4e96a8;hp=574c180c62938e385b8c47103a46408be072dcad;hpb=08426a598b8f319a85ff1bf718f539469cd693a7;p=util-vserver.git diff --git a/util-vserver.spec b/util-vserver.spec index 574c180..1b6305a 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -18,12 +18,13 @@ %global _localstatedir %_var %global fullver 0.30.216-pre2883 +%global modulever 0.30.216 %global ver %( echo %fullver | sed 's/-.*//' ) %global subver %( s=`echo %fullver | grep -- - | sed 's/.*-/./'`; echo ${s:-.1} ) # for module-tools -%global module_version_varname fullver -%global taglevel 0 +%global module_version_varname modulever +%global taglevel 3 %{!?release_func:%global release_func() %1%{?dist}} @@ -35,7 +36,10 @@ License: GPL 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: http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%fullver.tar.bz2.asc +Source1: fstab +Patch1: f12.patch +Patch2: f13.patch +Patch3: rev2883to2896.patch BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -49,7 +53,7 @@ BuildRequires: e2fsprogs-devel e2fsprogs %{!?_without_beecrypt:BuildRequires: beecrypt-devel} %{?_without_beecrypt:BuildRequires: nss-devel} BuildRequires: e2fsprogs -#%%{!?_without_doc:BuildRequires: doxygen tetex-latex} +%{!?_without_doc:BuildRequires: doxygen tetex-latex} %{!?_without_python:BuildRequires: python python-devel ctags} Requires(post): %name-core Requires(pre): %pkglibdir @@ -193,7 +197,10 @@ Linux-VServer API from Python. %prep %setup -q -n %name-%fullver - +%patch1 -p0 +%patch2 -p1 +%patch2 -p0 +autoreconf -fi %build %configure --with-initrddir=%_initrddir --enable-release \ @@ -203,7 +210,7 @@ Linux-VServer API from Python. %{?_without_python:--without-python} %__make %{?_smp_mflags} all -#%%{!?_without_doc:%__make %{?_smp_mflags} doc} +%{!?_without_doc:%__make %{?_smp_mflags} doc} %install @@ -216,6 +223,7 @@ 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 %check %__make check @@ -250,7 +258,6 @@ test "$1" != 0 || rm -rf %_localstatedir/cache/vservers/* 2>/dev/null || : %chkconfig --add util-vserver %chkconfig util-vserver on - %preun sysv test "$1" != 0 || %_initrddir/vprocunhide stop &>/dev/null || : @@ -381,8 +388,8 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %files devel -f %name-devel.list %defattr(-,root,root,-) -#%%{!?_without_doc:%doc lib/apidoc/latex/refman.pdf} -#%%{!?_without_doc:%doc lib/apidoc/html} +%{!?_without_doc:%doc lib/apidoc/latex/refman.pdf} +%{!?_without_doc:%doc lib/apidoc/html} %files python @@ -391,6 +398,14 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Tue Jun 08 2010 S.Çağlar Onur - util-vserver-0.30.216-3 +- Do not restart util-vserver service on upgrades + +* Tue Jun 01 2010 S.Çağlar Onur - util-vserver-0.30.216-2 +- remove tmpfs mounted /tmp from fstab template + +* Tue May 11 2010 S.Çağlar Onur - util-vserver-0.30.216-1 + * Mon Jun 25 2007 Daniel Hokka Zakrisson - 0.30.214-0 - updated URLs - get rid of e2fsprogs requirement